function ubbShowObj(strType,strID,strURL,intWidth,intHeight)
{
	var varHeader="b";
	var tmpstr="";
	var bSwitch = false;
	bSwitch = document.getElementById(varHeader+strID).value;
	bSwitch	=~bSwitch;
	document.getElementById(varHeader+strID).value = bSwitch;
	if(bSwitch){
		document.getElementById(strID).innerHTML = "";
	}else{
		switch(strType){
			case "swf":
				tmpstr="<object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 width="+intWidth+" height="+intHeight+"  id=streamflash><param name=movie value="+strURL+"><param name=quality value=high><param name=wmode value=transparent><param name=id value=streamflash><embed src="+strURL+" quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash width="+intWidth+" height="+intHeight+"></embed></object>";
				break;
		}
		document.getElementById(strID).innerHTML = tmpstr;
	}
}


var isie6 = window.XMLHttpRequest?false:true;
window.onload = function(){
    var a = document.getElementById('homeflvplayer');
    var d = document.getElementById('ddd');
   if(isie6){
         a.style.position = 'absolute';
         
         window.onscroll = function(){
              d.innerHTML = '';
          }
   }else{
      a.style.position = 'fixed';
   }
      a.style.right = '14px';
      a.style.bottom = '0';
}

