	
	self.focus();

	function openScrollPopup(wName,wURL, wWidth, wHeight)
	{ launchPopup(wName,wURL,wWidth,wHeight,false, '1');}

	function openNoScrollPopup(wName,wURL, wWidth, wHeight)
	{ launchPopup(wName,wURL,wWidth,wHeight,false, '0');}

	function launchPopup(wName,wURL, wWidth, wHeight, resizeme, scrollbar)
	{ window.open(wURL,wName,'location=no,resizable=' + scrollbar + ',Scrollbars=' + scrollbar + ',Status=yes,directories=no,titlebar=no,width=' + wWidth + ',screenX=0,screenY=0,height=' + wHeight); }

	function register(wURL)
	{ openScrollPopup('register', wURL,492,530) }
	function launchEgSB(wURL)
	{ openNoScrollPopup('launchEgSB', wURL,468,510) }
	function launchEgMC(wURL)
	{ openNoScrollPopup('launchEgMC', wURL,468,524) }
	function launchEgMR(wURL)
	{ openNoScrollPopup('launchEgMR', wURL,468,710) }
	function launchEgSP(wURL)
	{ openNoScrollPopup('launchEgSP', wURL,492,530) }
	function launchEgST(wURL)
	{ openNoScrollPopup('launchEgST', wURL,492,530) }
	function launchEgMH(wURL)
	{ openScrollPopup('launchEgMH', wURL,468,432) }
	function launchAdd()
	{ openNoScrollPopup('add', wURL,244,278) }
