    function openRate(url, name) { 
      window.open(url, name, 'scrollbars=0,resizable=no,width=600,height=400,status=0,menubar=0');
    }
    function openComments(url, name) { 
      window.open(url, name, 'scrollbars=1,resizable=no,width=600,height=400,status=0,menubar=0');
    }

function cloakemail(user,domain,DisplayText){
    var asciiMAILTO = "&#109;&#97;&#105;&#108;&#116;&#111;&#58;";
    if (DisplayText == null || DisplayText== "" ){ DisplayText = user +'&#64;' + domain;}
    return '<a href="' + asciiMAILTO + user + '&#64;' + domain + '">' + DisplayText + '</a>';
}



function stopError() {
return true;
}
window.onerror = stopError;
top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}

