var view_width 		= 425
var view_height 	= 350


function popUpdownload(URL) {
var look='toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width='+view_width+',height='+view_height+','
popwin=window.open("","",look)
popwin.document.open()
popwin.document.write('<html><head><title>Download Products</title>')
popwin.document.write('<link rel=StyleSheet href="coolstyle.css" type="text/css" media="screen">')
popwin.document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">')
popwin.document.write('<script language="JavaScript">')
popwin.document.write('function noRightClick() {')
popwin.document.write('if (event.button==2) {')
popwin.document.write('alert(\''+right_click_text+'\')')
popwin.document.write('}')
popwin.document.write('}')
popwin.document.write('document.onmousedown=noRightClick')
popwin.document.write('</script>')
popwin.document.write('</head>')

popwin.document.write('<body bgcolor="#'+background_color+'" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" marginheight="0" marginwidth="0">')
popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="100%"><tr><td align="center">')
popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#' + border_color + '" style="border-collapse: collapse"><tr><td>')
popwin.document.write('<div id="iampPlayerContainer7752" class="iaPlayer iaOuter" style="width:425px; height:350px;"><embed id="iampPlayer7752"  width="425" height="350" type="application/x-shockwave-flash" align="middle" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer"  allowscriptaccess="always" src="http://embed.iamplify.com/samples/aid,default/bid,3d927b1e/cid,1/did,iampPlayerContainer7752/8466b4e4-168a-102b-a951-00188b42d77d.swf"></embed></div>')


popwin.document.write('</td></tr></table>')
popwin.document.write('<br>')
popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>')

  
popwin.document.write('</td></tr></table>')
popwin.document.write("</div>");

popwin.document.write('</td></tr></table>')
popwin.document.write('</body></html>')
popwin.document.close()
}

