function popupWindow(url){
	window.open(
		url,
		null,
		"width=600,height=450,menubar=no,location=no,status=no,toolbar=no,scrollbars=no");
}