// JavaScript Document
var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=460,width=830,top=100,left=180,scrollbars=no,resizable=no,directories=no,location=no');
	if (window.focus) {newwindow.focus()}
}