 if(navigator.appName == "WebTV")
{
	var StartTop=252;				// Menu offset x coordinate
	var StartLeft=-315;				// Menu offset y coordinate
}
 if(navigator.appName == "Netscape")
{
	var StartTop=153;				// Menu offset x coordinate
	var StartLeft=-327;				// Menu offset y coordinate
}
 if(navigator.appName == "Microsoft Internet Explorer")
{
	var StartTop=153;				// Menu offset x coordinate
	var StartLeft=-318;				// Menu offset y coordinate
}
 if(navigator.appName == "Opera")
{
	var StartTop=252;				// Menu offset x coordinate
	var StartLeft=-315;				// Menu offset y coordinate
}


	var NoOffFirstLineMenus=13;			// Number of first level items
	var LowBgColor='#015198';			// Background color when mouse is not over
	var LowSubBgColor='#EBEBEB';			// Background color when mouse is not over on subs
	var HighBgColor='#EBEBEB';			// Background color when mouse is over
	var HighSubBgColor='#B3B3B3';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='#C2CDE0';			// Font color when mouse is over
	var FontSubHighColor='#C2CDE0';			// Font color subs when mouse is over
	var BorderColor='#D4D4D4';			// Border color
	var BorderSubColor='#000000';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="arial,verdana"			// 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 VerCorrect=1;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=24;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;				// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// 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("","","images/menutop.jpg",0,19,139);
Menu1=new Array("Home","index.html","images/menu.jpg",0,19,139);


Menu2=new Array("About Us","","images/menu.jpg",2,19,139);
	Menu2_1=new Array("History","aboutus_history.html","images/submenutop.jpg",0,19,204);
	Menu2_2=new Array("Management and Philosophy","aboutus_management.html","images/submenu_ex.jpg",0,19,117);

Menu3=new Array("Our Businesses","","images/menu.jpg",2,19,139);
	Menu3_1=new Array("Zinc Oxide","","images/submenutop.jpg",3,19,139);
		Menu3_1_1=new Array("What is ZnO","activities_zno.html","images/submenutop.jpg",0,19,204); 
		Menu3_1_2=new Array("Production and Technology","activities_production.html","images/submenu_ex.jpg",0,19,139); 
		Menu3_1_3=new Array("Grades and Applications","activities_application.html","images/submenu_ex.jpg",0,19,139);
	Menu3_2=new Array("Other Activities","","images/submenu_ex.jpg",2,19,117); 
		Menu3_2_1=new Array("Trading","trading.html","images/submenutop.jpg",0,19,204); 
		Menu3_2_2=new Array("Ferrous & Non Ferrous Metals","ferrous_non_ferrous.html","images/submenu_ex.jpg",0,19,139);

Menu4=new Array("Quality & Research","","images/menu.jpg",2,19,139);
	Menu4_1=new Array("Quality Policies","quality_main.html","images/submenutop.jpg",0,19,204);
	Menu4_2=new Array("Research and Development","quality_rnd.html","images/submenu_ex.jpg",0,19,204);

Menu5=new Array("Relationships","","images/menu.jpg",2,19,139);
	Menu5_1=new Array("Customers ","relationships_customers.html","images/submenutop_1.jpg",0,19,117);
	Menu5_2=new Array("Suppliers","relationships_suppliers.html","images/submenu_ex.jpg",0,19,117);
	
	
Menu6=new Array("Distribution Network","relationships_network.html","images/menu.jpg",0,19,139);	
	
Menu7=new Array("Environment ","environment.html","images/menu.jpg",0,19,139);	
	
Menu8=new Array("Careers","careers.html","images/menu.jpg",0,19,139);				
	
Menu9=new Array("Enquiries","enquiries.html","images/menu.jpg",0,19,139);	

Menu10=new Array("Contact Us","contactus.html","images/menu.jpg",0,19,139);	
	
Menu11=new Array("Disclaimer","disclaimer.html","images/menu.jpg",0,19,139);

Menu12=new Array("Site Map","sitemap.html","images/menu.jpg",0,19,139);

Menu13=new Array("","","images/menubottom.jpg",0,19,139);