function ver_imagen(url_, ancho_, alto_) { window.open('/llorvesa/contenidos/producto_imagen.asp?img='+url_,'imagen_ampliada','width='+ancho_+',height='+alto_); } function mOvr(src,clrOver) { if (!src.contains(event.fromElement)) { src.bgColor = clrOver; } } function mOut(src,clrIn) { if (!src.contains(event.toElement)) { src.bgColor = clrIn; } } function ir(s,link){ self.location.href='/llorvesa/menu/menu.asp?s='+s; top.marco.submenu.location.href='/llorvesa/submenu/submenu_'+s+'0.asp'; top.marco.contenido.cabecera.location.href='/llorvesa/cabeceras/cabecera.asp?s='+s; top.marco.contenido.textos.location.href='/llorvesa/contenidos/'+link; } function empresa(){ self.location.href='/llorvesa/marco.asp?s=1'; } function producto(){ self.location.href='/llorvesa/marco.asp?s=2'; } function aplicacion(){ self.location.href='/llorvesa/marco.asp?s=3'; } function calcular_inst(){ self.location.href='/llorvesa/marco.asp?s=4'; } function presupuestos(){ self.location.href='/llorvesa/marco.asp?s=5'; } function contacto(){ self.location.href='/llorvesa/marco.asp?s=6'; } function calculo(){ window.open('http://aplicacion.llorvesa.com/llorvesa/calculo/default.asp','calculo_excel','fullscreen=yes'); } function imprimir_presupuesto(id_){ window.open('presupuesto_imprimir.asp?id='+id_,'imprimir','width=600, height=445, scrollbars=yes'); } function ver_aviso(){ window.open('/llorvesa/creditos/aviso_legal.asp','aviso','width=350, height=400, top=10, left=10,scrollbars=yes'); } function ver_politica(){ window.open('/llorvesa/creditos/pol_privacidad.asp','politica','width=350, height=340, top=10, left=10,scrollbars=yes'); } function ver_creditos(){ window.open('/llorvesa/creditos/creditos.asp','creditos','width=350, height=275, top=10, left=10'); }