			<!-- 
				//Popup Script
				//copyright &copy; 2000 - 2003, Dax Assist
				//visit http://www.daxassist.com for this and more scripts along with full tutorials.
		    function ShowPopup(page,name,options)
		    {
		    Window = window.open(page,name,options);
		    }
			// -->