function toggleDiv(divid){
if(document.getElementById(divid).style.display == 'none'){
document.getElementById(divid).style.display = 'block';
}else{
document.getElementById(divid).style.display = 'none';
}
}

function fbs_click(){
u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
return false;
}

function utskrift(URL)
{
window.open('','utskrift','toolbar=yes,directories=no,location=no,status=no,menubar=yes,scrollbars=yes,resizable=no,copyhistory=no,width=540,height=480');
window.open(URL,'utskrift')
}

