BLANK_IMAGE = 'images/icey/b.gif';

var STYLE = {
	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 MENU_ITEMS = [
	{pos:"relative", itemoff:[83,0], leveloff:[0,379], style:STYLE, size:[80,379]},
	{code:'<img src="images/icey/mainprod_off_01.jpg" width="379" height="80" />',
				ocode:'<img src="images/icey/mainprod_on_01.jpg" width="379" height="80" />', url:"index.php?page=snow-ice"},
	{code:'<img src="images/icey/mainprod_off_03.jpg" width="379" height="80" />',
				ocode:'<img src="images/icey/mainprod_on_03.jpg" width="379" height="80" />', url:"index.php?page=creative-ice"},
	{code:'<img src="images/icey/mainprod_off_05.jpg" width="379" height="80" />',
				ocode:'<img src="images/icey/mainprod_on_05.jpg" width="379" height="80" />', url:"index.php?page=chillers"},
	{code:'<img src="images/icey/mainprod_off_07.jpg" width="379" height="80" />',
				ocode:'<img src="images/icey/mainprod_on_07.jpg" width="379" height="80" />', url:"index.php?page=fondue"},
	{code:'<img src="images/icey/mainprod_off_09.jpg" width="379" height="80" />',
				ocode:'<img src="images/icey/mainprod_on_09.jpg" width="379" height="80" />', url:"index.php?page=crepes"}
];

var MENU_LOCATIONS = [
	{pos:"relative", itemoff:[0,69], style:STYLE, size:[29,69]},
	{code:'<img src="images/icey/locbuttoff_01.gif" width="69" height="29" />',
				ocode:'<img src="images/icey/locbutton_01.gif" width="69" height="29" />', url:"index.php?page=northern-territory"},
	{code:'<img src="images/icey/locbuttoff_02.gif" width="69" height="29" />',
				ocode:'<img src="images/icey/locbutton_02.gif" width="69" height="29" />', url:"index.php?page=queensland"},
	{code:'<img src="images/icey/locbuttoff_03.jpg" width="73" height="29" />',
				ocode:'<img src="images/icey/locbutton_03.jpg" width="73" height="29" />', format:{size:[29,73], itemoff:[0,69]}, url:"index.php?page=new-south-wales"},
	{code:'<img src="images/icey/locbuttoff_04.gif" width="57" height="29" />',
				ocode:'<img src="images/icey/locbutton_04.gif" width="57" height="29" />', format:{size:[29,57], itemoff:[0,73]}, url:"index.php?page=south-australia"},
	{code:'<img src="images/icey/locbuttoff_05.gif" width="70" height="29" />',
				ocode:'<img src="images/icey/locbutton_05.gif" width="70" height="29" />', format:{size:[29,70], itemoff:[0,57]}, url:"index.php?page=western-australia"}
];