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

