function disp(url){

	window.open(url, "window_name", "width=580,height=715,scrollbars=yes,resizable=yes,status=yes");

}
