BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFFFFF",	// color of the item border, if any
		shadow:"#146433",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#146433"	// 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:[2,30], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,120]},
	{code:"Home", 
		sub:[
			{itemoff:[21,0], size:[22,200]},
			{code:"Department of Agriculture","url":"http://www.nda.agric.za"},
			{code:"Directorate: Veterinary Services","url":"Default Page.htm", target:"regFrame"}			
		]
	},
	{code:"Epidemiology",
		sub:[
			{itemoff:[21,0], size:[22,150]},
			{code:"Disease Maps","url":"epidemiology/Disease Maps Main.htm", target:"regFrame"},
			{code:"Disease Status", "url":"epidemiology/SA_Disease_Status.pdf", target:"_blank"},
			{code:"Laboratory Approval","url":"epidemiology/laboratory MAIN.htm", target:"regFrame"},
			{code:"Research Approval","url":"Epidemiology/Section20/Section20_MAIN.htm", target:"regFrame"},
			{code:"Disease Database","url":"epidemiology/Disease Database/OIEData/OIE_query_Criteria.asp", target:"regFrame"},
			{code:"Disease Reporing Forms","url":"epidemiology/Reporting forms/Reporting Forms MAIN.htm", target:"regFrame"},
			{code:"Contact Epidemiology","url":"Contacts/Contact List - Epidemiology.html", target:"regFrame"}
		]
	},
	{code:"Import/Export",
		sub:[
			{itemoff:[21,0], size:[22,150]},
			{code:"Import","url":"ImportExport/import MAIN.html", target:"regFrame"},
			{code:"Export", "url":"ImportExport/export MAIN.html", target:"regFrame"},
			{code:"Legislation","url":"Legislation/Legislation MAIN.html", target:"regFrame"},
			{code:"VPN/SOP","url":"VPN & SOP/VPN_SOPs.htm", target:"regFrame"},
			{code:"Contact Import/Export","url":"Contacts/Contact List - Import Export.html", target:"regFrame"},
			{code:"AQIS","url":"Contacts/Contact List - AQIS.htm", target:"regFrame"}
		]
	},
	{code:"Disease Control",
		sub:[
			{itemoff:[21,0], size:[22,170]},
			{code:"Movement Protocols","url":"Disease Control/movement_protocols MAIN.htm", target:"regFrame"},
			{code:"Buffalo Related Infomation", "url":"Disease Control/Buffalo/buffalo MAIN.htm", target:"regFrame"},
			{code:"List of Controlled Diseases","url":"Disease Control/List of controlled  notifiable Animal Diseases 2007.pdf", target:"_blank"},
			{code:"Legislation","url":"Legislation/Legislation MAIN.html", target:"regFrame"},
			{code:"Research Approval","url":"Epidemiology/Section20/Section20_MAIN.htm", target:"regFrame"},
			{code:"Contact Disease Control","url":"Contacts/Contact List - Disease Control.html", target:"regFrame"}
		]
	},
	{code:"VPH",
		sub:[
			{itemoff:[21,0], size:[22,100]},
			{code:"Abattoir lists","url":"VPH/VPH_abattoirs_MAIN.htm", target:"regFrame"},
			{code:"VPH Manuals", "url":"VPH/VPH_manuals_MAIN.htm", target:"regFrame"},
			{code:"Legislation","url":"Legislation/Legislation MAIN.html", target:"regFrame"},
			{code:"Contact VPH","url":"Contacts/Contact List - VPH.htm", target:"regFrame"}
		]
	},
	{code:"Animal ID",
		sub:[
			{itemoff:[21,0], size:[22,180]},
			{code:"Application for brand mark","url":"Animal Identification/Application for registration of ID Mark-120.pdf", target:"_blank"},
			{code:"Transfer of mark", "url":"Animal Identification/APPLICATION-TRANSFER-120.pdf", target:"_blank"},
			{code:"Characters for branding","url":"Animal Identification/Brand markings.pdf", target:"_blank"},
			{code:"Legislation","url":"Legislation/Legislation MAIN.html", target:"regFrame"},
			{code:"Booklet - English","url":"Animal Identification/Identification of animals_Feb2008_Web.pdf", target:"_blank"},
			{code:"Booklet - Afrikaans","url":"Animal Identification/Identifikasie van diere_Jan2008_Web.pdf", target:"_blank"},
			{code:"AIDA Procedural Notice","url":"Animal Identification/VPN AIDA Feb2009.pdf", target:"_blank"},
			{code:"Contact Veterinary Hygiene","url":"Contacts/Contact list - Vet Hygiene  Animal ID.htm", target:"regFrame"}
		]
	},
	{code:"Information",
		sub:[
			{itemoff:[21,0], size:[22,180]},
			{code:"Legislation","url":"Legislation/Legislation MAIN.html", target:"regFrame"},
			{code:"DVS Policy Documents","url":"Pamphlets&Information/Policies MAIN.htm", target:"regFrame"},
			{code:"Press releases","url":"Pamphlets&Information/Press releases MAIN.htm", target:"regFrame"},
			{code:"Pamphlets & Information", "url":"Pamphlets&Information/information MAIN.htm", target:"regFrame"},
			{code:"Links","url":"Links/veterinary_services_related_link.htm", target:"regFrame"},
			{code:"History of Veterinary Science","url":"History/History MAIN.htm", target:"regFrame"}
		]
	},
	{code:"Contacts",
		sub:[
			{itemoff:[39,0], size:[40,150]},
			{code:"DVS Management","url":"Contacts/Contact List - DVS Management.html", target:"regFrame"},
			{code:"Import/Export","url":"Contacts/Contact List - Import Export.html", target:"regFrame"},
			{code:"AQIS","url":"Contacts/Contact List - AQIS.htm", target:"regFrame"},
			{code:"Disease Control","url":"Contacts/Contact List - Disease Control.html", target:"regFrame"},
			{code:"Veterinary Hygiene","url":"Contacts/Contact list - Vet Hygiene  Animal ID.htm", target:"regFrame"},
			{code:"Epidemiology","url":"Contacts/Contact List - Epidemiology.html", target:"regFrame"},
			{code:"Veterinary Public Health","url":"Contacts/Contact List - VPH.htm", target:"regFrame"},
			{code:"Provincial Veterinary Services","url":"Contacts/Contact list Provincial Directors.htm", target:"regFrame"},
			{code:"Vetweb Administrators","url":"mailto:VetWebAdmin@nda.agric.za"},
			{code:"Directions to Veterinary Services Head Office","url":"Maps/Delpen Map.pdf", target:"_blank"}
		]
	}


];


