BLANK_IMAGE = 'images/b.gif';
var MENU = {
                   border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",		// color of the item border, if any
		shadow:"",		// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:""		// background color for the item which is under mouse right now
	},
	css:{
		ON:"",			// CSS class for items
		OVER:""			// CSS class  for item which is under mouse
	}
};
var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"maroon",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#4b0101",		// background color for the items
		bgOVER:"maroon"	// 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:[30,250],delay:[200, 800], itemoff:[0,132], leveloff:[25,0], style:MENU, size:[25,143]},
	{code:'<img src="images/Menu_home_off.gif" width="132" height="25"/>',
		sub:[
			{itemoff:[21,0], style:STYLE,  filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=95)'},
                  {code:"Main","url":"index.html"},
			{code:"News","url":"News.htm"},
	            {code:"Forums","url":"http://harrypotteram.proboards31.com"},
                  {code:"Chat","url":"chat_enter.htm"},
			{code:"Links","url":"affiliates.htm"},
			{code:"Site >",
				sub:[
					{leveloff:[0,140],style:STYLE,  filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=95)'},
					{code:"About Us","url":"Aboutme.htm"},
					{code:"Contact Me","url":"contactme.htm"},
					{code:"Link To Me","url":"Link to me.htm"}

				]
			},
		{code:"Downloads >",
                          sub:[
                                {leveloff:[0,140],style:STYLE,  filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=95)'},
                                {code:"Ringtones"},
                                {code:"HP Fonts"}
                             ]
             }
]
	},
	{code:'<img src="images/Menu_books_off.gif" width="132" height="25"/>',
		sub:[
			{itemoff:[21,0], style:STYLE, filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=95)'},
			{code:"Philosopher's Stone","url":"booksps.htm"},
			{code:"Chamber Of Secrets","url":"bookscos.htm"},
			{code:"Prisoner Of Azkaban","url":"bookspoa.htm"},
                  {code:"Goblet Of Fire","url":"booksgof.htm"},
                  {code:"Order Of The Phoenix","url":"booksootp.htm"},
                  {code:"Half-Blood Prince"},
                  {code:"Book 7"},
                  {code:"Characters","url":"Characters.htm"},
                  {code:"Spells And Charms","url":"Spells.htm"}
		]
	},
	{code:'<img src="images/Menu_movies_off.gif" width="132" height="25"/>',
		sub:[
			{itemoff:[21,0], style:STYLE, filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=95)'},
			{code:"Movie 1"},
			{code:"Movie 2"},
			{code:"Movie 3"},
                  {code:"Movie 4","url":"movie_4.htm"},
                  {code:"Contacts","url":"Contacts.htm"},
{code:"Watch Trailer >",
sub:[
{leveloff:[0,140],style:STYLE,  filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=95)'},
{code:"Media Player Low","url":"gof_trailer.htm"},
{code:"Media Player High","url":"gof_trailer_high.htm"},
{code:"QuickTime Low","url":"gof_trailer_quick_time_low.htm"},
{code:"QuickTime High","url":"gof_trailer_quicktime_high.htm"}
]
}
		]
	},
               {code:'<img src="images/Menu_mistakes_off.gif" width="132" height="25"/>',
		   sub:[
			{itemoff:[21,0], style:STYLE, filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=95)'},
			{code:"Books"},
			{code:"Movies"}
                                             ]
},
       {code:'<img src="images/Menu_galleries_off.gif" width="132" height="25"/>',
		sub:[
			{itemoff:[21,0], style:STYLE, filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=95)'},
			{code:"Movie 1","url":"PicsSS.htm"},
			{code:"Movie 2","url":"PicsCOS.htm"},
			{code:"Movie 3","url":"PicsPOA.htm"},
                  {code:"Movie 4","url":"PicsGOF.htm"},
			{code:"Other Pics","url":"OtherPics.htm"}
                                                 ]
},
{code:'<img src="images/Menu_games_off.gif" width="132" height="25"/>',
		   sub:[
			{itemoff:[21,0], style:STYLE,filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=95)'},
			{code:"Whomping Willow","url":"whomping_willow_game.htm", target:"_blank"},
			{code:"Knight Bus","url":"Knight Bus driving game.htm", target:"_blank"}
                                                 ]
                             },
{code:'<img src="images/Menu_fun_off.gif" width="132" height="25"/>',
sub:[
			{itemoff:[21,0], style:STYLE, size:[35,132], filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=95)'},
			{code:"Deleted Scene","url":"deletedscene.htm"},
			{code:"Room Of Destorting Mirrors","url":"room_of_distorting_mirrors.htm"}
                                                 ]
                             },
];

