

<!--

<!--



        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>RPG Websolutions</title>')
		  openWind.document.write('<body BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>')

        openWind.document.write('<center><a href="feedback.html"  target="_blank","menubar=1,resizable=1"><img alt="Web Designing Company Delhi India,Web Development Company Delhi India,Web Solutions Company Delhi India,SEO Services Delhi India,Business Website Development Company Delhi India,Website Development Company Delhi India,Website Designing Company Delhi India" SRC="'+pagename+'" border=0></a></center>')

      



openWind.document.write('')



                openWind.document.write('</body>')

}

// -->
