
var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=900,width=720,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}