function popUpv(url) {
sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=450');
self.name = "mainWin"; }

function Rcertify() { 
popupWin = window.open
('http://www.bbbonline.org/cks.asp?id=10103131254815480', 'Participant','location=yes,scrollbars=yes,width=450,height=300'); window.name = 'opener'; 
} 
function jump(url)
{
	if (url != "" && url != null)
	{
		self.location.href = url;
	}
}

function popup(url) {
featuresWindow = window.open(url,"popUpWin","toolbar=no,scrollbars=yes,location=no,width=450,height=200");
}	

function addBookmark(title,url) {
if (window.sidebar) { 
window.sidebar.addPanel(title, url,""); 
} else if( document.all ) {
window.external.AddFavorite( url, title);
} else if( window.opera && window.print ) {
return true;
}
}

function clearKeywordSearch()
    {
        if(document.searchform.search.value.indexOf('Keyword') == 0)
        {
            document.searchform.search.value='';
        }
    }
    function verifyKeyword()
    {
        if(document.searchform.search.value.indexOf('Keyword') == 0 || document.searchform.search.value == '')
        {
            alert("Please enter a keyword or item number to search for and click Search.");
            document.searchform.search.value='';
			searchform.search.focus();
        }
        else
        {
            document.searchform.submit();
        }
    }

	function PopupPic(sPicURL) { 
     window.open( "popup.htm?"+sPicURL, "",  
     "resizable=1,HEIGHT=200,WIDTH=200,Left=100,Top=100,scrollbars=2"); 
   }
	function PopupSize(sPicURL) { 
     window.open( "popupsize.htm?"+sPicURL, "",  
     "resizable=1,HEIGHT=200,WIDTH=200,Left=100,Top=100,Left=25, Top=25"); 
   }
if (document.getElementById){ 
document.write('<style type="text/css">\n')
document.write('.subindex{display: none;}\n')
document.write('</style>\n')
}




