function disp(url){

	window.open(url, "new_window", "width=320,height=480,scrollbars=no");

}

