var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=570,width=815,align=left,valign=top');
	if (window.focus) {newwindow.focus()}
}