// *****************************************   Load Index Movie

var IndexUrl = "http://www.lopartduo.net/videos/accueil/birds.mov"
var IndexWidth = "300"
var IndexHeight = "170"

function IndexMovie(){
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="'+IndexWidth+'" height="'+IndexHeight+'">\n');
document.write('<param name="src" value="'+IndexUrl+'" />\n');
document.write('<param name="controller" value="true" />\n');
document.write('<param name="loop" value="true" />\n');
document.write('<param name="autoplay" value="true" />\n');
document.write('<param name="pluginspage" value="http://www.apple.com/quicktime/download/" />\n');
document.write('<param name="scale" value="tofit" />\n');
document.write('<embed src="'+IndexUrl+'" width="'+IndexWidth+'" height="'+IndexHeight+'" controller="true" autoplay="true" loop="true" pluginspage="http://www.apple.com/quicktime/download/" scale="tofit">\n');
document.write('</embed>\n');
document.write('</object>\n');
}



// *****************************************   Load Idées Movie - Océan

var IdeesSoloOceanUrl = "http://www.lopartduo.net/videos/logiciel/idees_solo/ocean.mov"
var IdeesWidth = "580"
var IdeesHeight = "313"

function IdeesMovieSoloOcean(){
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="'+IdeesWidth+'" height="'+IdeesHeight+'">\n');
document.write('<param name="src" value="'+IdeesSoloOceanUrl+'" />\n');
document.write('<param name="controller" value="true" />\n');
document.write('<param name="loop" value="true" />\n');
document.write('<param name="autoplay" value="true" />\n');
document.write('<param name="pluginspage" value="http://www.apple.com/quicktime/download/" />\n');
document.write('<param name="scale" value="tofit" />\n');
document.write('<embed src="'+IdeesSoloOceanUrl+'" width="'+IdeesWidth+'" height="'+IdeesHeight+'" controller="true" autoplay="true" loop="true" pluginspage="http://www.apple.com/quicktime/download/" scale="tofit">\n');
document.write('</embed>\n');
document.write('</object>\n');
}

