﻿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:"#5482A4",	// color of the item border, if any
		bgON:"#cd0200",		// background color for the items this is the red color
		bgOVER:"#cd0200"	// background color for the item which is under mouse right now
		
	},
	css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOver1"	// CSS class  for item which is under mouse
	}
};
var MSTYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#5482A4",	// color of the item border, if any
		bgON:"#064B86",		// background color for the items
		bgOVER:"#0071c4"	// background color for the item which is under mouse right now
		
	},
	css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOver1"	// CSS class  for item which is under mouse
	}
};
var MSTYLE3 = {
	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:"#064B86",	// 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 x = 10
var y = 40

//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_ITEMSX = [
	{pos:[x,y], itemoff:[27,0], leveloff:[0,126], style:MSTYLE, size:[28,125]},
	{code:"Konzept",url:"concept.html",style:MSTYLE2},
	{code:"MAX 130",url:"Red_Sea_MAX_HP_130.html",style:MSTYLE1,
		sub:[
			{style:MSTYLE},
			{code:"MAX 130 Intro",url:"Red_Sea_MAX_HP_130.html"},
			{code:"Spezifikation",url:"Red_Sea_MAX_specs130.html"},
			{code:"Starter-Kit",url:"StarterKit_130.html"},
			{code:"Unterschrank",url:"Cabinet_130.html"},
			{code:"Referenzen",url:"testimonials130.html"},
			{code:"Berichte",url:"reviews.html"},
			{code:"Galerie",url:"Gallery130.html"},
			{code:"Support",url:"",
				sub:[
				{itemoff:[27,0],style:MSTYLE, size:[28,140], pos:[252,y]},
				{code:"Upgrade",url:"../updates130.html"},
				{code:"FAQ",url:"FAQ130.html"},
				{code:"Downloads",url:"downloads130.html"}
				]
			}
		]
	},
	{code:"MAX 130D",url:"Red_Sea_MAX_HP_130D.html",style:MSTYLE2,
		sub:[
			{style:MSTYLE},
			{code:"MAX 130D Intro",url:"Red_Sea_MAX_HP_130D.html"},
			{code:"Spezifikation",url:"Red_Sea_MAX_specs130D.html"},
			{code:"Starter-Kit",url:"StarterKit_130D.html"},
			{code:"Unterschrank",url:"Cabinet_130D.html"},
			{code:"Referenzen",url:"testimonials130D.html"},
			{code:"Berichte",url:"reviews.html"},
			{code:"Galerie",url:"Gallery130D.html"},
			{code:"Support",url:"",
			sub:[
				{itemoff:[27,0],style:MSTYLE, size:[28,140], pos:[252,y]},
				{code:"FAQ",url:"FAQ130D.html"},
				{code:"Downloads",url:"downloads130D.html"}
				]
			}
		]
	},
	{code:"MAX250",url:"Red_Sea_MAX_HP_250.html",style:MSTYLE2,
		sub:[
			{style:MSTYLE},
			{code:"MAX 250 Intro",url:"Red_Sea_MAX_HP_250.html"},
			{code:"Spezifikation",url:"Red_Sea_MAX_specs250.html"},
			{code:"Starter-Kit",url:"../StarterKit_250.html"},
			{code:"Unterschrank",url:"../Cabinet250.html"},
			//{code:"Berichte",url:"Red_Sea_MAX_reviews.html"},
			//{code:"Galerie",url:"Red_Sea_MAX_gallery.html"},
			{code:"Support",url:"",
						sub:[
				{itemoff:[27,0],style:MSTYLE, size:[28,140], pos:[252,y]},
				{code:"FAQ",url:"FAQ250.html"},
				{code:"Downloads",url:"downloads250.html"}
				]
			}
		]
	},
	{code:"",url:""},
	{code:"",url:"",style:MSTYLE3},
	{code:"Neuheiten",url:"News.html"},
   	{code:"Registrierung",url:"../registration.asp"},
   	{code:"Kontakt",url:"../Red_Sea_MAX_contact_us.asp"}	
];
