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

function popup(theURL,winName,features) {
window.open(theURL,winName,features);
}
