
var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=304,width=811');
	if (window.focus) {newwindow.focus()}
}