window.addEvent("domready",function(){$("fade").addEvent("click",function(a){hideBox()});document.addEvent("keydown",function(a){if(a.key=="esc"&&openbox){hideBox()}})});function getAccesos(){var a=$("idpais");if(a.value!=""){var c="json.acceso.php?id="+a.value;var b=new Request.JSON({url:c,onComplete:function(e){var d=e.data;var f="";if(e.length>0){f+='<table width="309" border="0" cellpadding="0" cellspacing="0" id="grid">';for(j=0;j<e.length;j++){f+="<tr><td>"+e[j].ciudad+'</td><td class="right">'+e[j].numero+"</td></tr>"}f+="</table>";$("accesos").set("html",f);scracce.update()}}});b.get()}}function getRates(e){var d=$("idtipo");var b=$("destino");var c="json.rates.php?idtipo="+d.value+"&idpais="+e+"&destino="+b.value;var a=new Request.JSON({url:c,onComplete:function(g){var f=g.data;var i="";if(g.length>0){i+='<table width="309" border="0" cellpadding="0" cellspacing="0" id="grid">';for(j=0;j<g.length;j++){i+="<tr><td>"+g[j].destino+'</td><td class="right_rate">'+g[j].precio+"</td></tr>"}i+="</table>";$("rates").set("html",i);scrrate.update()}}});a.get()}var openbox=false;function showBox(){w=290;h=400;openbox=true;wsize=$(document.body).getSize();wleft=(wsize.x-w)/2;wtop=(wsize.y-h)/2;$("light").setStyles({display:"block",width:w,height:h,left:wleft,top:wtop});$("fade").setStyle("display","block")}function hideBox(){openbox=false;$("light").setStyle("display","none");$("lightp").setStyle("display","none");$("fade").setStyle("display","none")}function showLogin(){w=290;h=400;openbox=true;wsize=$(document.body).getSize();wleft=(wsize.x-w)/2;wtop=(wsize.y-h)/2;$("lightp").setStyles({display:"block",width:w,height:h,left:wleft,top:wtop});$("fade").setStyle("display","block")}function showLogin2(){w=290;h=400;openbox=true;wsize=$(document.body).getSize();wleft=(wsize.x-w)/2;wtop=(wsize.y-h)/2;$("lightp2").setStyles({display:"block",width:w,height:h,left:wleft,top:wtop});$("fade").setStyle("display","block")}function sendForm(){var a=0;if($("txtnombre").value==""){a++}if($("txtapellido").value==""){a++}if($("txtdocu").value==""){a++}if($("txtemail").value==""||!(isMail($("txtemail").value))){a++}if($("txtmensaje").value==""){a++}if($("asunto").selectedIndex==0){a++}if(a==0){$("contact").submit()}else{$("rpta").set("html","Error en el formulario.")}}function clearForm(){$("txtnombre").value="";$("txtapellido").value="";$("txtdocu").value="";$("txtdocu").value="";$("txtmensaje").value="";selectMe("asunto",0,0)}function clearFormLogin(){$("us").value="";$("ps").value=""}function isMail(a){return/^[\w\-]+(\.[\w\-]+)*@[\w\-]+\.([\w\-]+\.)*[a-z]{2,}$/i.test(a)}function sendFormLogin(){if($("us").value!=""&&$("ps").value!=""){hideBox();win=window.open("","myWin","menubar=0,resizable=0,width=638,height=510");document.myForm.target="myWin";document.myForm.submit()}}function clearFormLogin2(){$("ps2").value=""}function sendFormLogin2(){if($("ps2").value!=""){window.location="http://www.redvoiss.net/bluemetal.php?pin="+$("ps2").value}};
