<!--
	var newwindow;
	function poptastic(url)
	{
		newwindow=window.open(url,'name','toolbar=no,resizable=no,height=500,width=600,scrollbars=yes');
		if (window.focus) {newwindow.focus()}
	}
	// -->
