/***********************************************************/// rolloversif (document.images) {var audioOn = new Image(); audioOn.src = "img/audioicon-on.gif";var audioOff = new Image(); audioOff.src = "img/audioicon-off.gif"; }function chgImg(imgField,newImg) {		if (document.images) {			document[imgField].src= eval(newImg + ".src")		}}/****************************************************///Load Frame function:function loadFrame(frameName,url){	//setVar();	parent[frameName].document.location.href = url;}//parent.two.document.location.href='lowfidis.html'/****************************************************/		/***********************************************************/// open winfunction newwin(url) {	Win = window.open(url,'Win','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,top='+ ((screen.height/2)-(700/2)) +',left='+ ((screen.width/2)-(700/2)) +',width=700,height=520');		//Win.focus();}/***********************************************************/// open winfunction popwin() {	Win = window.open('http://www.google.com','popwin','toolbar=1,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=0,top='+ ((screen.height/2)-(500/2)) +',left='+ ((screen.width/2)-(360/2)) +',width=360,height=350');		//Win.focus();}