var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=280,width=352,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=Yes,fullscreen=No');
	if (window.focus) {newwindow.focus()}
}