function formHandler(categoryID){if (categoryID=='99'){alert('Category not defined in Vurv');}else{if (document.frmJobCategory.txtKeyWord){document.frmJobCategory.txtKeyWord.value = "";}document.frmJobCategory.cboJobCategory.value = categoryID;document.frmJobCategory.cboCity.value = '';document.frmJobCategory.cboJobTitle.value = '';window.setTimeout(function(){document.frmJobCategory.submit()}, 100);}}
function formHandlerKeyword(){if (document.frmJobCategory.txtKeyWord.value == "Enter Keywords"){document.frmJobCategory.txtKeyWord.value = "";}document.frmJobCategory.cboJobCategory.value = 0;document.frmJobCategory.cboCity.value = '';document.frmJobCategory.cboJobTitle.value = '';window.setTimeout(function(){document.frmJobCategory.submit()}, 100);}
function formHandler2(cityID){if (document.frmJobCategory.txtKeyWord){document.frmJobCategory.txtKeyWord.value = "";}document.frmJobCategory.cboJobCategory.value = 0;document.frmJobCategory.cboCity.value = cityID;document.frmJobCategory.cboJobTitle.value = '';window.setTimeout(function(){document.frmJobCategory.submit()}, 100);}
function formHandler3(jobTitle){document.frmJobCategory.cboJobCategory.value = 0;document.frmJobCategory.cboCity.value = '';document.frmJobCategory.cboJobTitle.value = jobTitle;window.setTimeout(function(){document.frmJobCategory.submit()}, 100);}
function displaycontent(divid){for(i=100;i<103;i++){if(divid == i){if (document.getElementById(i)){document.getElementById(i).style.display = "block";}if (document.getElementById(i+100)){document.getElementById(i+100).className = "selected";}}else{if (document.getElementById(i)){document.getElementById(i).style.display = "none";}if (document.getElementById(i+100)){document.getElementById(i+100).className = "notselected";}}}}