BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,
	shadow:0,	
	color:{
		border:"",
		shadow:"",	
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",	
		OVER:""		
	}
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,94], leveloff:[15,-15], style:STYLE, size:[25,180], forms_to_hide:['flash1']},
	{code:'<img src="images/mnuHome.gif" width="89" height="25" />',
		ocode:'<img src="images/mnuOvrHome.gif" width="89" height="25" />', url: 'index.asp',
		sub:[
		]
	},
	{code:'<img src="images/mnuProducts.gif" width="89" height="25" />',
		ocode:'<img src="images/mnuOvrProducts.gif" width="89" height="25" />',
		sub:[
			{itemoff:[21,0], size:[24,142]},
			{code:'<img src="images/subColors.gif" width="142" height="24" />',
				ocode:'<img src="images/subOvrColors.gif" width="144" height="24" />', url: 'colors.asp'},
			{code:'<img src="images/subPrices.gif" width="142" height="24" />',
				ocode:'<img src="images/subOvrPrices.gif" width="142" height="24" />', url: 'prices.asp'},
			{code:'<img src="images/subItems.gif" width="142" height="24" />',
				ocode:'<img src="images/subOvrItems.gif" width="142" height="24" />', url: 'items.asp'},
			{code:'<img src="images/subCustProd.gif" width="142" height="24" />',
				ocode:'<img src="images/subOvrCustProd.gif" width="142" height="24" />, itemoff:[23,0]', url: 'custom.asp'}
		]
	},
	{code:'<img src="images/mnuAbout.gif" width="89" height="25" />',
		ocode:'<img src="images/mnuOvrAbout.gif" width="89" height="25" />', url: 'about.asp',
		sub:[
		]
	},
	{code:'<img src="images/mnuContact.gif" width="89" height="25" />',
		ocode:'<img src="images/mnuOvrContact.gif" width="89" height="25" />', url: 'contact.asp',
		sub:[
		]
	
	},
	{code:'<img src="images/mnuFAQ.gif" width="55" height="25" />',
		ocode:'<img src="images/mnuOvrFAQ.gif" width="55" height="25" />', url: 'faq.asp',
		sub:[
		]
	},
	{code:'<img src="images/mnuPolicy.gif" width="40" height="25" />'},
	{code:'<img src="images/mnuWSInquiry.gif" width="178" height="25" />',
		ocode:'<img src="images/mnuOvrWSInquiry.gif" width="178" height="25" />', url: 'signup.asp',
		sub:[
		]
	}
];