var newwindow;
function poptastic(url)
{
newwindow=window.open(url,'name','height=400,width=650,left=50,top=50,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');
	
if (window.focus) {newwindow.focus()}
}