BLANK_IMAGE="images/b.gif";
//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#666666", "shadow":"#DBD8D1", "bgON":"white","bgOVER":"#B6BDD2"};
var level1_css = {"ON":"lm", "OVER":"lm2"};
var level2_css = {"ON":"lm3", "OVER":"lm4"};

var STYLE = {"border":0, "shadow":0, "color":color, "css":level1_css};
var STYLE1 = {"border":0, "shadow":0, "color":color, "css":level2_css};
//items and formats
var VERTICAL_MENU_ITEMS =
[
        {"pos":[0,152], "itemoff":[28,0], "leveloff":[0,222], "style":STYLE,"size":[22,222]},

        {code:"About Us", url:"about_us.htm",
                sub:[
                        {"itemoff":[20,0]},
                ]
        },

        {code:"Our Products",url:"our_products.htm",
                sub:[
                        {"style":STYLE1, "itemoff":[20,0]},
                      
      
                ]
        },
        {code:"Technical Data", url:"technical_data.htm",
   sub:[

       {"size":[10,100],"itemoff":[20,0], "leveloff":[0,222], "style":STYLE},

        ]
		
		},
 		{code:"Installation Instructions", url:"installation.htm",
   sub:[

       {"size":[10,100],"itemoff":[20,0], "leveloff":[0,222], "style":STYLE},

        ]
				
		},
		{code:"Photo Gallery", url:"photo_gallery.htm",
   sub:[

       {"size":[10,100],"itemoff":[20,0], "leveloff":[0,222], "style":STYLE},

        ]
		
		},
 		{code:"Contact Us", url:"contact_us.htm",
   sub:[

       {"size":[10,100],"itemoff":[20,0], "leveloff":[0,222], "style":STYLE},

        ]
		
		}
];
