

<!--

<!--




        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.moveTo(0,0)


        openWind.document.write('<title>WELCOME TO Satya Advertisers</title>')
		  openWind.document.write('<body bgcolor="#336699">')
                         openWind.document.write('<center><img src="'+pagename+'" border=2></center>')
     
                openWind.document.write('</body>')

}

// -->

