// JavaScript Document
function MM_openBrWindow(theURL) { //v2.0
  var newWin;
  newWin=window.open("","subWin","scrollbars=yes,resizable=yes,width=700,height=770");
  newWin.location.href=theURL;
}
