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