	function wWmp(video,foto){
		
		if (navigator.appName=='Netscape') {
			
			document.write('<OBJECT width=300 height=290 classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Media Player"type="application/x-oleobject">');
			document.write('<PARAM name="uiMode" value="mini">');
			document.write('<PARAM name="URL" value="'+video+'">');
			document.write('<PARAM name="autostart" value="false">');
			document.write('<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="'+video+'" width="300" height="290" uiMode="mini"autoStart="0"></embed>');
			document.write('</object>');
			
		}else{
			
			document.write('<div id="Player" style="position:absolute;width:300px;height:290px;z-index:1;left:0px;top:0px;">');
			document.write('<OBJECT width=300 height=290 classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Media Player"type="application/x-oleobject">');
			document.write('<PARAM name="uiMode" value="mini">');
			document.write('<PARAM name="URL" value="'+video+'">');
			document.write('<PARAM name="autostart" value="false">');
			document.write('<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="'+video+'" width="300" height="293" uiMode="mini"autoStart="0"></embed>');
			document.write('</object>');
			document.write('</div>');
			document.write('<div id="fotoPlayer" style="position:absolute;width:300px;height:225px;z-index:2;left:0px;top:0px;">');
			document.write('<img src="'+foto+'" width="300" height="225">');
			document.write('</div>');
			
		}
		
	}
	