// JScript source code


 function showVideo()
 {
   //alert("show video...");
   // var altText="Click to view video";
     var videoFilePath = "http://apps.dayzim.com/videos/";
     var thisWkVideo = "VTS_01_1_WMV V9.wmv";

//    str = '<OBJECT id="Player"';

//     if (-1 != navigator.userAgent.indexOf("MSIE")) {
//         //alert("show video...MSIE");
//         str +=' classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6"';
//     }
//     else if (-1 != navigator.userAgent.indexOf("Firefox")) {
//        //alert("show video...Firefox");
//         str +=' type="application/x-ms-wmp"';
//     }

//    str +=' width="225" height="186">'; 
//    str += '<param name="url" value="' + videoFilePath + thisWkVideo + '" />';
     //    str += '</OBJECT>';

     str = '<embed src="/images/DayZim/flash/player.swf"'; 
     str +=' width="225" height="206"'; 
     str +=' allowscriptaccess="always"';
     str +=' allowfullscreen="true"';
     str +=' flashvars="width=225&amp;height=206&amp;file=/images/DayZim/flash/Day_and_Zimmerman_aniversary_1128.flv&amp;rotatetime=10&amp;showstop=true&amp;autostart=true&amp;repeat=false" />';


    dzVideoDisplay.innerHTML=str;

 }



 var $phImg = "/images/DayZim/phVideo_dz-hmpg-110-Anniversary.jpg";
 var $titleMsg = "Day & Zimmermann Celebrates 110 Years";  

 var imgUrl_big = $phImg;  
  
document.write('<div id="dzVideoDisplay" style="cursor:hand"><img src="' + imgUrl_big + '" onclick="showVideo()" title="' + $titleMsg + '" /></div>');   
  

document.write('<div style="width:205px; text-align:left; margin: 0 auto;">');
document.write('<br />');
document.write('<p>');
document.write('<b>' + $titleMsg + '</b>');
document.write('</p>');
document.write('<p>');
document.write('<span style="font-size:8pt">For full-screen viewing, start the video, then right-click on the video screen and select Zoom, then Full Screen.</span></p>');
document.write('</div>');


