	function popUp(Page) 
{
	popUpWindow = window.open(Page, null, 
		'width=550,height=575,top=25,scrollbars=1,left=100,toolbar=yes,location=yes,status=yes')
	
	popUpWindow.focus()
	
}

	



	