function disp(url){ 
	window.open(url, "popupwindow", "width=750,height=500,scrollbars=yes"); 
}
