function sizeup987(){
	document.getElementById('fcicornerBig').style.top = '0px';
	document.getElementById('fcicornerSmall').style.top = '-1000px';
}

function sizedown987(){
	document.getElementById("fcicornerSmall").style.top = "0px";
	document.getElementById("fcicornerBig").style.top = "-1000px";
}

fci.putObjects = function () {
document.write('<div id="fcicornerSmall" style="position:absolute;width:'+ fci.small_width +'px;height:'+ fci.small_height +'px;z-index:9999;right:0px;top:0px;">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write(' id="fcicornerSmallObject" width="'+fci.small_width+'" height="'+fci.small_height+'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ fci.small_path +'?'+ fci.small_params +'"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="menu" value="false"/> ');
document.write(' <param name="FlashVars" value="'+fci.small_params+'"/>');
document.write('<embed src="'+ fci.small_path + '?' + fci.small_params +'" name="fcicornerSmallObject" wmode="transparent" quality="high" width="'+ fci.small_width +'" height="'+ fci.small_height +'" flashvars="'+ fci.small_params +'" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div></script>');
document.write('<div id="fcicornerBig" style="position:absolute;width:'+ fci.big_width +'px;height:'+ fci.big_height +'px;z-index:9999;right:0px;top:0px;">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write(' id="fcicornerBigObject" width="'+ fci.big_width +'" height="'+ fci.big_height +'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ fci.big_path +'?'+ fci.big_params +'"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="menu" value="false"/> ');
document.write(' <param name="FlashVars" value="'+ fci.big_params +'"/>');
document.write('<embed src="'+ fci.big_path + '?' + fci.big_params +'" id="fcicornerBigEmbed" name="fcicornerBigObject" wmode="transparent" quality="high" menu="false" width="'+ fci.big_width +'" height="'+ fci.big_height +'" flashvars="'+ fci.big_params +'" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
setTimeout('document.getElementById("fcicornerBig").style.top = "-1000px";',1000);
}
fci.putObjects();

