function popupFlat(href)
{
	var p = window.open(href, new Date().getTime(), 'width=700,height=380,toolbar=no,location=no,status=no,resizable=no,left='+(screen.width/2-350)+',top='+(screen.height/2-190));
	return false;
}
