
	var NoOffFirstLineMenus=3;			// Number of first level items
	var LowBgColor='#e9e4ba';			// Background color when mouse is not over
	var LowSubBgColor='#e9e4ba';			// Background color when mouse is not over on subs
	var HighBgColor='#4C3539';			// Background color when mouse is over
	var HighSubBgColor='#4C3539';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#4C3539';			// Border color
	var BorderSubColor='#4C3539';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="garmond"	// Font family menu items
	var FontSize=12;				// Font size menu items
	var FontBold=1;				// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=220;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=1;				// 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=['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("","http://www.dynamicdrive.com","",0,20,0);

Menu2=new Array("Silk Quality","","",11,20,125);
	Menu2_1=new Array("Dupion Silk","","",11,20,125);	
		Menu2_1_1=new Array("Plain (Soild)","","",2,20,150);
		        Menu2_1_1_1=new Array("Indian","dupionplain.html","",0,20,150);
	   	        Menu2_1_1_2=new Array("Chinese","dupionchina.html","",0);
		Menu2_1_2=new Array("Stripes","dupiondes.html","",0);
		Menu2_1_3=new Array("Checks","dupionchecks.html","",0);
		Menu2_1_4=new Array("Crushed/Wrinkled","dupioncrush.html","",0,20,150);
		Menu2_1_5=new Array("Quilted","dupionquilt.html","",0);
		Menu2_1_6=new Array("Embroidery","dupionembr.html","",0);
                Menu2_1_7=new Array("Beads","dupionbids.html","",0,20,150);
		Menu2_1_8=new Array("Jacquard","dupionjaq.html","",0);
		Menu2_1_9=new Array("Quilt Beads","dupionqbids.html","",0);
		Menu2_1_10=new Array("Lacework","dupiondiam.html","",0,20,150);
		Menu2_1_11=new Array("Prints","dupionprint.html","",0);

	Menu2_2=new Array("Tafetta","","",3);
		Menu2_2_1=new Array("Plain (Solid)","tafplain.html","",0,20,125);
		Menu2_2_2=new Array("Stripes","tafstripe.html","",0);
		Menu2_2_3=new Array("Checks","tafcheck.html","",0);
		
	Menu2_3=new Array("Metalic Silk","","",3);
		Menu2_3_1=new Array("Plain","metalplain.html","",0,20,125);
		Menu2_3_2=new Array("Pleated","metalpleat.html","",0);
		Menu2_3_3=new Array("Embroidery","metalembro.html","",0);			
	
	Menu2_4=new Array("Tussar","","",2);
		Menu2_4_1=new Array("Plain","tsrplain2.html","",0,20,125);
		Menu2_4_2=new Array("Designs","tsrdesign.html","",0);
	
	Menu2_5=new Array("Organza Silk","","",4);
		Menu2_5_1=new Array("Plain","orgplain.html","",0,20,125);
		Menu2_5_2=new Array("Stripes","orgstrip.html","",0);
		Menu2_5_3=new Array("Checks","orgcheck.html","",0);
		Menu2_5_4=new Array("Jaquard","orgjaq1.html","",0);
	
			
	Menu2_6=new Array("Georgette","","",2);
		Menu2_6_1=new Array("Plain","geogplain.html","",0,20,125);
		Menu2_6_2=new Array("Embroidery","geogembro.html","",0,20,125);

	Menu2_7=new Array("Chiffon","","",2);
		Menu2_7_1=new Array("Plain","chiffplain.html","",0,20,125);
		Menu2_7_2=new Array("Embroidery","chiffembro1.html","",0,20,125);

	Menu2_8=new Array("Crepe","","",2);
		Menu2_8_1=new Array("Plain","crepeplain.html","",0,20,125);
		Menu2_8_2=new Array("Embroidery","crepeembro.html","",0,20,125);

	Menu2_9=new Array("Matka","","",2);
		Menu2_9_1=new Array("Plain","matkaplain.html","",0,20,125);
		Menu2_9_2=new Array("Designs","matkadesign.html","",0);
		

	Menu2_10=new Array("Noil","","",2);
		Menu2_10_1=new Array("Plain","noilplain.html","",0,20,125);
		Menu2_10_2=new Array("Design","noilchecks.html","",0);

	Menu2_11=new Array("Chenil","chenil.html","",0,20,150);

Menu3=new Array("Made-Ups","","",2,20,150);
        Menu3_1=new Array("Scarf","scarf.html","",0,20,150);
        Menu3_2=new Array("Cushion Covers","covers.html","",0);
