
// Color of the inside of the popup box.
var ol_fgcolor="#EEEEEE";

// Color of the border of the popup box.
var ol_bgcolor="#CCCCCC";

// Sets the color of the text inside the box.
var ol_textcolor="#000000";

// Sets the color of the box's caption.
var ol_capcolor="#000000";

// Sets the color of the close text.
var ol_closecolor="#9999FF";

// Size of the main text's font. It is a string value containing either an integer, as '1', 
// or a number with a length specifier, like '10px'.
var ol_textsize="11px";

// Size of the caption's font. It is a string value containing either an integer, as '1', 
// or a number with a length specifier, like '10px'.
var ol_captionsize="12px";

// Size of the "Close" text's font. It is a string value containing either an integer, as '1', 
// or a number with a length specifier, like '10px'.
var ol_closesize="10px";

// Sets the width of the box to some other size
var ol_width="360";

// Makes the border of the popups thicker or thinner.
var ol_border="0";

// Padding, in pixels, for the main body text in a popup.
var ol_cellpad=0;

// How far away from the pointer the popup will show up, horizontally.
var ol_offsetx=10;

// How far away from the pointer the popup will show up, vertically.
var ol_offsety=8;

