function link_url(url){
location.href=url;
}

function link_url2(url){
window.open(url);
}

function link_img(imageTag , url){
document.getElementById(imageTag).src = url;
}


function link_lawyers_active(target){
target.style.backgroundPosition = '0 100%'; 
target.style.backgroundImage ="url(/en/images/second/lawyers/lawyers_back_active.gif)";
target.style.borderColor ="#313d58";
}

function link_lawyers_default(target){
target.style.backgroundPosition = '0 100%'; 
target.style.backgroundImage ="url(/en/images/second/lawyers/lawyers_back.gif)";
target.style.borderColor ="#c1c4cd";
}


function link_staff_active(target){
target.style.backgroundColor ="#F8F8EE";
}

function link_staff_default(target){
target.style.backgroundColor ="#ffffff";
}

function link_search_active(target){
target.style.backgroundColor ="#F8F8EE";
}

function link_search_default(target){
target.style.backgroundColor ="#ffffff";
}

function window1(win1) { 
      win=window.open(win1,"new","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=700,height=800");
}

function printPage(){
 if(document.getElementById || document.layers){
  window.print(); 
 }
}
