function stoperror(){
	return true;
	}
window.onerror = stoperror;
//
//function scrub(){
//	if(this.blur){ this.blur(); }
//	}
//
function toggle(obj) {
	var el = document.getElementById(obj);
	if ( el.style.display != 'none' ) {
		el.style.display = 'none';
	}
	else {
		el.style.display = '';
	}
}
//
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//

//
