BLANK_IMAGE = 'images/b.gif';
var CONFIG_STYLE = {
	"border":0,			// item's border width, pixels; zero means "none"
	"shadow":0,			// item's shadow size, pixels; zero means "none"
	"color":{
		"border":"#6699CC",	// color of the item border, if any
		"shadow":"#DBD8D1",	// color of the item shadow, if any
		"bgON":"#6699CC",		// background color for the items
		"bgOVER":"#6699CC"	// background color for the item which is under mouse right now
	},
	"css":{
		"ON":"cfgCMOn",		// CSS class for items
		"OVER":"cfgCMOver"	// CSS class  for item which is under mouse
	}
};
var COMP_STYLE = {
	"border":0,			// item's border width, pixels; zero means "none"
	"shadow":0,			// item's shadow size, pixels; zero means "none"
	"color":{
		"border":"#6699CC",	// color of the item border, if any
		"shadow":"#DBD8D1",	// color of the item shadow, if any
		"bgON":"#6699CC",		// background color for the items
		"bgOVER":"#6699CC"	// background color for the item which is under mouse right now
	},
	"css":{
		"ON":"compCMOn",		// CSS class for items
		"OVER":"compCMOver"	// CSS class  for item which is under mouse
	}
};
var DEFAULT = {
	"border":0,			// item's border width, pixels; zero means "none"
	"shadow":0,			// item's shadow size, pixels; zero means "none"
	"color":{
		"border":"#6699CC",	// color of the item border, if any
		"shadow":"#DBD8D1",	// color of the item shadow, if any
		"bgON":"#999999",		// background color for the items
		"bgOVER":"#999999"	// background color for the item which is under mouse right now
	},
	"css":{
		"ON":"clsMenuButton",		// CSS class for items
		"OVER":"clsMenuButtonRO"	// CSS class  for item which is under mouse
	}
};
var STYLE = {
	"border":0,			// item's border width, pixels; zero means "none"
	"shadow":0,			// item's shadow size, pixels; zero means "none"
	"color":{
		"border":"#6699CC",	// color of the item border, if any
		"shadow":"#DBD8D1",	// color of the item shadow, if any
		"bgON":"#6699CC",		// background color for the items
		"bgOVER":"#999999"	// background color for the item which is under mouse right now
	},
	"css":{
		"ON":"clsMenuButton",		// CSS class for items
		"OVER":"clsMenuButtonRO"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{"pos":[609,150], "itemoff":[0,99], "leveloff":[23,0], "style":DEFAULT, "size":[23,100]},
	{"code":"<img src='images/config_btn.gif' width='120' height='23' border=0 />","ocode":"<img src='images/config_btn_RO.gif' width='120' height='23' border=0 />", "url":"cf_con.asp?nav=3", "format":{"itemoff":[0,0], "size":[23,120]},
		sub:[
			
			{"itemoff":[16,0],"style":STYLE, "size":[16,120]},
			{"code":"<img src='images/inlines.gif' width='120' height='20' border=0 />","ocode":"<img src='images/inlines-RO.gif' width='120' height='20' border=0 />", "url":"cf_gal.asp?nav=3&tar=inline"				
			},
			{"code":"<img src='images/small-islands.gif' width='120' height='20' border=0 />","ocode":"<img src='images/small-islands-RO.gif' width='120' height='20' border=0 />", "url":"cf_gal.asp?nav=3&tar=smallisland"
			},
			{"code":"<img src='images/large-islands.gif' width='120' height='20' border=0 />","ocode":"<img src='images/large-islands-RO.gif' width='120' height='20' border=0 />", "url":"cf_gal.asp?nav=3&tar=largeisland"
			}
			
		]
	},
	{"code":"<img src='images/comp_btn.gif' width='120' height='23' border=0 />","ocode":"<img src='images/comp_btn_RO.gif' width='120' height='23' border=0 />", "url":"cf_com_gal.asp?nav=3&tar=components", "format":{"itemoff":[0,120], "size":[23,120]},
	sub:[
 			
			{"itemoff":[16,0],"style":STYLE, "size":[16,117]},
			{"code":"<img src='images/towers.gif' width='116' height='20' border=0 />","ocode":"<img src='images/towers-RO.gif' width='116' height='20' border=0 />", "url":"cf_com_gal.asp?nav=3&tar=components-towers"				
			},
			{"code":"<img src='images/walls.gif' width='116' height='20' border=0 />","ocode":"<img src='images/walls-RO.gif' width='116' height='20' border=0 />", "url":"cf_com_gal.asp?nav=3&tar=components-walls"				
			},
			{"code":"<img src='images/kiosks.gif' width='116' height='20' border=0 />","ocode":"<img src='images/kiosks-RO.gif' width='116' height='20' border=0 />", "url":"cf_com_gal.asp?nav=3&tar=components-kiosks"	
			},
			{"code":"<img src='images/lightboxes.gif' width='116' height='20' border=0 />","ocode":"<img src='images/lightboxes-RO.gif' width='116' height='20' border=0 />", "url":"cf_com_gal.asp?nav=3&tar=components-light_boxes"	
			},
			{"code":"<img src='images/counters.gif' width='116' height='20' border=0 />","ocode":"<img src='images/counters-RO.gif' width='116' height='20' border=0 />", "url":"cf_com_gal.asp?nav=3&tar=components-counters"	
			},
			{"code":"<img src='images/confrm.gif' width='116' height='20' border=0 />","ocode":"<img src='images/confrm-RO.gif' width='116' height='20' border=0 />", "url":"cf_com_gal.asp?nav=3&tar=components-conf_rooms"	
			}
			
		]
			},
		{"code":"<img src='images/portfolio_btn.gif' width='99' height='23' border=0 />","ocode":"<img src='images/portfolio_btn_RO.gif' width='99' height='23' border=0 />", "url":"cf_portfolio.asp?nav=3", "format":{"itemoff":[0,117], "size":[23,110]}
		
		}
	
];

