<!--

var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=50,width=500,left=300, top=400, status=yes');
	if (window.focus) {newwindow.focus()}
}

// --> 