if((screen.width < 1024) && (screen.height < 768)){
document.write("<div id='Layer1' style='position:absolute; left:476px; top:193px; width:181px; height:94px; z-index:10; border: 1px none #000000; visibility: show;'>");
}
else{
document.write("<div id='Layer1' style='position:absolute; left:700px; top:363px; width:10px; height:10px; z-index:10; border: 1px none #000000; visibility: show;'>");
}
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='300' height='247'><param name='movie' value='personnage.swf'><param name='quality' value='high'><param name='wmode' value='transparent'><embed src='personnage.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='300' height='247'></embed></object></div>");

immobile();

function immobile() {
if((screen.width < 1024) && (screen.height < 768)){
Layer1.style.pixelTop = document.body.scrollTop + 110;
}
else{
Layer1.style.pixelTop = document.body.scrollTop + 280;
}
setTimeout("immobile()",0);
}

