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