//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 = "#ffffff";}

// Border color and color of caption
// Usually a dark color (black, brown etc)
if (typeof ol_bgcolor == 'undefined') { var ol_bgcolor = "#C80000";}

// Width of the popups in pixels
// 100-300 pixels is typical -  default 200
if (typeof ol_width == 'undefined') { var ol_width = "150";}
 
