//function openWin(URL) {
//aWindow=window.open(URL,"thewindow","width=480,height=550,left=450,top=70,resizable,scrollbars");
//aWindow.focus();
//}
//function openFigWin(URL) {
//bWindow=window.open(URL,"figwindow","width=500,left=350,top=50,status=yes,resizable,scrollbars");
//bWindow.focus();
//}
//function openFig2Win(URL) {
//cWindow=window.open(URL,"fig2window","width=700,left=250,top=50,resizable,scrollbars");
//cWindow.focus();
//}
//function openFig3Win(URL) {
//dWindow=window.open(URL,"fig3window","width=325,height=400,left=350,status,top=50,resizable,scrollbars");
//dWindow.focus();
//}
//
//
//function openDefsWindow(URL) {
//fWindow=window.open(URL,"defswindow","width=425,height=280,left=425,top=150,resizable");
//fWindow.focus();
//}
//
function MM_openBrWindow(theURL) { //v2.0
  aWindow=window.open(theURL,"defs", "menubar=no,resizable=yes,status=yes,width=425,height=300,left=425,top=150");
  aWindow.focus();
}
