function poptastic(url) {
	var newwindow;
	newwindow=window.open(url,'name','left=150,top=150,resizable=no,scrollbars=no,height=280,width=550');
	if (window.focus) {newwindow.focus()}
}
