document.write('<link rel="stylesheet" href="/css/js-enabled.css" type="text/css" media="screen" />');
document.write('<script type="text/javascript" src="/script/prototype.js"></script>');
document.write('<script type="text/javascript" src="/script/scriptaculous.js?load=effects,builder"></script>');
document.write('<script type="text/javascript" src="/script/lightbox.js"></script>');
document.write('<link rel="stylesheet" href="/css/lightbox.css" type="text/css" media="screen" />');


function showHide(shID) {
    if (document.getElementById(shID)) {
        if (document.getElementById(shID+'-show').style.display != 'none') {
            document.getElementById(shID+'-show').style.display = 'none';
            document.getElementById(shID+'-hide').style.display = 'inline';
            document.getElementById(shID).style.display = 'block';
        }
        else {
            document.getElementById(shID+'-show').style.display = 'inline';
            document.getElementById(shID+'-hide').style.display = 'none';
            document.getElementById(shID).style.display = 'none';
        }
    }
}

function mejlaren(a,sEmail) {
        if (a==1){location.href = "mailto:" + sEmail + "@weekend.se"}
        if (a==0){document.write(sEmail + "@weekend.se")}
}
