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(0,0,0)",	// color of the item border, if any
		shadow:"#DBD8D1",		// color of the item shadow, if any
		bgON:"rgb(248,248,255)",	// background color for the items
		bgOVER:"rgb(100,120,160)"	// 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,60]},

	{code:"Online Portfolio",itemoff:[0,69], leveloff:[21,0], style:STYLE, size:[22,115],

		sub:[

			{itemoff:[21,0], size:[22,90]},

			{code:"Palm OS Page", url:"http://www.graphicport.net/POS/index.html"},


		]
},


	{code:"Gmail Alert", url:"http://ga.graphicport.net", itemoff:[0,124], leveloff:[21,0], style:STYLE, size:[22,95]},

		
]


