
<!-- Hide from old browsers
if (navigator.appName == "Netscape"){
        document.write('<layer name="curtainLeft" left="0" top="0" bgcolor="#663333" width="100" height="100" visibility="show"></layer>');
        document.write('<layer name="curtainRight" left="0" top="0" bgcolor="#663333" width="100" height="100" visibility="show"></layer>');
        document.curtainLeft.clip.height = document.curtainRight.clip.height = window.innerHeight;
        document.curtainLeft.clip.width = document.curtainRight.clip.width = document.curtainRight.clip.left = (window.innerWidth/2) - 10
        stopPos = "-" + window.innerWidth/2
}
else{
        document.write("<span id='curtainLeft' style='position:absolute;visibility:visible;top:0;left:0;background-color:black;'></span>");
        document.write("<span id='curtainRight' style='position:absolute;visibility:visible;top:0;left:0;background-color:black;'></span>");
        xRight = document.all.curtainRight.style.left = document.all.curtainLeft.style.width = document.all.curtainRight.style.width = document.all.curtainRight.style.left = (document.body.clientWidth/2) - 10
        document.all.curtainLeft.style.height = document.all.curtainRight.style.height = document.body.clientHeight;
        stopPos = document.body.clientHeight * (-1);
}
// -->
