var newwindow;
function poptastic(url)
{
	          newwindow=window.open(url,'name','height=625,width=800,left=180,top=100,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}

