var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=290,width=340,resizable=no,scrollbars=no,toolbar=no,location=no,status=yes');
	if (window.focus) {newwindow.focus()}
}

