// JavaScript Document
function disp(url){

	window.open(url,"wide","width=800,height=1000,scrollbars=yes");

}

