//Text area background color.
var tbcolor="#FEFFE8";
//Border color and background color for title area.
var bbcolor="#FF6600";
//Text color.
var textcolor="#000000";
//Title text color.
var capcolor="#FFFFFF";
//Font face for Title area.
var capset="Arial";
//Font size for Title area.
var capsize="1";
//Font face for text area.
var textset="Arial";
//Font size for text area.
var textsize="1";
//Table width.
var width="75";
//Table border size.
var border="1";
//Horizontal pixel offset.
var hoffset=10;
//Vertical pixel offset.
var voffset=2;
