	var NoOffFirstLineMenus=12;			// Number of first level items
	
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='#eef1f3';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='';			// Background color when mouse is over on subs
	var FontLowColor='';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontHighColor='';			// Font color when mouse is over
	var FontSubHighColor='#bc282c';		// Font color subs when mouse is over

	//Border Setting
	var BorderColor='';					//Main Menu Border color
	var BorderSubColor='#324289';		//Sub Menu Border Color
	var BorderWidth='';					//Main Menu Border width
	var BorderWidthSubMenu=1;
	var BorderBtwnElmnts=1;				//Sub Menu Border Width 1 or 0
	//End

	var FontFamily="Verdana,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=125;				// 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=3;				// Left padding
	var TopPaddng=0;				// 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=300;			// 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='MenuPos';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// 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=1;			// 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=['',8,8,'',8,5,'',5,8];	// Arrow source, width and height

	// menu width and menu height
	var smImg_width,smImg_height,mmImg_height;
	smImg_width = 140;
	smImg_height= 20;
	mmImg_height=17;
	//end

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Drop Down Menus
//mainMenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width,Title,Status);
//For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"
mainMenu1=new Array("rollover:images/mm_home.gif:images/mm_homeover.gif","index.htm","",0,26,54,"Home","Home");	
mainMenu2=new Array("rollover:images/mm_ssdinfo.gif:images/mm_ssdinfoover.gif","","",4,26,66,"SSD Info","SSD Info");	
	mainMenu2_1=new Array("About SSD","aboutssd.htm","",0,smImg_height,160,"About SSD","StoneSource : About SSD");
	mainMenu2_2=new Array("Mission","mission.htm","",0,smImg_height,160,"Mission","StoneSource : Mission ");
	mainMenu2_3=new Array("Range of Products","rangeofproducts.htm","",0,smImg_height,160,"Range of products","StoneSource : Range of products ");
	mainMenu2_4=new Array("Distribution Channels","distributionchannels.htm","",0,smImg_height,160,"Distribution Channels","StoneSource : Distribution Channels ");

mainMenu3=new Array("rollover:images/mm_products.gif:images/mm_productsover.gif","","",4,26,78,"Products","Products");	
	mainMenu3_1=new Array("Granite","Granite.asp","",0,smImg_height,smImg_width,"Granite","StoneSource : Granite ");
	mainMenu3_2=new Array("Marble","Marble.asp","",0,smImg_height,smImg_width,"Marble","StoneSource : Marble ");
	mainMenu3_3=new Array("Lime Stone","","",0,smImg_height,smImg_width,"Lime Stone","StoneSource : Lime Stone ");
	mainMenu3_4=new Array("Stand Stone","","",0,smImg_height,smImg_width,"Stand Stone","StoneSource : Stand Stone ");

mainMenu4=new Array("rollover:images/mm_news.gif:images/mm_newsover.gif","news.htm","",0,26,51,"News","News");	
mainMenu5=new Array("rollover:images/mm_hospitality.gif:images/mm_hospitalityover.gif","hospitality.htm","",0,26,83,"Hospitality","Hospitality");	
mainMenu6=new Array("rollover:images/mm_showroom.gif:images/mm_showroomover.gif","showroom.htm","",0,26,86,"Showroom","Showroom");
mainMenu7=new Array("rollover:images/mm_faq.gif:images/mm_faqover.gif","","",3,26,44,"Faq","Faq");	
	mainMenu7_1=new Array("General FAQ","generalfaq.htm","",0,smImg_height,smImg_width,"General FAQ","StoneSource : General FAQ");
	mainMenu7_2=new Array("Granite FAQ","Granitefaq.htm","",0,smImg_height,smImg_width,"Granite FAQ","StoneSource : Granites FAQ");
	mainMenu7_3=new Array("Marble FAQ","Marblefaq.htm","",0,smImg_height,smImg_width,"Marble FAQ","StoneSource : Marbles FAQ");

mainMenu8=new Array("rollover:images/mm_careers.gif:images/mm_careersover.gif","","",2,26,65,"careers","careers");
	mainMenu8_1=new Array("Join the Team","jointheteam.htm","",0,smImg_height,smImg_width,"Join the Team","StoneSource : Join the Team");
	mainMenu8_2=new Array("Openings","openings.htm","",0,smImg_height,smImg_width,"Openings","StoneSource : Openings");

mainMenu9=new Array("rollover:images/mm_contactus.gif:images/mm_contactusover.gif","","",2,26,84,"Contactus","Contactus");
	mainMenu9_1=new Array("Contact Information","sendcontact.asp","",0,smImg_height,smImg_width,"Contactinformation","StoneSource : ContactInformation");
	mainMenu9_2=new Array("Home Owners","sendinquiry.asp","",0,smImg_height,smImg_width,"Openings","StoneSource :Inquiry");

mainMenu10=new Array("rollover:images/mm_projects.gif:images/mm_projectsover.gif","projects.htm","",0,26,70,"Projects","Projects");

mainMenu11=new Array("rollover:images/mm_delivery.gif:images/mm_deliveryover.gif","Delivery.htm","",0,26,69,"Delivery","Delivery");
mainMenu12=new Array("rollover:images/mm_login.gif:images/mm_loginover.gif","","",0,26,46,"Login","Login");






