// ActionScript Document

function disp(url){

	window.open(url, "popup", "width=360,height=270,scrollbars=no");

}
