function popup(url) {
	popupWin = window.open(url,'popupImage','height=400,width=300,left=0,top=0,dependent=yes,resizable=yes,scrollbars=no,');
	window.popupWin.focus();
}