// preload & rollovers	if (document.images) {			butt_head_off = new Image		butt_head_on = new Image		butt_yuletidic_off = new Image		butt_yuletidic_on = new Image		butt_previous_off = new Image		butt_previous_on = new Image		butt_next_off = new Image		butt_next_on = new Image				butt_head_off.src = "../../images/butt_head_off.gif"		butt_head_on.src = "../../images/butt_head_on.gif"		butt_yuletidic_off.src = "../../images/butt_yuletidic_off.gif"		butt_yuletidic_on.src = "../../images/butt_yuletidic_on.gif"		butt_previous_off.src = "../../images/butt_previous_off.gif"		butt_previous_on.src = "../../images/butt_previous_on.gif"		butt_next_off.src = "../../images/butt_next_off.gif"		butt_next_on.src = "../../images/butt_next_on.gif"			}// rollovers - single	function chgImg(imgField,newImg) {		if (document.images) {			document[imgField].src= eval(newImg + ".src")		}	}// pop-up window		function SpecialWindow(theURL,winName,features) {  window.open(theURL,winName,features);}// frame breaker		if (top.location != self.location) {		top.location = self.location		}		// test//	alert("WoRkiNg!");
