//Settings for OverLIB library.

// Main background color (the large area)
// Usually a bright color (white, yellow etc)
if (typeof ol_fgcolor == 'undefined') { var ol_fgcolor = "#FDF0D4";}

// Border color and color of caption
// Usually a dark color (black, brown etc)
if (typeof ol_bgcolor == 'undefined') { var ol_bgcolor = "#ff9900";}

// Width of the popups in pixels
// 100-300 pixels is typical -  default 200
if (typeof ol_width == 'undefined') { var ol_width = "300";}

