// JavaScript Document

function newwindow(f_pas,w_typ,w_siz) {
	window.open(f_pas,w_typ,w_siz);
}
