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




