function popup(mylink, name,w,h)
{
//var h = 400;
//var w = 600;
//if (popWin && !popWin.closed)
//{
//alert('Window Open');
//popWin.close();
//}


winprops = 'height='+h+',width='+w+',scrollbars=no,toolbars=yes';
popWin = window.open(mylink, name,winprops);
popWin.focus();
//popWin.document.close();
return false;
}




function OpenCertDetails(domain)
{
	thewindow = window.open('https://www.thawte.com/cgi/server/certdetails.exe?code='+domain+'', 'anew', config='height=511,width=516,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,directories=no,status=yes');
}
	
