BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"

	color:{
		border:"rgb(255,255,255)",	// color of the item border, if any
		shadow:"#DBD8D1",		// color of the item shadow, if any
		bgON:"rgb(100,120,160)",	// background color for the items
		bgOVER:"rgb(200,230,180)"	// 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 MENU_ITEMS = [
	{pos:[0,0], itemoff:[0,119], leveloff:[21,0], style:STYLE, size:[22,120]},
	{code:"Home", url:"http://www.graphicport.net", leveloff:[21,0], style:STYLE, size:[22,90]},
	
	{code:"Gmail Alert", url:"http://ga.graphicport.net",itemoff:[0,89], leveloff:[21,0], style:STYLE, size:[22,100]},
	{code:"Online Portfolio",itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,130],
		sub:[
			{itemoff:[21,0], size:[22,130]},
			{code:"Palm OS Page", url:"http://www.graphicport.net/POS/index.html"},

		]
},
		
]


