/***********************************************************************************
*	(c) Dataweb.gh          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='e5e5e5';			// Background color when mouse is not over
	var LowSubBgColor='#F4F4F4';			// Background color when mouse is not over on subs
	var HighBgColor='336666';			// Background color when mouse is over
	var HighSubBgColor='336666';			// Background color when mouse is over on subs
	var FontLowColor='#333366';			// Font color when mouse is not over
	var FontSubLowColor='#336666';			// Font color subs when mouse is not over
	var FontHighColor='cccccc';			// Font color when mouse is over
	var FontSubHighColor='ffffff';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='#336666';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left',
											// 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=94;				// Menu offset x coordinate
	var StartLeft=-9;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=10;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['',0,0,'',0,0,'',0,0];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("rollover:images/home.jpg:images/home.jpg","index.php","",0,34,54);

Menu2=new Array("rollover:images/tbt.jpg:images/tbt.jpg","#","",9,34,69);
	Menu2_1=new Array("Overview","index2.php?center_content=tbt_introduction&right_content=tbt","",2,20,200);
		Menu2_1_1=new Array("What are TBT's","index2.php?center_content=tbt_introduction&right_content=tbt","",0,20,200);
		Menu2_1_2=new Array("Understanding the TBT Agreement","index2.php?center_content=tbt_understanding&right_content=tbt","",0,20,200);
			
	Menu2_2=new Array("Enquiry Point","index2.php?center_content=tbt_enq_point&right_content=tbt","",0,20,150);
	
	Menu2_3=new Array("Ghana Standards Board","","",2,20,150);
		Menu2_3_1=new Array("Legal Framework","index2.php?center_content=tbt_legal_framework&right_content=tbt","",0,20,150);
		Menu2_3_2=new Array("Organisation Structure","index2.php?center_content=tbt_org_structure&right_content=tbt","",0,20,150);
	
	
Menu2_4=new Array("Technical Regulations","","",0,20,150);


Menu2_5=new Array("Conformity Assesment","","",3,20,150);

		Menu2_5_1=new Array("Obtaining a License Under the Product Certification Scheme","index2.php?center_content=tbt_prod_cert&right_content=tbt","",0,20,350);
		Menu2_5_2=new Array("Steps for Export Certification","index2.php?center_content=tbt_export_cert&right_content=tbt","",0,20,150);
		Menu2_5_3=new Array("Guidelines on Destination Inspection of High Risk Goods","index2.php?center_content=tbt_dest_insp&right_content=tbt","",0,20,150);
			
	Menu2_6=new Array("Metrology","","",4,20,150);
		Menu2_6_1=new Array("Introduction","index2.php?center_content=metrology_intro&right_content=tbt","",0,20,150);
		Menu2_6_2=new Array("Legal Metrology","index2.php?center_content=metrology_legal&right_content=tbt","",0,20,150);
		Menu2_6_3=new Array("Industrial Metrology","index2.php?center_content=metrology_industrial&right_content=tbt","",0,20,150);
		Menu2_6_4=new Array("Scientific Metrology","index2.php?center_content=metrology_scientific&right_content=tbt","",0,20,150);


	
	
	Menu2_7=new Array("Testing","","",5,20,250);
		Menu2_7_1=new Array("Engineering Laboratory","index2.php?center_content=tbt_testing_engineering&right_content=tbt","",0,20,250);
		Menu2_7_2=new Array("Material Science Laboratory","index2.php?center_content=tbt_testing_material&right_content=tbt","",0,20,250);
		Menu2_7_3=new Array("Food & Agric Laboratory","index2.php?center_content=tbt_testing_food&right_content=tbt","",0,20,250);
		Menu2_7_4=new Array("Microbiology Laboratory ","index2.php?center_content=tbt_testing_micro&right_content=tbt","",0,20,250);
		Menu2_7_5=new Array("Drugs, Cosmetics & Forensic Laboratory","index2.php?center_content=tbt_testing_drugs&right_content=tbt","",0,20,250);
	


	Menu2_8=new Array("Standards","","",2,20,150);
		Menu2_8_1=new Array("What are Standards","index2.php?center_content=standards_definition&right_content=tbt","",0,20,150);
		Menu2_8_2=new Array("List of Standards","index2.php?center_content=tbt_standards&right_content=tbt","",0,20,150);
		
	
	Menu2_9=new Array("Related Websites","index2.php?center_content=tbt_related_sites&right_content=tbt","",0,20,150);
	
	
	
	
	
	
	
	
	
	
	
	
Menu3=new Array("rollover:images/sps.jpg:images/sps.jpg","#","",6,34,68);
Menu3_1=new Array("Overview","index2.php?center_content=sps_introduction&right_content=sps","",0,20,139);
Menu3_2=new Array("Plant Protection","","",7,20,200);
	Menu3_2_1=new Array("Introduction","index2.php?center_content=pp_intro&right_content=sps","",0,20,220);
	Menu3_2_2=new Array("National Notification Authority","index2.php?center_content=pp_nna&right_content=sps","",0,20,220);
	Menu3_2_3=new Array("Enquiry Point","index2.php?center_content=pp_ep&right_content=sps","",0,20,220);
	Menu3_2_4=new Array("Risk Assesment","index2.php?center_content=pp_ra&right_content=sps","",0,20,220);
	Menu3_2_5=new Array("Legislation","index2.php?center_content=pp_leg&right_content=sps","",0,20,320);
	Menu3_2_6=new Array("Procedures & Requirements","index2.php?center_content=pp_proc&right_content=sps","",0,20,220);
	Menu3_2_7=new Array("Certificates","index2.php?center_content=pp_modelcert&right_content=sps","",0,20,220);
	Menu3_2_8=new Array("Control Inspection & Approval Bodies","index2.php?center_content=pp_ra&right_content=sps","",0,20,220);




Menu3_3=new Array("Food Safety","","",9,20,150);

	Menu3_3_1=new Array("Introduction","index2.php?center_content=fs_intro&right_content=sps","",0,20,220);
	Menu3_3_2=new Array("Institutions","","",2,20,220);
		Menu3_3_2_1=new Array("Food & Drugs Board ","index2.php?center_content=fs_fdb&right_content=sps","",0,20,150);
		Menu3_3_2_2=new Array("Ghana Standards Board","index2.php?center_content=fs_gsb&right_content=sps","",0,20,150);
	Menu3_3_3=new Array("National Notification Authority","index2.php?center_content=fs_nna&right_content=sps","",0,20,220);
	Menu3_3_4=new Array("Enquiry Point","index2.php?center_content=fs_ep&right_content=sps","",0,20,220);
	
	Menu3_3_5=new Array("Risk Assesment","index2.php?center_content=fs_ra&right_content=sps","",0,20,220);
	Menu3_3_6=new Array("Legislation","index2.php?center_content=pp_ra&right_content=sps","",0,20,220);
	Menu3_3_7=new Array("Procedures & Requirements","index2.php?center_content=pp_ra&right_content=sps","",0,20,220);
	Menu3_3_8=new Array("Certificates","index2.php?center_content=pp_modelcert&right_content=sps","",0,20,220);
	Menu3_3_9=new Array("Control Inspection & Approval Bodies","index2.php?center_content=pp_ra&right_content=sps","",0,20,220);




Menu3_4=new Array("Animal Health","","",4,20,150);
	
	Menu3_4_1=new Array("National Notification Authority","index2.php?center_content=ah_nna&right_content=sps","",0,20,220);
	Menu3_4_2=new Array("Enquiry Point","index2.php?center_content=ah_ep&right_content=sps","",2,20,220);
		Menu3_4_2_1=new Array("Fisheries","","",2,20,150);
			Menu3_4_2_1_1=new Array("Ministry of Fisheries","index2.php?center_content=animal_fisheries&right_content=sps","",0,20,140);
			Menu3_4_2_1_2=new Array("Ghana Standards Board","index2.php?center_content=animal_fisheries_gsb&right_content=sps","",0,20,140);
		Menu3_4_2_2=new Array("Vetinarary Services","index2.php?center_content=animal_vet_services&right_content=sps","",0,20,139);						  
								  
	Menu3_4_3=new Array("Risk Assesment","index2.php?center_content=ah_ra&right_content=sps","",0,20,220);
	Menu3_4_4=new Array("Procedures & Requirements","","",2,20,220);
		Menu3_4_4_1=new Array("Import","index2.php?center_content=ah_proc_import&right_content=sps","",0,20,220);
		Menu3_4_4_2=new Array("Export","index2.php?center_content=ah_proc_export&right_content=sps","",0,20,220);	



Menu3_5=new Array("Alerts / Notifications","index2.php?center_content=sps_alert_system&right_content=sps","",0,20,139);
Menu3_6=new Array("Related Websites","index2.php?center_content=sps_related_websites&right_content=sps","",0,20,139);

Menu4=new Array("rollover:images/export.jpg:images/export.jpg","index2.php?center_content=export_com","",0,25,130);



Menu5=new Array("rollover:images/import.jpg:images/import.jpg","index2.php?center_content=import_com","",0,25,132);


	
Menu6=new Array("rollover:images/alerts.jpg:images/alerts.jpg","index2.php?center_content=alert_system","",0,34,129);
	




Menu7=new Array("rollover:images/enquiries.jpg:images/enquiries.jpg","index2.php?center_content=contact&right_content=contact","",2,34,109);

	Menu7_1=new Array("SPS Enquiry","index2.php?center_content=sps_enquiry","",0,20,109);
	Menu7_2=new Array("TBT Enquiry","index2.php?center_content=tbt_enquiry","",0,20,109);
	
	
	
	
	
Menu8=new Array("rollover:images/contact.jpg:images/contact.jpg","index2.php?center_content=contact","",0,34,89);