function newWindow(url, w, h) { t = ( screen.availHeight - h ) / 2; l = ( screen.availWidth - w ) / 2; winStats = 'toolbar=0,location=no,directories=no,menubar=no,scrollbars=0,status=0,resizable=0,width='+w+',height='+h+', left='+l+',top='+t; adWindow = window.open(url,"_blank",winStats); } function newPhotoWindow (url,w,h,n) { t = ( screen.availHeight - h ) / 2; l = ( screen.availWidth - w ) / 2; winStats = 'toolbar=0,location=no,directories=no,menubar=no,scrollbars=0,status=0,resizable=0,width='+w+',height='+h+', left='+l+',top='+t; adWindow = window.open(url,"_blank",winStats); adWindow.document.writeln("SAFENET "+n+" "); adWindow.document.writeln(""); adWindow.document.writeln(""); adWindow.document.writeln(""); adWindow.document.close(); adWindow.focus(); } function redir(destination, params) { window.top.location.href=destination + ((window.top.location.search!='')?window.top.location.search+'&':'?') + params; }