// JavaScript Document

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

}
