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

function showHide(sId) {
	$(sId).toggle();
}
