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