var newwindow;
function poptastictyreinfo(url)
{
	newwindow=window.open(url,'name','height=440,width=675,scrollbars=yes,toolbar=no,resizable=yes');
	if (window.focus) {newwindow.focus()}
}