/*
// RIGHT MENU DATA

THE SUBIMAGE REFERS TO THE ARROW ON THE MENU, MAKE SURE THE PATH IS CORRECT TO TEMPLATES WHERE THE ARROW.GIF IS STORED

*/



_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


//PARAMETERS FOR MENU PRINCIPAL.....................................................
	with(menuStyle=new mm_style()){
	onbgcolor="#3366CC";		//onbgcolor = cell background on mouse over 6699ff
	oncolor="#FFFFFF";			//oncolor="Text color on mouse over
	offbgcolor="#FFFFFF";		//offbgcolor = cell background color default
	offcolor="#6699FF";			//offcolor= text color deafult
	bordercolor="#6699FF";
	borderstyle="solid";
	borderwidth=0;
	separatorcolor="#999999";	//line between cells
	separatorsize="1";
	padding=5;
	fontsize="70%";
	fontstyle="normal";
	fontfamily="Arial, Helvetica, sans-serif";
	pagecolor="black";
	pagebgcolor="#6699CC";	//Active cell background color
	headercolor="#000000";
	headerbgcolor="#ffffff";
	subimage="Templates/arrow.gif";
	subimagepadding="2";
	overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
	outfilter="randomdissolve(duration=0.3)";
	}
//END PARAMETERS MENU PRINCIPAL......................................................


// OTHER MAIN MENU PARAMETERS
	with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=0; //177;   FOR VERTICAL		DISTANCE OF THE MENU FROM THE TOP OF THE PAGE
left=835; //18;   FOR VERTICAL 		DISTANCE OF THE MENU FROM THE LEFT SIDE only use if not using SCREENPOSITION
alwaysvisible=1;
overflow="0";
//orientation="horizontal";      //TAKE THIS STATEMENT OUT TO SWICHT TO A VERTICAL MENU, MAKE SURE TO CHANGE THE POSITION AS WELL
//screenposition="center;"; 	//sets the menu in the center of the page
// END OTHER MAIN MENU PARAMETERS


//THE FOLLOWING STATEMENTS SETS THE PARAMETERS FOR THE SUBMENUS MOST BE INSIDE THE "MAIN MENU"

		with(menuStyle=new mm_style()){
		onbgcolor="#003366";		//onbgcolor = cell background on mouse over
		oncolor="#FFFFFF";			//oncolor="Text color on mouse over
		offbgcolor="#B0BCD9";		//offbgcolor = cell background color default
		offcolor="#0000FF";			//offcolor= text color deafult
		bordercolor="#6699FF";
		borderstyle="solid";
		borderwidth=1;
		separatorcolor="#999999";	//line between cells
		separatorsize="1";
		padding=6;
		fontsize="70%";
		fontstyle="normal";
		fontfamily="Arial, Helvetica, sans-serif";
		pagecolor="black";
		pagebgcolor="#82B6D7";
		headercolor="#000000";
		headerbgcolor="#ffffff";
		subimage="Templates/arrow.gif";
		subimagepadding="2";
		overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
		outfilter="randomdissolve(duration=0.3)";
		}
// END OF SUBMENU STATEMENTS..................................................



// 	MAIN MENU---------------------------------------------------------------------------------------------------	
	
		aI("text=J-22;url=http://www.uksailstexas.com/Tuning Guides/J-22 Tuning guide.doc;");
		aI("text=J-24;url=http://www.uksailstexas.com/Tuning Guides/J-24-2007-Tuning guide.pdf;");
		aI("text=Soling;url=http://www.uksailstexas.com/Tuning Guides/Soling Tuning guide.doc;");
		aI("text=Club 420;url=http://www.uksailstexas.com/Tuning Guides/Club 420 Tuning guide.doc;");
		}
	//END TUNING MENU		
	
	
// END MAIN MENU-----------------------------------------------------------------------------------------------



drawMenus();

