function reset_form(formulaire){
var frm = eval("document."+ formulaire);
var long = frm.length;
for(i=0; i';
str_html += '';
str_html += '';
str_html += '';
str_html += '';
obj = document.getElementById("player");
if(obj === null){
return;
}else{
obj.innerHTML = str_html;
}
}
function ouvre(page){
var WidthP;
var HeightP;
WidthP=screen.width-10;
HeightP=screen.height-50;
window.open(page,"DEMO",'width='+WidthP+',height='+HeightP+',menubar=0,resizable=0,scrollbars=0,toolbar=0,top=0,left=0');
};
function popUpChat(){
window.open('http://server.iad.liveperson.net/hc/95053/?cmd=file&file=visitorWantsToChat&site=95053&referrer='+document.location,'chat95053','width=472,height=320');
}
function popUpprau(){
window.open('./content/htm/prau.htm','PRAU','width=832,height=420,menubar=0,resizable=0,scrollbars=0,toolbar=0,top=50,left=50');
}