

<!--

<!--



        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>WELCOME TO Shubham Enterprises</title>')
		
		openWind.document.write('<script>')
openWind.document.write('function right(e) {')
 openWind.document.write('if (event.button == 2 || event.button == 3) {')
openWind.document.write('alert("Sorry, you do not have permission to right click.");')
openWind.document.write('return false;')
openWind.document.write('}return true;}')
openWind.document.write('document.onmousedown=right;')
openWind.document.write('document.onmouseup=right;')
openWind.document.write('</script>')
		
		
		  openWind.document.write('<body BGCOLOR=#FFFFFF LEFTMARGIN=10 TOPMARGIN=10 MARGINWIDTH=0 MARGINHEIGHT=0>')

        openWind.document.write('<center><img src="'+pagename+'" border=0></center>')

      



 


                openWind.document.write('</body>')

}

