// JavaScript Document

//accessible pop-up window
function MM_openBrWindow(theURL,winName,features) {//v2.0
  newwindow=window.open(theURL,winName,features);
     if (window.focus) {newwindow.focus()}
	 return false;
}

// code below goes in html. return not needed?
/*<a href="../Images/eld_compP.jpg", onclick="return MM_openBrWindow('../Images/eld_compP.jpg','ELDwindow','status=yes,scrollbars=yes,resizable=yes,width=507,height=660')" target="_blank" >Click here for other posters </a>
*/



