function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openPopUp(whichOne) {
	MM_openBrWindow(whichOne,'','menubar=yes,scrollbars=yes,resizable=yes,width=550,top=0,left=0')
}