_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=5 
_subOffsetLeft=0 
with(menuStyle1=new mm_style()){ 
onbgcolor='#B6B6B6'; 
oncolor='#ffffff'; 
offbgcolor='#383838'; 
offcolor='#000000'; 
bordercolor=''; 
borderstyle=''; 
borderwidth=0; 
separatorcolor='#C8CBCA'; 
separatorsize='0'; 
padding=2; 
fontsize='70%'; 
fontstyle=''; 
fontfamily=''; 
subimage=''; 
bgimage='';
subimagepadding='0'; 
} with(menuStyle=new mm_style()){ 
onbgcolor='#0066CC'; 
oncolor='#FFFFFF'; 
offbgcolor='#58A0C0'; 
offcolor='#000000'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='60%'; 
itemwidth='100';
itemheight='20';
align='Center';
fontstyle='Normal'; 
fontweight='Bold'; 
fontfamily='Times New Roman'; 
subimage='dynamicdata/images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#000000'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('6')){ style=menuStyle; aI('text=BUSQUEDA AVANZADA;url=search.aspx;status=BUSQUEDA AVANZADA;');} with(sat=new menuname('4')){ style=menuStyle; aI('text=REGISTRARSE;url=modifyapplicantprofile.aspx;status=REGISTRARSE;');aI('text=USUARIOS REGISTRADOS;url=applicantlogin.aspx;status=USUARIOS REGISTRADOS;');} with(sat=new menuname('3')){ style=menuStyle; aI('text=REGISTRARSE;url=modifyemployerprofile.aspx;status=REGISTRARSE;');aI('text=EMPRESAS REGISTRADAS;url=employerlogin.aspx;status=EMPRESAS REGISTRADAS;');aI('text=PUBLICAR NVAS VACANTES;url=employerlogin.aspx;status=PUBLICAR NVAS VACANTES;');} with(sat=new menuname('1')){ style=menuStyle; aI('text=Empleos Nuevos;url=dynamicdata/empleos_nuevos.aspx;status=Empleos Nuevos;');} drawMenus();

