
	function popup(src)
	{
		window.open('popup.php?src=' + src, 'popup', 'width=10, height=10, left=200, top=200');	
	}