/* global new window popup */

var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=540,width=680,resizable=yes,scrollbars=yes');
}
