var newwindow;
function poptastic8(url)
{
	newwindow=window.open(url,'name','height=730,scrollbars=1,width=550');
	if (window.focus) {newwindow.focus()}
}

