/*
	* Mentions légales et de droits réservés
	* En vous connectant à ce site édité et mis en ligne pour le compte de nos clients, vous accédez à un contenu protégé 
	* par la loi, notamment par les dispositions du Code de la propriété intellectuelle.
	* L'éditeur n'autorise qu'un usage strictement personnel des données, informations ou contenus auxquels vous accédez,
	* limité à un enregistrement temporaire sur votre ordinateur aux fins d'affichage sur un seul écran.
	* 
	* Tous les matériaux publiés sur ce site web appartiennent à DBee, ses filiales, ses partenaires et/ou ses clients.
	* Toutes les marques de commerce, marques de service et nom de marques appartiennent à DBee, ses filiales, ses 
	* partenaires et/ou ses clients.
	* A moins qu’autrement spécifié, les matériaux et services publiés sur ce site web sont destinés à votre utilisation
	* personnelle et non commerciale. La modification, la copie, la distribution, la transmission, l’affichage, l’exécution,
	* la reproduction, la publication, la mise sous licence, la création de travaux dérivés, le transfert ou la vente
	* d’informations, de logiciels, de produits ou de services obtenus à partir de ce site web, sont interdites sans l’accord
	* (obtenu au préalable par écrit) de DBee SA.
	* Copyright 2005-2008 DBee SA, 35-37 rue de Paris 92100 Boulogne Billancourt, FRANCE. Tous droits réservés
	*
	* Version:
	* 1.0.0 (21 Avril 2008)
	*/var SimpleTable=function(al,data){this.data=data;this.al=al;};SimpleTable.prototype.getAllMixResults=function(){var row=document.createElement("tr");var cell=document.createElement("td");var div=document.createElement("div");div.innerHTML='&nbsp;';cell.appendChild(div);row.appendChild(cell);document.getElementById(this.al).appendChild(row);var row=document.createElement("tr");var att=document.createAttribute('valign');att.nodeValue="top";row.setAttributeNode(att);var cell=document.createElement("td");var div=document.createElement("div");div.innerHTML='<img src="vignettes/Diapositive'+this.data["id"]+'.gif" border="1" alt="Diapositive'+this.data["id"]+'.gif?" />';div.innerHTML+='<br />';/*div.innerHTML+='<a href="#" style="font-weight:bold;color:#0095be;" onmouseover="searchService.zoomIn('+this.data["id"]+');"><img src="../img/slide_loupe-on_.gif" border="0" alt="Zoom in" /></a>';*/cell.appendChild(div);row.appendChild(cell);var cell=document.createElement("td");var div=document.createElement("div");div.innerHTML='&nbsp;';cell.appendChild(div);row.appendChild(cell);var cell=document.createElement("td");var div=document.createElement("div");div.innerHTML='<span class="textNormal"><img src="../img/puce_bleue.gif" height="8" width="4" style="margin-right:5px;" />'+this.data["title"]+'</span>';if(typeof(this.data["timecode"])=="object"){var i=this.data["timecode"].length;while(i--){div.innerHTML+='<br />';div.innerHTML+='<a href="#" style="font-weight:bold;color:#0095be;" onclick="javascript:swiftMenu(1);bPlayer.playerAction(\'goto_tc\', \''+this.data["timecode"][i]+'\');dBJS.hide(\'searchWindowContainer\');dBJS.show(\'slidesDIV\');"></a>';div.innerHTML+='&nbsp;';div.innerHTML+='<span class="text">';div.innerHTML+='<a href="#" style="font-weight:bold;color:#0095be;" style="color:#008aa6;" onmouseout="searchService.hideMixResults(\''+this.data["timecode"][i]+'\')"; onmouseover="searchService.displayMixResults(searchObj.requestMix(\''+this.data["timecode"][i]+'\'), \''+String(this.data["timecode"][i])+'\');" onclick="swiftMenu(1);bPlayer.playerAction(\'goto_tc\', \''+this.data["timecode"][i]+'\');">' + langObj.getWord('searchGoto', target_langue) + this.data["timecode"][i]+'</a>';div.innerHTML+='</span>';div.innerHTML+='&nbsp;(<span>'+this.data["thema"][i]+'</span>)';div.innerHTML+='<div id=\'div_'+dBJS.convertTCtoStr(String(this.data["timecode"][i]))+'\'></div>';}}cell.appendChild(div);row.appendChild(cell);document.getElementById(this.al).appendChild(row);};SimpleTable.prototype.getSearchResults=function(){var row=document.createElement("tr");var cell=document.createElement("td");var div=document.createElement("div");div.innerHTML='&nbsp;';cell.appendChild(div);row.appendChild(cell);document.getElementById(this.al).appendChild(row);var row=document.createElement("tr");var att=document.createAttribute('valign');att.nodeValue="top";row.setAttributeNode(att);var cell=document.createElement("td");var div=document.createElement("div");div.innerHTML='<img src="vignettes/Diapositive'+this.data["id"]+'.gif" border="1" alt="Diapositive'+this.data["id"]+'.gif?" />';div.innerHTML+='<br />';/*div.innerHTML+='<a href="#" style="font-weight:bold;color:#0095be;" onmouseover="searchService.zoomIn('+this.data["id"]+');"><img src="../img/slide_loupe-on_.gif" border="0" alt="Zoom in" /></a>';*/cell.appendChild(div);row.appendChild(cell);var cell=document.createElement("td");var div=document.createElement("div");div.innerHTML='&nbsp;';cell.appendChild(div);row.appendChild(cell);var cell=document.createElement("td");var div=document.createElement("div");div.innerHTML='<span class="textNormal"><img src="../img/puce_bleue.gif" height="8" width="4" style="margin-right:5px;" />'+this.data["title"]+'</span>';if(typeof(this.data["timecode"])!="undefined"){var i=this.data["timecode"].length;if(i>0){while(i--){div.innerHTML+='<br />';div.innerHTML+='<a href="#" style="font-weight:bold;color:#0095be;" onclick="bPlayer.playerAction(\'goto_tc\', \''+this.data["timecode"][i]+'\');dBJS.hide(\'searchWindowContainer\');dBJS.show(\'slidesDIV\');"></a>';div.innerHTML+='&nbsp;';div.innerHTML+='<span class="text">';div.innerHTML+='<a href="#" style="font-weight:bold;color:#0095be;" style="color:#008aa6;" onclick="javascript:swiftMenu(1);bPlayer.playerAction(\'goto_tc\', \''+this.data["timecode"][i]+'\');">' + langObj.getWord('searchGoto', target_langue) + this.data["timecode"][i]+'</a>';div.innerHTML+='</span>';div.innerHTML+='&nbsp;(<span>'+this.data["thema"][i]+'</span>)';}}}cell.appendChild(div);row.appendChild(cell);document.getElementById(this.al).appendChild(row);};SimpleTable.prototype.getSearchSubTitleResults=function(){var row=document.createElement("tr");var cell=document.createElement("td");var div=document.createElement("div");div.innerHTML='&nbsp;';cell.appendChild(div);row.appendChild(cell);document.getElementById(this.al).appendChild(row);var row=document.createElement("tr");var att=document.createAttribute('valign');att.nodeValue="top";row.setAttributeNode(att);var cell=document.createElement("td");var div=document.createElement("div");div.innerHTML='<img src="vignettes/Diapositive'+this.data["id"]+'.gif" border="1" alt="Diapositive'+this.data["id"]+'.gif?" />';/*div.innerHTML+='<br />';div.innerHTML+='<a href="#" style="font-weight:bold;color:#0095be;" onmouseover="searchService.zoomIn('+this.data["id"]+');"><img src="../img/slide_loupe-on_.gif" border="0" alt="Zoom in" /></a>';*/cell.appendChild(div);row.appendChild(cell);var cell=document.createElement("td");var div=document.createElement("div");div.innerHTML='&nbsp;';cell.appendChild(div);row.appendChild(cell);var cell=document.createElement("td");var div=document.createElement("div");div.innerHTML='<span class="textNormal"><img src="../img/puce_bleue.gif" height="8" width="4" style="margin-right:5px;" />'+this.data["title"]+'</span>';div.innerHTML+='<br />';div.innerHTML+='<a href="#" style="font-weight:bold;color:#0095be;" onclick="javascript:swiftMenu(1);bPlayer.playerAction(\'goto_tc\', \''+this.data["timecode"]+'\');dBJS.hide(\'searchWindowContainer\');dBJS.show(\'slidesDIV\');"></a>';div.innerHTML+='&nbsp;';div.innerHTML+='<span class="text">';div.innerHTML+='<a href="#" style="font-weight:bold;color:#0095be;" style="color:#008aa6;" onclick="javascript:swiftMenu(1);bPlayer.playerAction(\'goto_tc\', \''+this.data["timecode"]+'\');">' + langObj.getWord('searchGoto', target_langue) + this.data["timecode"]+'</a>';div.innerHTML+='</span>';div.innerHTML+='<br />';div.innerHTML+='<span class="text">';var i=this.data["text"].length;while(i--){div.innerHTML+=this.data["text"][i]+'<br/>';}div.innerHTML+='</span>';cell.appendChild(div);row.appendChild(cell);document.getElementById(this.al).appendChild(row);};SimpleTable.prototype.getSearchMixResults=function(){var row=document.createElement("tr");var att=document.createAttribute('valign');att.nodeValue="top";row.setAttributeNode(att);var cell=document.createElement("td");var len=this.data["tag"];for(var i=0;i<len;i++){var div=document.createElement("div");div.innerHTML=this.data["text"][i];}cell.appendChild(div);row.appendChild(cell);document.getElementById(this.al).appendChild(row);};SimpleTable.prototype.getSearchResultsNoMatch=function(){var row=document.createElement("tr");var cell=document.createElement("td");var div=document.createElement("div");div.innerHTML='&nbsp;';cell.appendChild(div);row.appendChild(cell);document.getElementById(this.al).appendChild(row);var row=document.createElement("tr");var cell=document.createElement("td");var div=document.createElement("div");div.innerHTML='<span class="text">'+this.data+'</span>';cell.appendChild(div);row.appendChild(cell);document.getElementById(this.al).appendChild(row);}