function CategorySel(){
if(document.advancedSearchLX.ClassiCategory.value==0)
{
alert("Please select one category");
return false;
}
}
