BLANK_IMAGE = 'images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#ffffff",		// background color for the items
		bgOVER:"#301e53"	// 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 ROOMS_ITEMS = [
	{pos:'relative', itemoff:[0,100], leveloff:[0,0], style:NOSTYLE, size:[26,103]},
	{code:'',
		ocode:'<img src="images/b_rooms_on.gif" width="103" height="26" border="0" />',
		url:"roomsinfo.php",
		sub:[
			{itemoff:[21,0], leveloff:[26,0], style:STYLE, size:[22,135]},
			{code:"Auditorium", url:"auditorium.php"},
			{code:"Boardroom", url:"boardroom.php"},
			{code:"Café", url:"cafe.php"},
			{code:"Function Room", url:"functionroom.php"},
			{code:"Gallery", url:"gallery.php"},
			{code:"Minor Hall", url:"minorhall.php"},
			{code:"Training Rooms", url:"trainingrooms.php"}
		]
	}
];
