// Function to 'activate' images.
function imgOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }
}

// Function to 'deactivate' images.
function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}




        function shockscreen() {
        self.name = "main"; // names current window as "main"
                window.open("","shockscreen","width=400,height=400,resizable=yes,status=no,scrollbars=yes")
                }


        function shockscreen2() {
        self.name = "main"; // names current window as "main"
                window.open("","shockscreen2","width=750,height=450,resizable=yes,status=no,scrollbars=yes")
                }


        function shockscreen3() {
        self.name = "main"; // names current window as "main"
                window.open("","shockscreen2","width=730,height=600,resizable=no,status=no,scrollbars=yes")
             
   function shockscreen4() {
        self.name = "main"; // names current window as "main"
                window.open("","shockscreen2","width=800,height=600,resizable=yes,status=no,scrollbars=yes")
		
function fullScreen(theURL) {
window.open(theURL, '', 'fullscreen=yes, scrollbars=no');
}



