newsi.ConsoleSetup.player="wm";
newsi.ConsoleSetup.suffix="asx";
newsi.ConsoleSetup.classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6";
//newsi.ConsoleSetup.classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"; //OLD
newsi.ConsoleSetup.autostart="1";
newsi.ConsoleSetup.flavour="wmv";
newsi.ConsoleSetup.mediaTag="FileName";
newsi.ConsoleSetup.otherParamsAX='<param name="ShowControls" value="0"><param name="ShowDisplay" value="0"><param name="ShowStatusBar" value="0">';
//newsi.ConsoleSetup.type="application/x-mplayer2"; //OLD
newsi.ConsoleSetup.type="application/x-oleobject";
newsi.ConsoleSetup.heightOffset=25;
newsi.ConsoleSetup.showcontrols=1;
newsi.ConsoleSetup.canDoChapterisation=function(){return false;}
newsi.ConsoleSetup.setPosition=function(obj){
	if(this.hasElement({element:"mediaPlayerObject"})){
		if(this.hasElement({element:"nolplayer1"})){document.nolplayer1.controls.SetPosition(obj[2]);}
 		if(this.hasElement({element:"mediaPlayerControl"})){document.mediaPlayerControl.DoPause();}
 		}
	}
newsi.ConsoleSetup.canShowFullScreen=function(){return false;}
newsi.ConsoleSetup.showFullScreen=function(o){
	//alert("Switching to fullscreen mode...\n\n(Press Esc to return to the desktop)");
 	document[o.obj.getObjectTagId()].fullScreen=true;
	}
newsi.ConsoleSetup.hasFunction=function(o){
	if(typeof document[o.element][o.functionName]=="function"){return true;}
	return false;
	}
newsi.ConsoleSetup.hasElement=function(o){
	if(document[o.element]){return true;}
	return false;
	}		
