var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=600,width=900,location=1,status=1,scrollbars=1,toolbar=1,menubar=1, resizable=yes');
    /*newwindow.moveTo(0,0);*/
	if (window.focus) {newwindow.focus()}
}