var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=370,width=220,resizable=1');
	if (window.focus) {newwindow.focus()}
}