function showPopUp( href )
{
	window.open(href,"ece_glr","top=10,left=10,height=700,width=700,status=no,toolbar=no,menubar=no,location=no,resizable=yes");
}
