function disp(url){

	window.open(url, "window_name", "width=624,height=600,scrollbars=yes");

}
