var UniqueID=314,newWinOffset=0; function PlayerOpen(b,c){PlayWin=window.open("",UniqueID,"width=320,height=190,top="+newWinOffset+",left=0,resizable=0,scrollbars=0,titlebar=0,toolbar=0,menubar=0,status=0,directories=0,personalbar=0");PlayWin.focus();var a="<html><head><title>"+b+"</title></head><body bgcolor='#024E36'>";a+="<strong style='font-size:18px;font-family:Tahoma;line-height:1.5;color: #FFFFFF'>"+b+"</strong>";a+="<object width='300' height='42'>";a+="<param name='SRC' value='"+c+"'>";a+="<param name='AUTOPLAY' VALUE='true'>"; a+="<param name='CONTROLLER' VALUE='true'>";a+="<param name='BGCOLOR' VALUE='#024E36'>";a+="<embed src='"+c+"' AUTOSTART='TRUE' LOOP='FALSE' WIDTH='300' HEIGHT='42' CONTROLLER='TRUE' BGCOLOR='#024E36'></embed>";a+="</object>";a+="<p style='font-size:12px;font-family:Verdana,sans-serif;text-align:center;color: #FFFFFF'><a href='"+c+"' style='color: #FFFFFF'>Download this file</a> <SPAN style='font-size:10px;color: #FFFFFF'>(right-click or Option-click)</SPAN></p>";a+="<FORM><DIV align='center'><INPUT type='button' value='Close this window' onClick='javascript:window.close();'></DIV></FORM>"; a+="</BODY></HTML>";PlayWin.document.write(a);PlayWin.document.close();UniqueID+=1}function playFile(b,c,a){b="<strong>"+b+"</strong><br />";b+="<object width='300' height='42'>";b+="<param name='SRC' value='"+a+"'>";b+="<param name='AUTOPLAY' value='true'>";b+="<param name='CONTROLLER' value='true'>";b+="<embed src='"+a+"' AUTOSTART='TRUE' LOOP='FALSE' WIDTH='300' HEIGHT='42' CONTROLLER='TRUE'></embed>";b+="</object>";setInnerHTML(c,b)};