
function Launch(page, width, height) { 
	OpenWin = this.open(page, "", "toolbar=no, menubar=no ,location=no, scrollbars=no, resizable=yes, width=" + width + ", height=" + height + ", top=" + (screen.height/2 - height/2) + ", left=" + (screen.width/2 - width/2) + "\""); 
}//window.open(theURL,winName,features);

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

