// JavaScript Document

<!-- //
function MM_openBrWindow(theURL,winName,features) { //v2.0
	newWindow = window.open(theURL,winName,features);
	newWindow.focus();
}
/* JavaScript error stopper-for javascript capable browsers compliments of ghost, ©ghostc@mediaone.net */	
function stoperror(){
return true;
}	
window.onerror = stoperror;
// -->