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