var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'subject','height=380,width=600,scrollbars=yes,top=0,left=50,menubar=yes,resizable=yes');
	if (window.focus) {newwindow.focus()}
}