

function poptastic(url)
{
var newwindow;
	newwindow=window.open(url,'name','scrollbars=1,resizable=yes,height=550,width=700');
	if (window.focus) {newwindow.focus()}
}

	

