function atOnMouseOverLight(o) {o.style.backgroundColor='999966'; o.style.cursor='hand';}
function atOnMouseOutLight(o) {o.style.backgroundColor='99cc33';}

function atOnMouseOverDark(o) {o.style.backgroundColor='CC6699'; o.style.cursor='hand';}
function atOnMouseOutDark(o) {o.style.backgroundColor='990000';}

function helppageChangeOn(o) {o.style.backgroundColor='666699'; o.style.cursor='hand';}
function helppageChangeOff(o) {o.style.backgroundColor='777777';}

function printpageChangeOn(o) {o.style.backgroundColor='99CCCC'; o.style.cursor='hand';}
function printpageChangeOff(o) {o.style.backgroundColor='99cc33';}

function popUp(url) { 
	sealWin=window.open(url,"win",'toolbar=0,location=1,directories=0,status=1,menubar=1, scrollbars=1,resizable=1,width=500,height=450');
	self.name = "mainWin"; } 