	var NoOffFirstLineMenus=10;		// Number of first level items
	var LowBgColor='111111';		// Background color when mouse is not over
	var LowSubBgColor='222222';		// Background color when mouse is not over on subs
	var HighBgColor='#333333';		// Background color when mouse is over
	var HighSubBgColor='#333333';	// 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='#666666';	// Font color when mouse is over
	var FontSubHighColor='#666666';	// Font color subs when mouse is over
	var BorderColor='222222';		// Border color
	var BorderSubColor='000000';	// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,times"	// 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='left';		// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';	// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0.02;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;	// vertical overlap child/ parent
	var StartTop=0;					// 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=10;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;		// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;		// Frames in cols or rows 1 or 0
	var DissapearDelay=800;			// 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='menu';			// 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 highlighted
	var Arrws=['http://ks.paulsfashion-samui.com/images/tri.gif',5,10,'http://ks.paulsfashion-samui.com/images/tridown.gif',10,5,'http://ks.paulsfashion-samui.com/images/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"
//	Format: ("button title","link","",?0?,button height,button width)

Menu1=new Array("Home","http://ks.paulsfashion-samui.com/home.html","",0,20,60);
	
Menu2=new Array("About","http://ks.paulsfashion-samui.com/about.html","",0,20,60);

Menu3=new Array("Our Clients","","",5,20,95);
	Menu3_1=new Array("Testimonials","http://ks.paulsfashion-samui.com/testim/index.html","",0,20,160);
	Menu3_2=new Array("Members Enter","http://ks.paulsfashion-samui.com/members/index.html","",0);
	Menu3_3=new Array("Gents Measurment Form","http://ks.paulsfashion-samui.com/gents-form.html","",0);
	Menu3_4=new Array("Ladies Measurment Form","http://ks.paulsfashion-samui.com/ladies-form.html","",0);
	Menu3_5=new Array("Ordering Form","http://ks.paulsfashion-samui.com/order.html","",0);

Menu4=new Array("Ladies Fashions","","",10,20,120);
	Menu4_1=new Array("Pant Suits","http://ks.paulsfashion-samui.com/ladies/pant-suits.html","",0,20,160);
	Menu4_2=new Array("Skirt Suits","http://ks.paulsfashion-samui.com/ladies/skirt-suits.html","",0);
	Menu4_3=new Array("Dresses","http://ks.paulsfashion-samui.com/ladies/dresses.html","",0);
	Menu4_4=new Array("Pants","http://ks.paulsfashion-samui.com/ladies/pants.html","",0);
	Menu4_5=new Array("Skirts","http://ks.paulsfashion-samui.com/ladies/skirts.html","",0);
	Menu4_6=new Array("Blouses","http://ks.paulsfashion-samui.com/ladies/blouse.html","",0);
	Menu4_7=new Array("Winter Coats","http://ks.paulsfashion-samui.com/ladies/winter.html","",0);
	Menu4_8=new Array("Leather Jackets/Pants","http://ks.paulsfashion-samui.com/ladies/leather.html","",0);
	Menu4_9=new Array("Ladies Measurment Form","http://ks.paulsfashion-samui.com/ladies-form.html","",0);
	Menu4_10=new Array("Ordering Form","http://ks.paulsfashion-samui.com/order.html","",0);
	
	
	
	
Menu5=new Array("Men's Fashions","","",9,20,120);
	Menu5_1=new Array("Single breasted","","",6,20,160);
	Menu5_1_1=new Array("1 Button","http://ks.paulsfashion-samui.com/mens/single1.html","",0,20,160);
	Menu5_1_2=new Array("2 Button","http://ks.paulsfashion-samui.com/mens/single2.html","",0);
	Menu5_1_3=new Array("3 Button","http://ks.paulsfashion-samui.com/mens/single3.html","",0);
	Menu5_1_4=new Array("4 Button","http://ks.paulsfashion-samui.com/mens/single4.html","",0);
	Menu5_1_5=new Array("Suit with Vest","http://ks.paulsfashion-samui.com/mens/vest.html","",0);
	Menu5_1_6=new Array("Couples","http://ks.paulsfashion-samui.com/mens/couples.html","",0);
	
Menu5_2=new Array("Double breasted","http://ks.paulsfashion-samui.com/mens/double.html","",0,20,160);
	
Menu5_3=new Array("Blazer / Sport","","",2,20,120);
	Menu5_3_1=new Array("Blazer Suits","http://ks.paulsfashion-samui.com/mens/blazer.html","",0,20,160);
	Menu5_3_2=new Array("Sports Jackets","http://ks.paulsfashion-samui.com/mens/sport.html","",0);
	
	Menu5_4=new Array("Trousers","http://ks.paulsfashion-samui.com/mens/trousers.html","",0);
	
	Menu5_5=new Array("Shirts","","",2,20,120);
		Menu5_5_1=new Array("Shirts","http://ks.paulsfashion-samui.com/mens/shirts.html","",0,20,160);
		Menu5_5_2=new Array("Collars / Cuffs","http://ks.paulsfashion-samui.com/mens/collars.html","",0);

	Menu5_6=new Array("Winter Coats","http://ks.paulsfashion-samui.com/mens/coat.html","",0);
	Menu5_7=new Array("Leather Jackets / Pants","http://ks.paulsfashion-samui.com/mens/leather.html","",0);
	Menu5_8=new Array("Gents Measurment Form","http://ks.paulsfashion-samui.com/gents-form.html","",0);
	Menu5_9=new Array("Ordering Form","http://ks.paulsfashion-samui.com/order.html","",0);
	
	
Menu6=new Array("Formal Wear","","",4,20,100);
	Menu6_1=new Array("Mens","","",2,20,160);
			Menu6_1_1=new Array("Tuxedo Suits","http://ks.paulsfashion-samui.com/wedding/tuxedo-suit.html","",0,20,160);
			Menu6_1_2=new Array("Tuxedo Shirts/ Bow Ties","http://ks.paulsfashion-samui.com/wedding/tuxedo-shirts.html","",0);
	
	Menu6_2=new Array("Ladies","","",1);
		Menu6_2_1=new Array("Wedding Dresses","http://ks.paulsfashion-samui.com/wedding/wedding-dresses.html","",0,20,160);
		
	Menu6_3=new Array("Couples Fashions","http://ks.paulsfashion-samui.com/wedding/couples.html","",0);
	Menu6_4=new Array("Kids Fashions","http://ks.paulsfashion-samui.com/wedding/kids.html","",0);

Menu7=new Array("Footwear","","",2,20,80);
	Menu7_1=new Array("Mens Sheos & Boots","http://ks.paulsfashion-samui.com/footwear/mens.html","",0,20,160);
	Menu7_2=new Array("Ladies  Sheos & Boots","http://ks.paulsfashion-samui.com/footwear/ladies.html","",0);

	
Menu8=new Array("Manufacturing","","",2,20,110);
	Menu8_1=new Array("Quality Materials","","",3,20,140);
		Menu8_1_1=new Array("Suits","","",2,20,120);
			Menu8_1_1_1=new Array("Pinstrip","http://ks.paulsfashion-samui.com/materials/pin.html","",0,20,120);
			Menu8_1_1_2=new Array("Plain","http://ks.paulsfashion-samui.com/materials/plain.html","",0,20,120);
		Menu8_1_2=new Array("Shirt","","",3,20,120);
			Menu8_1_2_1=new Array("Plain","http://ks.paulsfashion-samui.com/materials/shirt-plain.html","",0,20,120);
			Menu8_1_2_2=new Array("Stripes","http://ks.paulsfashion-samui.com/materials/shirt-stripes.html","",0,20,120);
			Menu8_1_2_3=new Array("Checks","http://ks.paulsfashion-samui.com/materials/shirt-check.html","",0,20,120);
			
		Menu8_1_3=new Array("Winter Coat","","",2,20,120);
			Menu8_1_3_1=new Array("Hairingbone","http://ks.paulsfashion-samui.com/materials/coat-hairing.html","",0,20,120);
			Menu8_1_3_2=new Array("Cashmere","http://ks.paulsfashion-samui.com/materials/coat-cashmere.html","",0,20,120);
			
	Menu8_2=new Array("Quality Workmanship","http://ks.paulsfashion-samui.com/workmanship.html","",0);
	
Menu9=new Array("Photo Gallery","http://ks.paulsfashion-samui.com/gallery/index.html","",2,20,105);
	Menu9_1=new Array("Showroom Gallery","http://ks.paulsfashion-samui.com/gallery/showindex.html","",0,20,140);
	Menu9_2=new Array("Workmanship Gallery","http://ks.paulsfashion-samui.com/gallery/workindex.html","",0);
	
Menu10=new Array("Contact / Location","","",2,20,130);
	Menu10_1=new Array("Contact US","http://ks.paulsfashion-samui.com/contact.html","",0,20,120);
	Menu10_2=new Array("Location Map","http://ks.paulsfashion-samui.com/contact.html","",0);
