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

function MM_openpicpop(theURL) { //v2.0
  window.open(theURL,'','scrollbars=yes,resizable=yes,width=540,height=370');
}
