//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=9; //set number of main menu items
	var LowBgColor='#E5EFFC';
	var HighBgColor='#E3DDDD';
	var FontLowColor='#CC3300';
	var FontHighColor='#284F87';
	var BorderColor='#5D6B84';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Verdana, Helvetica, Arial"
	var FontSize=7;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.0;
	var ChildVerticalOverlap=.0;
	var StartTop=60; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Home","index.html",0,15,85);

Menu2=new Array("About us","aboutus.html",0);	

Menu3=new Array("Products","#",4);

	Menu3_1=new Array("Home Textiles","hometextile.html",0,15,85);	
	Menu3_2=new Array("Apparels","apparels.html",3,15,150);
		Menu3_2_1=new Array("Woven Garments for Adults","wovengarmentforadult.html",0,15,150);
		Menu3_2_2=new Array("Knitted Garments for Adults","knittedgarment.html",0,15,150);
		Menu3_2_3=new Array("Children Wear","childrenwear.html",0,15,150);
	    Menu3_3=new Array("Fabrics","fabrics.html",0);
	    Menu3_4=new Array("Yarn","yarn.html",0);


	
Menu4=new Array("Why Fayyaz?","yfayyaz.html",0);
Menu5=new Array("Why Pakistan?","ypak.html",0);
Menu6=new Array("Inquiry Form","inquiry.html",0);

Menu7=new Array("Sister Concern","#",1);
    Menu7_1=new Array("Intertex","Intertex.html",0,15,85);
	
Menu8=new Array("Comments Corner","comments.html",0);
Menu9=new Array("Contact us","javascript:top.location.href='contactus.html'",0);

