var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=255,width=452');
	if (window.focus) {newwindow.focus()}
}

