var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=500,width=700,left=10,top=80,resizable=yes,scrollbars=yes,toolbar=yes,menubar=yes,status=yes');
	if(window.focus) {newwindow.focus()}
}