
function func_audio()
{
document.ixos.submit();
}

function WindowFocus()
	{
	window.focus();
	}

function playsound(vname){
try{
    document.all("hiddenmedia").style.display='inline';
    document.all("hiddenmedia").filename=vname;
    document.all("GameShow").open(vname);
    window.event.cancelBubble=false;
    event.returnValue=false;
   }
catch(e) {  }
}





function play_audio_off(audio_file)
{
	
	var div_obj =  document.getElementById('audio');
	
	//div_obj.style.visibility="hidden";
	
	div_obj.innerHTML = '<OBJECT ID="MediaPlayer1" width="0" height="0" 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"><PARAM NAME="FileName" VALUE="http://www.xanthi.ilsp.gr/filog/media/sounds/'+audio_file+'"><PARAM NAME="animationatStart" VALUE="true"><PARAM NAME="transparentatStart" VALUE="false"><PARAM NAME="Autostart" VALUE="true"><PARAM NAME="showControls" VALUE="true"></OBJECT><EMBED type="application/x-mplayer2" pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/" SRC="http://www.xanthi.ilsp.gr/filog/media/sounds/'+audio_file+'" name="MediaPlayer1" width="0" height="0" AutoStart=1></EMBED>';
}


function play_audio(audio_file)
{
	
	var div_obj =  document.getElementById('audio');
	
	div_obj.style.visibility="visible";
	var agt=navigator.userAgent.toLowerCase();
	if(agt.search(/safari/)>=0)
	{		
		div_obj.innerHTML = '<embed src="http://www.xanthi.ilsp.gr/filog/media/sounds/'+audio_file+'" height="1" width="1"    type="application/x-mplayer2" autostart="1"    loop="0" ></embed>';
	}
	else
	{	
		div_obj.innerHTML = '<div style="width:250px; color:#fff;"><!--[if !IE]> <--> <object type="application/x-mplayer2" data="http://www.xanthi.ilsp.gr/filog/media/sounds/'+audio_file+'" width="0px" height="0px"><param name="src" value="http://www.xanthi.ilsp.gr/filog/media/sounds/'+audio_file+'" valuetype="ref" type="http://www.xanthi.ilsp.gr/filog/media/sounds/'+audio_file+'"><param name="animationatStart" value="1"><param name="transparentatStart" value="0"><param name="autoStart" value="1"><param name="ShowControls" value="0"><param name="ShowDisplay" value="0"><param name="ShowStatusBar" value="0"><param name="loop" value="0"><param name="displaysize" value="0"><strong>Error:</strong> Embedding <a href="http://www.xanthi.ilsp.gr/filog/media/sounds/'+audio_file+'" style="color:orange">audio</a> with the <a href="http://port25.technet.com/pages/windows-media-player-firefox-plugin-download.aspx" style="color:orange">Windows Media Plugin</a> failed. <br/> Click <a href="http://www.xanthi.ilsp.gr/filog/media/sounds/'+audio_file+'" style="color:orange">here</a> to play it alternatively.</object><!--> <![endif]--> <!--[if IE]><object type="application/x-oleobject" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" width="0px" height="0px"><param name="src" value="http://www.xanthi.ilsp.gr/filog/media/sounds/'+audio_file+'" valuetype="ref" type="application/x-oleobject"><param name="animationatStart" value="0"><param name="transparentatStart" value="0"><param name="autoStart" value="1"><param name="ShowControls" value="0"><param name="ShowDisplay" value="0"><param name="ShowStatusBar" value="0"><param name="loop" value="0"><param name="displaysize" value="0"><strong>Error:</strong> Embedding <a href="http://www.xanthi.ilsp.gr/filog/media/sounds/'+audio_file+'" style="color:orange">audio</a> with the <a href="http://port25.technet.com/pages/windows-media-player-firefox-plugin-download.aspx" style="color:orange">Windows Media Plugin</a> failed. <br/> Click <a href="http://www.xanthi.ilsp.gr/filog/media/sounds/'+audio_file+'" style="color:orange">here</a> to play it alternatively.</object> <![endif]--></div>';
	}
}




