function disp(url){
	window.open(url, "open", "width=720,height=740,scrollbars=no,directions=no,toolbar=no,menubar=no,resizable=no");
}	
