﻿function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function universalpopup(poppage, width, height) {
	var popW = width, popH = height;

	LeftPosition = (screen.width) ? (screen.width-popW)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-popH)/2 : 0;
	
window.open(poppage,"popup","width="+popW+",height="+popH+",top="+TopPosition+",left="+LeftPosition+",toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}

function closewin()
  {
//    if ((win!=null))) win.close();
    win=null;
  }
  


