<!--function newImage(arg) {	if (document.images) {		rslt = new Image();		rslt.src = arg;		return rslt;	}}function changeImages() {	if (document.images && (preloadFlag == true)) {		for (var i=0; i<changeImages.arguments.length; i+=2) {			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];		}	}}var preloadFlag = false;function preloadImages() {	if (document.images) {		theband_o = newImage("images/theband_o.gif");		theband_d = newImage("images/theband_d.gif");		news_o = newImage("images/news_o.gif");		news_d = newImage("images/news_d.gif");		contact_o = newImage("images/contact_o.gif");		contact_d = newImage("images/contact_d.gif");		preloadFlag = true;	}}function cdPreview() {	popupWin = window.open('preview.htm', 'preview', 'width=400,height=400,toolbar=0,status=0,menubar=0,scrollbars=0,resizable=0');  }function showPreviewPic(theImageFile,theWidth,theHeight) {	popupPrev = window.open('preview.htm?pic='+theImageFile, theImageFile, 'resizable=no,scrollbars=no,width='+theWidth+',height='+theHeight)}function openClip(theTrackID) {  var thePopupPlayer = "player.php?track=" + theTrackID ;  popupWin = window.open(thePopupPlayer, 'theClip', 'width=300,height=200,toolbar=0,status=0,menubar=0,scrollbars=0,resizable=0'); }// -->