
<!--
<!--

        function newWindow(pagename,width,height,code,size,description,price) {

                var h=parseInt(height)
                var w=parseInt(width)
                var hw="HEIGHT="+h+",WIDTH="+w
	        var co=code
		var sz=size
                
        openWind=window.open("","",hw)
        openWind.document.write('<title>Welcome To danagroups.com....</title><body bgcolor="#ffffff" text="#ffffe0" LINK="blue" ALINK="blue" VLINK="#cccccc">')
        openWind.document.write('<center><a href="javascript:close()","menubar=1,resizable=1"><img src="'+pagename+'" border=0></a></center><BR clear=all>')


openWind.document.write('<center><font color="#00000" face="Verdana" size="1"><b>ITEM :- <font color="red" size=1>'+co+'</font></font></center><BR clear=all>')

openWind.document.write('<center><font color="#00000" face="Verdana" size="1"><b>Size :-<font color="red">'+sz+'</font></font></center><BR clear=all>')


//openWind.document.write('<center><a href="order_form.html" target="_blank"><font color="#66333" face="Verdana" size="2"><b>ORDER FORM</b></font></a></center>')
 
       

openWind.document.write('<center><a href="javascript:close()","menubar=1,resizable=1">close</a></center>')

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