function sendToFriend($lang){var dir;if($lang==1){dir='/fr';}else{dir='/en';}window.open(dir+'/extras/sendFriend.cgi','SendToFriend','location=no,menubar=no,status=no,toolbar=no,width=440,height=450,scrollbars,resizeable',1);}function playMediaLink(fileName,linkPos){linkPos++;if((navigator.userAgent.indexOf("IE")>-1)&&(navigator.platform=="Win32")){if(fileName!=document.MPlayer.FileName){document.MPlayer.FileName=fileName;document.MPlayer.Play();}if(document.MPlayer.MarkerCount>0){if(linkPos>document.MPlayer.MarkerCount){alert("This market position does not exist. Please contact the webmaster of this site");}else{document.MPlayer.CurrentMarker=linkPos;document.MPlayer.Play();}}}else{if(fileName!=document.MPlayer.src){document.MPlayer.src=fileName;}if(document.MPlayer.GetMarkerCount()>0){if(linkPos>document.MPlayer.GetMarkerCount()){alert("This market position does not exist. Please contact the webmaster of this site");}else{document.MPlayer.SetCurrentMarker(linkPos);}}}}
