function apartar(){ var win; var navegador = navigator.appName; if(navegador == 'Microsoft Internet Explorer'){ win = new Window({className: "ventana",width:650, height:500, top:305, left:280, url: $('Apartar').href, showEffect:Element.show,hideEffect:Element.hide, opacity:1, maximizable:false,minimizable:false,resizable:false,draggable:true}) }else{ win = new Window({className: "ventana",width:650, height:500, top:305, left:280, url: $('Apartar').href, overlayShowEffectOptions: {duration:0.5}, showEffectOptions: {duration:1.5}, opacity:1, maximizable:false,minimizable:false,resizable:false,draggable:true}) } win.setZIndex(1000); win.showCenter(true); } function pagos(id){ var winPayment; var navegador = navigator.appName; if(navegador == 'Microsoft Internet Explorer'){ winPayment = new Window({className: "ventana",width:720, height:800, url: $(id).href, showEffect:Element.show,hideEffect:Element.hide, opacity:1, maximizable:false,minimizable:false,resizable:false,draggable:true}) }else{ winPayment = new Window({className: "ventana",width:720, height:800, url: $(id).href, overlayShowEffectOptions: {duration:0.5}, showEffectOptions: {duration:1.5}, opacity:1, maximizable:false,minimizable:false,resizable:false,draggable:true}) } winPayment.setZIndex(1000); winPayment.showCenter(true); } function virtual(){ var win; var navegador = navigator.appName; if(navegador == 'Microsoft Internet Explorer'){ win = new Window({className: "virtual_tour",width:500, height:325, top:500, left:373, url: $('virtual').href, showEffect:Element.show,hideEffect:Element.hide, opacity:1, maximizable:false,minimizable:false,resizable:false,draggable:true}) }else{ win = new Window({className: "virtual_tour",width:495, height:320, top:500, left:373, url: $('virtual').href, overlayShowEffectOptions: {duration:0.5}, showEffectOptions: {duration:1.5}, opacity:1, maximizable:false,minimizable:false,resizable:false,draggable:true}) } win.setZIndex(1000); win.showCenter(true); } function inactivo(){ Dialog.alert("Por el momento esta torre no se encuentra disponible",{ width:400, height:100, okLabel: "Cerrar", buttonClass: "myButtonClass", id: "torre_inactiva", ok:function(win) {return true;} } ); }