 
 function killErrors(){return true;}
window.onerror = killErrors;
 
 
function br(strHeigt)
{
document.write( '<table width=1>');
document.write( '<tR>');
document.write( '<td height='+ strHeigt +'>');
document.write( '</td>');
document.write( '</tR>');
document.write( '</table>');

}