// Hazard Main Menu

<!--BLANK_IMAGE = 'C:/Documents and Settings/IBM/My Documents/adpc/crm/menu/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:"",		// 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:[12,240], itemoff:[25,0], leveloff:[0,151], style:STYLE, size:[24,150]},
	{code:'<img src="/img/info_menu/hz_menu/cyclone_mmenu.gif" width="150" height="24" />',  url: "http://www.adpc.net/infores/hazard-cc.html",target:"_parent"
	},
	{code:'<img src="/img/info_menu/hz_menu/drought_mmenu.gif" width="150" height="24" />',    url: "http://www.adpc.net/infores/hazard-dr.html",target:"_parent"
	},
	{code:'<img src="/img/info_menu/hz_menu/earthquake_mmenu.gif" width="150" height="24" />',    url: "http://www.adpc.net/infores/hazard-eq.html",target:"_parent"
	},
	{code:'<img src="/img/info_menu/hz_menu/fire_mmenu.gif" width="150" height="24" />',    url: "http://www.adpc.net/infores/hazard-fr.html",target:"_parent"
	},
	{code:'<img src="/img/info_menu/hz_menu/flood_mmenu.gif" width="150" height="24" />',    url: "http://www.adpc.net/infores/hazard-fl.html",target:"_parent"
	},
	{code:'<img src="/img/info_menu/hz_menu/landslide_mmenu.gif" width="150" height="24" />',    url: "http://www.adpc.net/infores/hazard-ls.html",target:"_parent"
	},
	{code:'<img src="/img/info_menu/hz_menu/volcano_mmenu.gif" width="150" height="24" />', url:"http://www.adpc.net/infores/hazard-vc.html", target:"_parent"
	}
];

