//var GL_host = "http://nano-exch02-dk/";
var GL_host = "http://www.nano-properties.dk/";



// text area Indstillinger...
//////////////////////////////////////////////////////////

var html_conf = new Object(); // create new config object

html_conf.width = "100%";
html_conf.height = "350px";
html_conf.bodyStyle = 'background-color: white; font-family: "Verdana"; font-size: x-small;';
html_conf.debug = 0;

html_conf.toolbar = [
  ['fontname'],
  ['fontsize'],
  ['fontstyle'],
  ['linebreak'],
  ['bold','italic','underline','separator'],
  ['strikethrough','subscript','superscript','separator'],
  ['justifyleft','justifycenter','justifyright','separator'],
  ['OrderedList','UnOrderedList','Outdent','Indent','separator'],
  ['forecolor','backcolor','separator'],
//['custom1','custom2','custom3','separator'],
  ['HorizontalRule','Createlink','InsertImage','htmlmode','separator'],
]; 

