function show_vacancy(SELVacancyID,officeref,SELcategory)
{
//alert(officeref);
document.sidecontrol.SELVacancyID.value=SELVacancyID;
document.sidecontrol.officeref.value=officeref;
document.sidecontrol.SELcategory.value=SELcategory;
document.sidecontrol.submit();
}
