function UnCryptMailto(s) {
	var n=0;
	var r="";
	for(var i=0; i < s.length; i++) {
		n=s.charCodeAt(i);
		if (n>=8364) {
			n = 128;
		}
	r += String.fromCharCode(n-(1));
	}
	return r;
}

function linkTo_UnCryptMailto(s) {
	location.href=UnCryptMailto(s);
}

function openPic(url,winName,winParams){
	var theWindow = window.open(url,winName,winParams);
	if (theWindow) {
		theWindow.focus();
	}
}

function popupsitemap(url) {
	new_win = open(''+url+'','popup','left=0,top=160,status=no,menubars=no,scrollbars=yes,fullscreen=0,toolbar=no,location=no,directories=0,resizable=no,width=180,height=590');
}

function printPage() {
	if (window.print) {
		window.print();
	}
}

function imgfade(object, destOp, rate, delta) {
	return;
}