<script language="JavaScript">
	function popup(url,width,height) {
		args=width?"width="+width+",":"width=420,";
		args+=height?"height="+height:"height=400";
		args+=",scrollbars=yes,status=no,resizable=no,location=no";
		win=window.open(url.href,'popWin2',args);
	}
</script>