function showActuelVacPage(e,page){
 new Ajax.Updater(e.id,"/getActueleVac",{parameters:"page="+page});
}
function showVacature(id){
 /*var url = "http://www.uitzendsoftware.com/multi/jobsite/vac_info.php";
 var p = "js=1";
 p=p+"&cCode="+id.substr(4);
 $('lb_back').style.height = document.body.offsetHeight+"px";
 url = url+"?"+p;
 var close = "<div class=\"lb_close\" onclick=\"closeUB();return false;\"></div>";
 $('lb_content').innerHTML="<iframe id=\"ub_frame\" frameborder=\"0\" class=\"ub_frame\" width=\"600\" height=\"500\" src=\""+url+"\"><\/iframe>"+close;
 $('lb_container').style.display='';
 scroll(0,0);
*/
 var url = "http://www.uitzendsoftware.com/multi/jobsite/vac_info.php";
 var p = "js=1";
 p=p+"&cCode="+id.substr(4);
 if(!$(js_holder)){
 try{
  document.body.insert({bottom:'<div id=\"js_container\" style=\"display:none;\"><\/div>'});
 }
 catch(err){
  new Insertion.Bottom( document.body, '<div id=\"js_container\" style=\"display:none;\"><\/div>');
 /* var oDiv= document.createElement("div");oDiv.setAttribute("id", js_holder);document.body.appendChild(oDiv);*/
 }
 if(!$(js_back)){$(js_holder).insert({bottom:createDiv(js_back)});}
 if(!$(js_content)){$(js_holder).insert({bottom:createJSContentDiv(js_content)});}
 }
 var max_height= document.body.scrollHeight;
 var max_width= document.body.scrollWidth;
 $(js_back).style.height=(max_height+20)+"px";
 $(js_back).style.width=max_width+"px";
 var pos = getScrollXY();
 $(js_content_holder).style.top=(pos[1]+20)+"px";
 $(js_content_holder).style.left=((max_width-750)/2)+"px";
 SelectBox('hide');
 $('js_head_title').innerHTML='Actuele Vacature';
 new Effect.Appear(js_holder,{afterFinish:function(){url = "/getVacInfo";new Ajax.Updater('js_page01',url,{parameters:"id="+id.substr(4),onComplete:function(){cleanInfo();}});} } );
}