function show_flvplayer(file, full_path){
if(!full_path){
	file='http://media.phayul.com/' + file + '.flv';
}


document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"   id="player" name="player" width="400" height="300">  <param name="movie" value="http://media.phayul.com/flvplayer/player.swf">  <param name="quality" value="high">  <param name="allowfullscreen" value="true"> <param name="allowScriptAccess" value="always"> <param name="flashvars" value="fullscreen=true&autostart=true&enablejs=true&width=400&height=300&plugins=ltas&channel=2144&file=' + file + '"> <param name="wmode" value="transparent"> <param name="menu" value="false"><embed src="http://media.phayul.com/flvplayer/player.swf" name="player" id="player" menu="false" width="400" height="300" bgcolor="#FFFFFF" type="application/x-shockwave-flash" allowfullscreen="true" pluginspage="http://www.macromedia.com/go/getflashplayer"  flashvars="fullscreen=true&autostart=true&enablejs=true&width=400&height=300&plugins=ltas&channel=2144&file=' + file + '" wmode="transparent" allowScriptAccess="always" /></object>');
}


function show_mp3player(file, full_path){
if(!full_path){
	file='http://media.phayul.com/' + file + '.mp3';
}

document.write('<embed src="http://media.phayul.com/flvplayer/player.swf" width="300" height="20" allowscriptaccess="always" allowfullscreen="true" flashvars="height=20&width=300&file=' + file + '&autostart=true" />');
}
