function AbreEbusiness() { var c=new Date(); var h=c.getHours(),m=c.getMinutes(),s=c.getSeconds(); var a=c.getYear(),mo=1+c.getMonth(),d=c.getDate(); if(h<=9) h="0"+h;if(m<=9) m="0"+m;if(s<=9) s="0"+s;if(mo<=9) mo="0"+mo;if(d<=9) d="0"+d; var encrypt=""+a+mo+d+h+m+s; newwindow=window.open("http://213.172.51.228/asp/zirconio/ebusiness/EBusiness.asp?ENCRYPT="+encrypt,"ZirconioEBusiness","width=740,height=400,top=100,left=100,,resizable=yes,scrollbars=no"); }