

_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=-5            // Sub menu left offset
_sidetop=200;


with(subStyle=new mm_style()){
styleid=1;
bordercolor="#636363";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="9pt";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="#1d9cd0";
offcolor="#ffffff";
onbgcolor="#f2932f";
onborder="1px solid #999999";
oncolor="#f0f0f0";
onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#EAEAEA', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#0eae5a";
pagecolor="#f0f0f0";
pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="#636363";
separatorpadding=1;
separatorwidth="85%";
subimage="/images/Image/offarrow.gif";
valign="middle";
menubgcolor="#ffffff";
}

with(mainStyle=new mm_style()){
styleid=1;
bordercolor="transparent";
borderstyle="solid";
borderwidth=0;
fontfamily="arial, tahoma";
fontsize="11pt";
fontweight="bold";  
imagepadding=3;
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#f2932f";
padding=3;
pagebgcolor="transparent";
pagecolor="#0eae5a";
separatorcolor="transparent";
separatorpadding=1;
separatorwidth="4";
separatorsize="20";
valign="middle";
menubgcolor="transparent";
}

		with(milonic=new menuname("home")){
			style=subStyle;
			aI("url=http://stores2.faithhighway.com/Merchant5/merchant.mvc?Store_code=MTRS&Screen=LOGN&Teacher=1;text=Teacher Login;");
			aI("url=http://stores2.faithhighway.com/Merchant5/merchant.mvc?Store_code=MTRS&Screen=LOGN;text=Advertiser Login;");
			aI("url=/disclaimer.php;text=Disclaimer;");
		}
		with(milonic=new menuname("faq")){
			style=subStyle;
			aI("url=/student.php;text= Student FAQ's;");
			aI("url=/teacherfaq.php;text=Teacher FAQ's;");
			//aI("url=/advertiser.php;text=Advertiser FAQ's;");
		}
		with(milonic=new menuname("nav1")){
			style=subStyle;
			aI("url=http://stores2.faithhighway.com/Merchant5/merchant.mvc?Screen=MTSU&Store_Code=MTRS;text=Sign Up For A New Account;");
			aI("url=http://stores2.faithhighway.com/Merchant5/merchant.mvc?Screen=LOGN&Store_Code=MTRS&Teacher=1;text=Access an Existing Account;");
		}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			aI("url=http://stores2.faithhighway.com/Merchant5/merchant.mvc?Store_code=MTRS&Screen=ADSU;text=Advertise with Us;");
			aI("url=http://stores2.faithhighway.com/Merchant5/merchant.mvc?Store_code=MTRS&Screen=LOGN;text=Current Advertisers Login;");
		}
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			aI("text=Home;url=/index.php;showmenu=home;");
			aI("text=About Us;url=/about.php;");
			aI("text=FAQ's;url=/student.php;showmenu=faq;");
			aI("text=Students;url=/students.php;");
			aI("text=Teachers;url=/teachers.php;");
			aI("text=Advertisers;url=/advertiser.php;");
			aI("text=Partnership Program;url=/program.php;");
			aI("text=Contact Us;url=/contact.php;");
		}

drawMenus();



