
<!-- Begin
	function popwin (url, name, width, height) {
	var opt =  "width="  + width + ",height=" + height + ",left="   + ((screen.width  - width)  / 2) +  ",top=" + ((screen.height - height) / 2) + ",toolbar=no,location=no,scrollbars=yes,resize=0";
	var win = window.open (url, name, opt);
	win.opener=this;
	win.focus();
}
// End -->