function play_video(video_file)
{
	
	var div_obj =  document.getElementById('video');
	
	div_obj.style.visibility="visible";
	var agt=navigator.userAgent.toLowerCase();
	
	if(agt.search(/opera/)>=0)
	{		
		div_obj.innerHTML = '<object type="video/x-ms-wmv" data="mms://media.xanthi.ilsp.gr/filog_videos/'+video_file+'" width="205px" height="201px"><param name="src" value="mms://media.xanthi.ilsp.gr/filog_videos/'+video_file+'" valuetype="ref" type="mms://media.xanthi.ilsp.gr/filog_videos/'+video_file+'"><param name="animationatStart" value="1"><param name="transparentatStart" value="0"><param name="autoStart" value="0"><param name="ShowControls" value="1"><param name="ShowDisplay" value="0"><param name="ShowStatusBar" value="1"><param name="loop" value="0"><param name="displaysize" value="0"><EMBED type="application/x-mplayer2" pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/" SRC="mms://media.xanthi.ilsp.gr/filog_videos/'+video_file+'" name="MediaPlayer1" width="205" height="201" AutoStart=0></embed></object>';
	}
	else
	{	
		div_obj.innerHTML = '<div style="width:250px; color:#fff;"><!--[if !IE]> <--> <object type="video/x-ms-wmv" data="mms://media.xanthi.ilsp.gr/filog_videos/'+video_file+'" width="205px" height="201px"><param name="src" value="mms://media.xanthi.ilsp.gr/filog_videos/'+video_file+'" valuetype="ref" type="mms://media.xanthi.ilsp.gr/filog_videos/'+video_file+'"><param name="animationatStart" value="1"><param name="transparentatStart" value="0"><param name="autoStart" value="0"><param name="ShowControls" value="1"><param name="ShowDisplay" value="0"><param name="ShowStatusBar" value="1"><param name="loop" value="0"><param name="displaysize" value="0"><strong>Error:</strong> Embedding <a href="mms://media.xanthi.ilsp.gr/filog_videos/'+video_file+'" style="color:orange">video</a> with the <a href="http://port25.technet.com/pages/windows-media-player-firefox-plugin-download.aspx" style="color:orange">Windows Media Plugin</a> failed. <br/> Click <a href="mms://media.xanthi.ilsp.gr/filog_videos/'+video_file+'" style="color:orange">here</a> to play it alternatively.</object><!--> <![endif]--> <!--[if IE]><object type="video/x-ms-wmv" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" width="205px" height="201px"><param name="src" value="mms://media.xanthi.ilsp.gr/filog_videos/'+video_file+'" valuetype="ref" type="video/x-ms-wmv"><param name="animationatStart" value="1"><param name="transparentatStart" value="0"><param name="autoStart" value="0"><param name="ShowControls" value="1"><param name="ShowDisplay" value="0"><param name="ShowStatusBar" value="1"><param name="loop" value="0"><param name="displaysize" value="0"><strong>Error:</strong> Embedding <a href="mms://media.xanthi.ilsp.gr/filog_videos/'+video_file+'" style="color:orange">video</a> with the <a href="http://port25.technet.com/pages/windows-media-player-firefox-plugin-download.aspx" style="color:orange">Windows Media Plugin</a> failed. <br/> Click <a href="mms://media.xanthi.ilsp.gr/filog_videos/'+video_file+'" style="color:orange">here</a> to play it alternatively.</object> <![endif]--></div>';
	}

}

 
 
 function play_video_off(video_file)
{
	
	var div_obj =  document.getElementById('video');
	
	div_obj.style.visibility="visible";
	
	div_obj.innerHTML = '<OBJECT ID="MediaPlayer1" width="205" height="201" 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"><PARAM NAME="FileName" VALUE="mms://media.xanthi.ilsp.gr/filog_videos/'+video_file+'"><PARAM NAME="animationatStart" VALUE="true"><PARAM NAME="transparentatStart" VALUE="false"><PARAM NAME="Autostart" VALUE="false"><PARAM NAME="showControls" VALUE="true"><EMBED type="application/x-mplayer2" pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/" SRC="mms://media.xanthi.ilsp.gr/filog_videos/'+video_file+'" name="MediaPlayer1" width="205" height="201" AutoStart=0></OBJECT>';
	
}
