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