function flash(o,p,a,h,w) 
{
d=new Date;
swf="swf/"+o+".swf?path="+p+"&im="+a;
url=swf+"&d="+d.getUTCMilliseconds();
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='"+w+"' height='"+h+"' class='photo'>"); 
document.write("<param name='movie' value='"+url+"'>");
document.write("<param name='quality' value='high'><param name='wmode' value='transparent'><param name='menu' value='false'><param name='scale' value='noBorder'><param name='align' value='lt' />"); 
document.write("<embed class='photo' src='"+url+"' width='"+w+"' height='"+h+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent' scale='noBorder' align='lt'>"); 
document.write("</embed></object>");
}
function btn(h,w,s,v) 
{ 
d=new Date;
swf="../../swf/"+s+".swf";
url=swf+"?"+v+"&d="+d.getUTCMilliseconds();
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+w+'" height="'+h+'">\n');
document.write('<param name="movie" value="'+url+'">\n');
document.write('<param name="quality" value="high"><param name="wmode" value="transparent"><param name="menu" value="false"><param name="SCALE" value="exactFit">\n'); 
document.write('<embed src="'+url+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" scale="noborder" width="'+w+'" height="'+h+'">\n'); 
document.write('</embed>\n');
document.write('</object>\n'); 
}
function verif(){
retour=notNull(accueil.texte.value,"description","");
if (retour == "") {accueil.submit();}else{alert(retour);}
}
function vid(video)
{
document.write("<object id='MediaPlayer1' CLASSID='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsm p2inf.cab#Version=5,1,52,701' standby='Loading Microsoft Windows&reg; Media Player components...' type='application/x-oleobject' width='512' height='384'>");
document.write("<param name='src' value='http://www.nordpeople.com/videos/"+video+".wmv'>");
document.write("<param name='volume' value='50%'>");
document.write("<param name='loop' value='false'>");
document.write("<param name='autoStart' value='true'>");
document.write("<param name='controller' value='true'>");
document.write("<param name='autoplay' value='false'>");
document.write("<param name='type' value='video/quicktime'>");
document.write("<param name='autosize' value='true'>");
//document.write("<embed type='video/quicktime' src='http://www.nordpeople.com/videos/"+video+".wmv' autosize='true' width='512' height='384' autostart='1' showcontrols='1'></embed></object>");
document.write("<embed type='video/quicktime' src='http://www.nordpeople.com/videos/"+video+".wmv' autosize='true' width='512' height='384' autostart='1' showcontrols='1'></embed></object>");
}
