// JavaScript Document

	var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=278,width=326.6,resizable=no,scrollbars=no,toolbar=no, location=no');
	if (window.focus) {newwindow.focus()}
}
