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