function popup_window(url, name, width, height){
	var new_window = window.open(url,name,"left=15,top=15,scrollbars=yes,toolbar=no,directories=no,location=no,menubar=no,resizable=no,width="+width+",height="+height)
}