
function openwindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}


function overView(that) { that.className = 'cellButton1b'; }
function outView(that) { that.className = 'cellButton1'; }
function overViewnew(that) { that.className = 'cellButton2b'; }
function outViewnew(that) { that.className = 'cellButton2'; }

function overViewTop(that) { that.className = 'cellTop1b'; }
function outViewTop(that) { that.className = 'cellTop1'; }
function overViewnewTop(that) { that.className = 'cellTop2b'; }
function outViewnewTop(that) { that.className = 'cellTop2'; }

function overViewOrange(that) { that.className = 'cellOrange1b'; }
function outViewOrange(that) { that.className = 'cellOrange1'; }
function overViewnewOrange(that) { that.className = 'cellOrange2b'; }
function outViewnewOrange(that) { that.className = 'cellOrange2'; }

function overViewBlue(that) { that.className = 'cellBlue1b'; }
function outViewBlue(that) { that.className = 'cellBlue1'; }
function overViewnewBlue(that) { that.className = 'cellBlue2b'; }
function outViewnewBlue(that) { that.className = 'cellBlue2'; }
