// JavaScript Document
<!--
var newwindow;
function popup(url)
{
	newwindow=window.open(url,'name','height=655,scrollbars=yes,width=665,resizable=no');
	if (window.focus) {newwindow.focus()}
}

//-->
