function disp(url){

	window.open(url, "window_name", "width=500,height=850,scrollbars=yes");

}