function menu(pag){var url="include/themes/bluesea/use/"+pag;ajax(url,'subcategory');}function logarea(pag){if(pag=='l1'){var pagina='canditate_login.php';document.getElementById('jobs_login').innerHTML='Candidate Login';}else if(pag=='l2'){var pagina='employer_login.php';document.getElementById('jobs_login').innerHTML='Employer Login';}var url="include/themes/bluesea/use/"+pagina;ajax(url,'logarea');}var xmlhttp;var inwork=false;function ajax(ajxurl,div){if(inwork)return true;xmlhttp=GetXmlHttpObject();if(xmlhttp==null){alert("Your browser does not support AJAX!");return;}xmlhttp.onreadystatechange=function(){var loading="<div id=\"loading\"><img src=\"images/loading.gif\" alt=\"Loading\" title=\"Loading\" /></div>";if(xmlhttp.readyState==4||xmlhttp.readyState=="complete"){document.getElementById(div).innerHTML=xmlhttp.responseText;inwork=false;}else{document.getElementById(div).innerHTML=loading;inwork=true;}};xmlhttp.open("GET",ajxurl,true);xmlhttp.setRequestHeader("If-Modified-Since","Sat,1 Jan 1980 00:00:00 GMT");xmlhttp.send(null)}function GetXmlHttpObject(){var xmlHttp=null;try{xmlHttp=new XMLHttpRequest();}catch(e){try{xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");}catch(e){xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");}}return xmlHttp;}