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