function semerro(){
return true;}
window.onerror=semerro;

function OpenImage(url,l,a)
{
var x = parseInt((screen.width-l)/2);
var y = parseInt((screen.height-a)/2);
var win = window.open(url,'','width='+l+',height='+a);
win.moveTo(x,y);
}

function corrijeTexto(o){
o.value=o.value.replace(/([^0-9a-z@\-_.])/g,"");
}

window.defaultStatus="SchoenstattYouth.com :: The Official Website of the Schoenstatt Youth"


function Profile(aURL, W, L) {
 window.open(aURL,'', 'width='+W+', height='+L+', top=0, left=0, scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}

function LaunchChat(aURL, W, L) {
 window.open('chat/?scroll=off','a', 'width='+550+', height='+660+', top=0, left=0, scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=yes, fullscreen=no');
}
