var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'JoeMiller','height=275,width=200,resizable=yes,scrollbars=yes');
	if (window.focus) {newwindow.focus()}

}


