<!--
function BF_OpenWindow(theURL,name,features,scrollbars) {
	myopia = window.open(theURL,name,features,scrollbars);
	}
//-->