function openNew(URL) {
aWindow = window.open(URL,"new","width=640,height=500,scrollbars=yes,resizable=yes,toolbar=yes")
}

function OpenCertDetails()

{

thewindow = window.open('https://www.thawte.com/cgi/server/certdetails.exe?code=USNATI579-3X', 'anew', config='height=400,width=450,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,directories=no,status=yes');

}

