function popup(url){
	window.open(url, "window_name", "width=900,height=750,scrollbars=yes,resizable=yes");
}
