var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=550,width=600');
	if (window.focus) {newwindow.focus()}
}
