function check1() {
if(document.keywords.keyword.value=="") {
alert("Please enter a keyword") ;
document.keywords.keyword.focus() ;
return false ;
}
else
return true ;
}

function MM_openBrWindow(theURL,winName,features)
{
  window.open(theURL,winName,features);
}
