<!--
function openPopup()
{
	w1=window.open("", "popup", 'top=0,left=50,width=630,height=480,scrollbars=0,resizable=0');
	if (!w1.closed) w1.focus();
	if (!w1.closed) w1.focus();
}
function openPopups()
{
	w1=window.open("", "popup", 'top=0,left=50,width=630,height=500,scrollbars=1,resizable=0');
	if (!w1.closed) w1.focus();
	if (!w1.closed) w1.focus();
}
function openPopupfp()
{
	w1=window.open("", "popup", 'top=0,left=50,width=600,height=500,scrollbars=0,resizable=0');
	if (!w1.closed) w1.focus();
	if (!w1.closed) w1.focus();
}
 
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);
}

// -->