<!--



function dosearch()

{

if(window.document.forms.searchform.searchterm.value=="")

{window.alert("SEARCH ERROR\n\nPlease enter a word or phrase to search for.....");}

else

{window.document.forms.searchform.submit();}

}



function gantpop(page)

{

wintype = "location=no,scrollbars=yes,status=no,menubar=0,left=0,top=0,screenx=0,screeny=0,width=1000,height=500";

win=window.open(page,"gantwin",wintype); 

win.focus();

}



//-->
