<!--function preLoadImages() { 	document.preLoad = new Array();  	for (var i = 0; i < preLoadImages.arguments.length;i++)      {   		document.preLoad[i] = new Image();   		document.preLoad[i].src = preLoadImages.arguments[i]; 	}}function swapImage(imgName,imgSrc) { 	document[imgName].src=imgSrc;}function openWindow(windowSrc,windowName,windowProperties){	var thisNewWindow = window.open(windowSrc,windowName,windowProperties);	if(thisNewWindow && thisNewWindow.open) {	} 	else {		alert("This website requires pop-up windows to be permitted by your browser.\n\nIf you are not sure how to enable pop-up windows, please check your browser\'s help files or contact us for further information.");		return false	}}function jumpMenu(theUrl) {	if(theUrl!='null') {		document.location=theUrl;	}}//-->