var isNav;
if (parseInt(navigator.appVersion)>=4) {
if (navigator.appName=="Netscape")
isNav=true
else
isNav=false
}
function cleanRec() {
document.Recherche.recStr.value = '';
}
function cleanNews() {
document.newsletter.email.value = '';
}
function muteSound(){
if (isNav){
document.embeds[0].SetMute(true);
}else{
document.all.videoPlayer.SetMute(true);
}
}
function getPlayer(type, id, isSound) {
if(type == "real"){
document.write('');
if(isSound){
document.write('');
}else{
document.write('');
document.write('');
document.write('');
}
document.write('');
}else if(type == "wmp"){
document.write('');
}
}
function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i