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