<!--
function openpopup(popurl){
var winpops=window.open(popurl,"popup","width=480,height=600,status,scrollbars")
}
function autoalley(popurl){
var winpops=window.open(popurl,"popup","width=500,height=250,status,scrollbars")
}
function screenshot(popurl){
var winpops=window.open(popurl,"popup","width=660,height=505,status,scrollbars")
}
function OpenCertDetails()
{
thewindow =window.open('https://www.thawte.com/cgi/server/certdetails.exe?code=USRETI9-1', 'anew',config='height=400,width=450,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,directories=no,status=yes');
}
function Rcertify() 
{
popupWin = window.open('http://www.bbbonline.org/cks.asp?id=103042414293031114', 'Participant','location=yes,scrollbars=yes,width=450,height=300'); 
window.name = 'opener';
}

var w = 0;
var h = 0;

var win = null;
function PopWindow(FileName,WindowName,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(FileName,WindowName,settings)
}

// -->