﻿BLANK_IMAGE = 'images/b.gif';

var MSTYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	borders:[0,1,1,1],
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#5482A4",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#064B86",		// background color for the items
		bgOVER:"#0071c4"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};
var MSTYLE1 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"white",	// color of the item border, if any
		bgON:"#0071C4",		// background color for the items
		bgOVER:"#3F8CED"	// background color for the item which is under mouse right now
		
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};
var x = 10
var y = 146

//if (screen.width==800)
//	x = 0;
//if (screen.width==1024)
//	x = 47;
//if (screen.width==1152)
//	x = 121;
//if (screen.width==1280)
//	x = 185;
//if (document.body.clientWidth==789)
//	x = 200;
//if (x==0)
//	x = (screen.width - 933)/2+2

var MENU_ITEMS = [
	{pos:[x,y], itemoff:[27,0], leveloff:[0,128], style:MSTYLE, size:[28,126]},
	{code:"meet MAX",url:"",
		sub:[
			{style:MSTYLE1},
			{code:"the concept",url:"Red_Sea_MAX_concept.html"},
			{code:"gallery",url:"Red_Sea_MAX_gallery.html"},
			{code:"artwork",url:"Red_Sea_MAX_artwork.html"}
		]
	},
	{code:"specifications",url:"",
		sub:[
			{style:MSTYLE1},
			{code:"MAX",url:"Red_Sea_MAX_specs.html"},
			{code:"starter kit",url:"Red_Sea_MAX_Starter_kit.html"},
			{code:"cabinet",url:"Red_Sea_MAX_TotemCabinet.html"}
		]
	},
	{code:"reviews",url:"",
		sub:[
			{style:MSTYLE1},
			{code:"testimonials",url:"Red_Sea_MAX_testimonials.html"},
			{code:"reviews",url:"Red_Sea_MAX_reviews.html"}
		]
	},
	{code:"news",url:"Red_Sea_MAX_news.html"},
	{code:"support",url:"",
		sub:[
			{style:MSTYLE1},
			{code:"product updates",url:"Red_Sea_MAX_product_updates.html"},
			{code:"FAQ",url:"Red_Sea_MAX_FAQ.html"},
			{code:"downloads",url:"Red_Sea_MAX_downloads.html"},
		]
	},
   	{code:"contact us",url:"Red_Sea_MAX_contact_us.asp"},
   	{code:"registration",url:"registration.asp"},
];

