// JavaScript Document
<!--
function MM_openBrWindow(theURL,winName,features, sizeh, sizew) { //v2.0
  var newwin = window.open(theURL,winName,features);
  if (sizeh == null || sizeh == undefined) sizeh = 300;
  if (sizew == null || sizew == undefined) sizew = 300;
  newwin.resizeTo(sizeh,sizew);
}
//-->
