var main;
var item_height=15;
var head_height=39;

var mycolor;

var myitemonnow=-1;
mycolor = new Array();

mycolor["txt"] = new Array();
mycolor["bgr"] = new Array();
mycolor["txt"]["hov"] = "red";
mycolor["bgr"]["hov"] = "transparent";
mycolor["txt"]["nrm"] = "transparent";
mycolor["bgr"]["nrm"] = "transparent";
mycolor["txt"]["sel"] = "yellow";
mycolor["bgr"]["sel"] = "#ADBAC9";

main = new Array();
