<!-- //hide from older browsers
function OpenCertDetails()
{
	thewindow = window.open('https://www.thawte.com/cgi/server/certdetails.exe?code=USOLML1-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=10110309141618757', 'Participant','location=yes,scrollbars=yes,width=450,height=300'); 
window.name = 'opener';
} 

function Estimate(weight, free_option) 
{
var tehLink = '/cgi-bin/estimate.pl?weight=' + weight + '&f=' + free_option;
estWin = window.open(tehLink, 'test','location=yes,scrollbars=yes,width=480,height=280'); 
estWin.focus();
} 

var wnd = null;

// function to produce little pop-up screens
function popUpWnd(theLink, scrollable, w, h) {
   if (wnd && !wnd.closed) {
       wnd.close();
   }
   wnd = window.open(theLink,"ContextPopUp","width="+w+",height="+h+",scrollbars="+scrollable+",dependent=yes");

   wnd.focus();
}

function toggleBox(id, iState) { // 1 visible, 0 hidden
    if(document.layers) {	   //NN4+
       document.layers[id].visibility = iState ? "show" : "hide";
    }
    else if(document.getElementById) {	  //gecko(NN6) + IE 5+
        var obj = document.getElementById(id);
        obj.style.visibility = iState ? "visible" : "hidden";
    }
    else if(document.all){	// IE 4
        document.all[id].style.visibility = iState ? "visible" : "hidden";
    }
}

// end hiding script -->

