// JavaScript Document
<!--
function PopupWindow(url,params) {
	window.open(url,'',params);
	return false;
}
//-->