function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function openBrWindow(theURL) { //v2.0
  window.open(theURL,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=640,height=480');
}
function openBrWindow_vinfo(theURL) { //v2.0
  window.open(theURL,'','scrollbars=yes,resizable=yes,width=600,height=400');
}
function openBrWindow_recipe(theURL) { //v2.0
  window.open(theURL,'','scrollbars=yes,resizable=yes,width=450,height=600');
}
