<!--
function redirect(option) {
	location.href = "main.php?page=employers&section=post&position=" + option;
}
function comporstu(option) {
	location.href = "main.php?page=register&type=" + option;	
}
function redirect_ad_rev(option){
	location.href = "main.php?page=employers&section=revise&id=" + option;
}
function redirect_ad_rev_2(option){
	location.href = "main.php?page=employers&section=revise2&position=" + option;
}

//-->