var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=880,width=910,right=100,top=100,resizable=yes,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}