// JavaScript Document

function popup() {
		window.open('popup.php', '', 'scrollbars=yes,width=550,height=600');
	}
