<!--
function swpimg(imgname,theimg){
    	theovimg = ovimages[theimg];
		document.images[imgname].src = theovimg;
    return true;
}

function swpback(upname, upimg) {
    	theupimg = upimages[upimg];
    	document.images[upname].src = theupimg;
    return true;
}
/* OC FEST SITE - FUNCTION NOT REQUIRED, NO ACTIVE STATE ROLLOVERS
var thisone;
var backtothis;

function rtnimg() {
    document.images[thisone].src = backtothis;
	return true;
}
*/

function MM_openBrWindow(theURL,winName,features) {
 	window.open(theURL,winName,features);
 	window.focus;
}
     
function shutdown() {
   window.close();
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function go_back(){
	history.go(-1);
}

function print_this(){
if(window.print){
	this.print();
} else {
	alert ("Your browser does not allow the print function. To print this page, please click the print icon at the top of your browser.");
}
}

//for writing email address - to prevent spam, to a degree
function writemail(alias,theurl,thestyle){
    document.write ("<A HREF='mailto:" + alias + "@" + theurl +"' class='" + thestyle + "'>" + alias + "@" + theurl +"</A>");
}

//-->