var vidpop = '';
function PlayIt(file,title){
	var popHeight = 272;
	var popLeft = (screen.availWidth-286)/2;
	var popTop = (screen.availHeight-158)/2;
	vidpop = window.open("video", "", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=286,height=158,left=" + popLeft + ",top="+popTop+"");
	vidpop.document.write("<HTML>\n<HEAD>\n");
	vidpop.document.write("<TITLE>24 Heures "+title+"</TITLE>\n");
	vidpop.document.write("</HEAD>\n<BODY bottommargin='0' leftmargin='0' rightmargin='0' topmargin='0' marginheight='0' marginwidth='0'><div align='center'>\n");
	vidpop.document.write("<OBJECT ID='MediaPlayer1' classid='CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902' standby='Loading Microsoft® Windows® Media Player components...' type='application/x-oleobject'>\n");
	vidpop.document.write("<PARAM NAME='FileName' VALUE='mms://195.207.155.241/"+file+"'>\n");
	vidpop.document.write("<param name='animationAtStart' value='true'>\n");
	vidpop.document.write("<PARAM NAME='AutoStart' VALUE='true'>\n");
	vidpop.document.write("<param name='showControls' value='true'>\n");
	vidpop.document.write("<param name='transparentAtStart' value='true'>\n");
	vidpop.document.write("<EMBED type='application/x-mplayer2' pluginspage='http://www.microsoft.com/Windows/MediaPlayer/' SRC='mms://195.207.155.241/"+file+"' name='MediaPlayer1' width='320' height='240' AutoStart='true'>\n");
	vidpop.document.write("</EMBED>\n</OBJECT>\n");
	//vidpop.document.write("<a href='http://www.ibicenter.com/' target='_blank'><img src='img/ibistream.gif' alt='' width='320' height='32' border='0'></a>\n");
	vidpop.document.write("\n</div></BODY>\n</HTML>");
}
