var BillVideo = '<object type="application/x-shockwave-flash" style="width:288px; height:192px;" data="http://multimediapros.com/flash_skins/FLVPlayer_Streaming.swf"><param name="movie" value="http://multimediapros.com/flash_skins/FLVPlayer_Streaming.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&serverName=mmpros.rtmphost.com&skinName=http://multimediapros.com/flash_skins/clearSkin1&appName=zz100165/_definst_&streamName=dkcom_billvid&isLive=false&bufferTime=4&autoPlay=true&autoRewind=false" /></object>';




var DanVideo = '<object type="application/x-shockwave-flash" style="width:288px; height:192px;" data="http://multimediapros.com/flash_skins/FLVPlayer_Streaming.swf"><param name="movie" value="http://multimediapros.com/flash_skins/FLVPlayer_Streaming.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&serverName=mmpros.rtmphost.com&skinName=http://multimediapros.com/flash_skins/clearSkin1&appName=zz100165/_definst_&streamName=dan_website_front_small&isLive=false&bufferTime=4&autoPlay=true&autoRewind=false" /></object>';




var vidw = 240 * 1.2;
var vidh = 160 * 1.2;

var BillVideo_Old = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0" width="'+vidw+'" height="'+vidh+'" id="FLVPlayer"><param name="movie" value="http://multimediapros.com/flash_skins/FLVPlayer_Streaming.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&serverName=mmpros.rtmphost.com&skinName=http://multimediapros.com/flash_skins/clearSkin1&appName=zz100165/_definst_&streamName=dkcom_billvid&isLive=false&bufferTime=4&autoPlay=true&autoRewind=false" /><embed src="http://multimediapros.com/flash_skins/FLVPlayer_Streaming.swf" flashvars="&MM_ComponentVersion=1&serverName=mmpros.rtmphost.com&skinName=http://multimediapros.com/flash_skins/clearSkin1&appName=zz100165/_definst_&streamName=dkcom_billvid&isLive=false&bufferTime=4&autoPlay=true&autoRewind=false" quality="high" scale="noscale" width="'+vidw+'" height="'+vidh+'" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" /></object>';

function sethtml( nr, htmlcode )
{
   if (document.layers)
   {
      document.layers[nr].innerHTML = htmlcode;
   }
   else if (document.all)
   {
      document.all[nr].innerHTML = htmlcode;
   }
   else if (document.getElementById)
   {
      document.getElementById(nr).innerHTML = htmlcode;
   }
}

function headerMIFGE()
{

}

function setBackground( nr, colorName )
{
   if (document.layers)
   {
      document.layers[nr].backgroundColor = colorName;
   }
   else if (document.all)
   {
      document.all[nr].style.backgroundColor = colorName;
   }
   else if (document.getElementById)
   {
      document.getElementById(nr).style.backgroundColor = colorName;
   }
}

function setvalue( nr, newvalue )
{
   if (document.layers)
   {
      document.layers[nr].value = newvalue;
   }
   else if (document.all)
   {
      document.all[nr].value = newvalue;
   }
   else if (document.getElementById)
   {
      document.getElementById(nr).value = newvalue;
   }
}
