<!--
// Function to Open a second window to display additional information such as image, anecdote, movie etc

function MM_openBrWindow(theURL,winName,features) 

{ //v2.0
  window.open(theURL,winName,features);
}

// end Window function.
//-->