var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=400,width=400');
	if (window.focus) {newwindow.focus()}
}




function OpenCertDetails() {
        thewindow = window.open('https://www.thawte.com/cgi/server/certdetails.exe?code=USMEDI496-1', 'anew', config='height=400,width=450,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,directories=no,status=yes');
}

function OpenAdobeWindow() {
        thewindow = window.open('http://www.adobe.com/products/acrobat/readstep.html', 'anew', config='toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=yes');
}




function proceedToCheckoutTop(){
	window.document.forms['ordertop'].submit();
}

function proceedToCheckoutTop1(){
	window.document.forms['ordertop1'].submit();
}

function proceedToCheckoutTop2(){
	window.document.forms['ordertop2'].submit();
}

function proceedToCheckoutBot(){
	window.document.forms['orderbot'].submit();
}

function proceedToCheckoutBot1(){
	window.document.forms['orderbot1'].submit();
}

function proceedToCheckoutBot2(){
	window.document.forms['orderbot2'].submit();
}

function proceedtomailorder(){
	window.document.forms['ordermail'].submit();
}

function proceedtofaxorder(){
	window.document.forms['orderfax'].submit();
}

