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