var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=322,width=476','location=no,scrollbars=no');
	if (window.focus) {newwindow.focus()}
}

