function disp(url){

	window.open(url, "window_name", "width=600,height=600");

}