
	var NoOffFirstLineMenus=7; //s number of top menu
	var LowBgColor='#566163';	//s background color
	var HighBgColor='#7A8183';	//s background highlight
	var FontLowColor='#FFFFFF';	//s highlight color
	var FontHighColor='#000000';	//s main color
	var BorderColor='#FFFFFF';	//s border color
	var BorderWidth=0;	//s border size
	var BorderBtwnElmnts=0; //s border between size
	var FontFamily="verdana, arial, helvetica, sans-serif"	//s font family
	var FontSize=7; //s font size
	var FontBold=0; //s bold on
	var FontItalic=0;//s italic off
	var MenuTextCentered=0; //s center the text
	var MenuCentered='center'; //s center the menu bar
	var MenuVerticalCentered='top'; //s top of page
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=83; //s how far down the page the bar is
	var StartLeft=0; //set horizontal offset
	var VerCorrect=10;
	var HorCorrect=0;
	var LeftPaddng=10;
	var TopPaddng=1;
	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);


	
Menu1=new Array("Home            l  ","javascript:top.location.href='http://cre8tiveidentity.com/index.htm'",0,15,95);//0 how many in the menu 15 is height 100 is width
		
Menu2=new Array("Why Us        l","javascript:top.location.href='http://cre8tiveidentity.com/why_us.htm'",2,15,95);
	Menu2_1=new Array("Who We Are","javascript:top.location.href='http://cre8tiveidentity.com/whoweare.htm'",0,15,95);
	Menu2_2=new Array("Contact Us","javascript:top.location.href='http://cre8tiveidentity.com/contact_details.htm'",0,15,95);
		
Menu3=new Array("Portfolio        l","javascript:top.location.href='http://cre8tiveidentity.com/portfolio.htm'",0,15,95);
		
Menu4=new Array("Web Design      l","javascript:top.location.href='http://cre8tiveidentity.com/web_design.htm'",0,15,95);

Menu5=new Array("Design         l","javascript:top.location.href='http://cre8tiveidentity.com/design.htm'",0,15,95);	


Menu6=new Array("IT Support       l","javascript:top.location.href='http://cre8tiveidentity.com/it_support.htm'",0,15,95);	

	
Menu7=new Array("Contact Details","javascript:top.location.href='http://cre8tiveidentity.com/contact_details.htm'",0,15,95);	
