//keywords
var code="code";var url="url";var sub="sub";
//styles
var CM_STYLE = {"border":1, "shadow":2, "color":{"border":"#2E414C", "shadow":"black", "bgON":"#D0D9DE","bgOVER":"#DBBA00"}, "css":{"ON":"subCMOn", "OVER":"subCMOver"}};
var SOME_STYLE = {"border":1, "borders":[1,0,1,1], "shadow":0, "color":{"border":"#333333", "shadow":"", "bgON":"#EE0000","bgOVER":"#999999"}, "css":{"ON":"clsCMOn", "OVER":"clsCMOver"}};
var SOMETWO_STYLE = {"border":1, "borders":[0,0,1,1], "shadow":0, "color":{"border":"#333333", "shadow":"", "bgON":"#EE0000","bgOVER":"#999999"}, "css":{"ON":"clsCMOn", "OVER":"clsCMOver"}};
var SOMETHREE_STYLE = {"border":1, "borders":[1,0,0,1], "shadow":0, "color":{"border":"#333333", "shadow":"", "bgON":"#EE0000","bgOVER":"#999999"}, "css":{"ON":"clsCMOn", "OVER":"clsCMOver"}};
var NO_STYLE = {"border":1, "borders":[0,0,1,0], "shadow":0, "color":{"border":"#ECF0F2", "shadow":"", "bgON":"#D0D9DE","bgOVER":"#D0D9DE"}, "css":{"ON":"clsCMOn", "OVER":"clsCMOver"}};
var code="code";var url="url";var sub="sub";
var MENU_ITEMS = [
    {"pos":"relative", "size":[25,100], "itemoff":[0,120], "leveloff":[25,0], "delay":600, "style":CM_STYLE},
	{code: "Home", url:"index2.htm", "format":{"size":[25,110], "itemoff":[0,110], "style":SOMETWO_STYLE}},
    {code: "Portfolio", url:"portfolio.htm", "format":{"size":[25,110], "itemoff":[0,110], "style":SOME_STYLE}},
	{code: "Installation", url:"installation.htm", "format":{"size":[25,110], "itemoff":[0,110], "style":SOME_STYLE}},
    {code: "Quote Request", url:"quoterequest.asp", "format":{"size":[25,110], "itemoff":[0,110], "style":SOME_STYLE}},
    {code: "About Us", url:"aboutus.htm", "format":{"size":[25,110], "itemoff":[0,110], "style":SOME_STYLE}},
	{code: "FAQ's", url:"faqs.htm", "format":{"size":[25,110], "itemoff":[0,110], "style":SOME_STYLE}},
    {code: "Contact Us", url:"contactus.asp", "format":{"size":[25,110], "itemoff":[0,110], "style":SOMETHREE_STYLE}},
];