<!--
var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'popup','height=780,width=670,scrollbars=yes,resize=yes');
	if (window.focus) {newwindow.focus()}
}
//-->