function popup_report(url)
{
	window.open(url,'',"height=250,width=450,status=no,toolbar=no,menubar=no,location=no");
}
