        if (document.images) {
                aboutMENU = new Image
                bizMENU = new Image
                livingMENU = new Image
                bgMENU = new Image
                aboutMENU.src = "./images/menu/menu_ABOUT.gif"
                bizMENU.src = "./images/menu/menu_BIZ.gif"
                livingMENU.src = "./images/menu/menu_LIVING.gif"
                bgMENU.src = "./images/menu/menu_BG_ROSE.gif"
        }
        else {
                aboutMENU = ""
                bizMENU = ""
                livingMENU = ""
                bgMENU = ""
                document.roll1 = ""
                document.roll2 = ""
                document.roll3 = ""
        }


function GetTime() { 
var dt = new Date();
var def = dt.getTimezoneOffset()/60;
var gmt = (dt.getHours() + def);
document.clock.local.value = (IfZero(dt.getHours()) + ":" + IfZero(dt.getMinutes()) + ":" + IfZero(dt.getSeconds()));
var ending = ":" + IfZero(dt.getMinutes()) + ":" +  IfZero(dt.getSeconds());
var tky =check24(((gmt + 9) > 24) ? ((gmt + 9) - 24) : (gmt + 9));
document.clock.tky.value = (IfZero(tky) + ending);
var pacif =check24(((gmt + (24-8)) >= 24) ? ((gmt + (24-8)) - 24) : (gmt + (24-8)));
document.clock.pacif.value = (IfZero(pacif) + ending);
var mount =check24(((gmt + (24-7)) > 24) ? ((gmt + (24-7)) - 24) : (gmt + (24-7)));
document.clock.mount.value = (IfZero(mount) + ending);
setTimeout("GetTime()", 1000);
}
function IfZero(num) {
return ((num <= 9) ? ("0" + num) : num);
}
function check24(hour) {
return (hour >= 24) ? hour - 24 : hour;
}


function openNewWin1() {
msgWindow=window.open('http://www.oregonlive.com/weather/index.ssf?search=97201&x=16&y=12' ,'JRO','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,copyhistory=0,width=800,height=600');
}
function openNewWin2() {
msgWindow=window.open('http://www.oregonlive.com/weather/index.ssf?zipcode=97701' ,'JRO','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,copyhistory=0,width=800,height=600');
}
function openNewWin3() {
msgWindow=window.open('http://www.oregonlive.com/weather/index.ssf?zipcode=97801' ,'JRO','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,copyhistory=0,width=800,height=600');
}
function openNewWin4() {
msgWindow=window.open('http://www.oregonlive.com/weather/index.ssf?zipcode=97501' ,'JRO','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,copyhistory=0,width=800,height=600');
}
function openNewWin5() {
msgWindow=window.open('http://www.oregonlive.com/weather/index.ssf?zipcode=97365' ,'JRO','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,copyhistory=0,width=800,height=600');
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

