var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=400,width=500,left=50,top=100,screenX=0,screenY=100');
	if (window.focus) {newwindow.focus()}
}