

<!--

<!--



        function newWindow(pagename,width,height,code,description,size) {



                var h=parseInt(height)

                var w=parseInt(width)

                var hw="HEIGHT="+h+",WIDTH="+w

				

                

        openWind=window.open("","",hw)

        openWind.document.write('<title>Press Releases - Mera Parivar</title>')
		  openWind.document.write('<body BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>')

        openWind.document.write('<center><a   target="_blank","menubar=1,resizable=1"><img src="'+pagename+'" border=0></a></center>')

      



openWind.document.write('')



                openWind.document.write('</body>')

}

// -->

