fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;


with(XPMainStyle=new mm_style()){
bordercolor="";
borderstyle="";
borderwidth=0;
fontfamily="Tahoma, Verdana, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
bgimage="";
image="images/java-icon.gif";
offbgcolor="";
offcolor="#ffffff";
onbgcolor="";
onborder="";
oncolor="#FABB00";
overbgimage="";
visitedcolor="#ffffff";
padding=0;
itemheight=35;

}

with(XPMenuStyle=new mm_style()){
styleid=1;
bordercolor="#394881";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma, Verdana, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
image="images/java-flecha.gif";
imagepadding=8;
menubgimage="";
offbgcolor="#8096C1";
offcolor="#FFFFFF";
onbgcolor="#394881";
onborder="1px solid #394881";
oncolor="#FFFFFF";
outfilter="";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
padding=0;
separatoralign="left";
separatorcolor="#6A8CCB";
separatorpadding=0;
separatorwidth="80%";
subimage="";
subimagepadding=3;
menubgcolor="#EBF0EC";
itemwidth=163;

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
margin=0;
orientation="horizontal";
style=XPMainStyle;
top=0;
position="relative"; 
aI("image=images/space.gif;url=index.php;");
aI("showmenu=choose location;text=CHOOSE LOCATION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("showmenu=choose program;text=CHOOSE PROGRAM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("url=index.php;text=SPECIALS!!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("url=contact.php;text=CONTACT US&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
}

with(milonic=new menuname("choose location")){
margin=0;
style=XPMenuStyle;
aI("text=Chile ;url=chile.php;");
aI("text=Argentina;url=argentina.php;");
aI("text=Peru;url=peru.php;");
}

with(milonic=new menuname("choose program")){
margin=0;
style=XPMenuStyle;
aI("text=Spanish Abroad;url=classes.php;");
aI("text=Internships;url=internships.php;");
aI("text=Volunteer;url=volunteer.php;");
aI("text=Medical Programs;url=medical.php;");
}

drawMenus();
	
	


	
	


