function popstatic(url, name, _height)
{
	newwindow=window.open(url,name,'left=0,top=0,height='+_height+',width=520,toolbar=0,resizable=0');
	if (window.focus){newwindow.focus();}
}