/*

function onLoad(){
    document.styleSheets[2].media = "none";
    }

function printStyle(){
    var webpage = document.URL;
    document.styleSheets[2].media = "screen";
    document.styleSheets[1].media = "none";
    }

function openWindow(URL){
    window.open(URL)
    }

*/