//ROLLOVER FUNCTIONSfunction imgOn(imgName) {	if (document.images) {		document[imgName].src = eval(imgName + "mo.src");	}}function imgOff(imgName) {	if (document.images) {		document[imgName].src = eval(imgName + ".src");	}}// POP WINDOW FUNCTIONS TO DISPLAY LEGAL STATEMENTfunction popWinLegal(url){  	window.open(url, 'legalStatement', 'width=560,height=350,left=10,top=10,toolbar=no,status=no,scrollbars=no,resizable=no');}