function moveTLSmallOut(){
	document.getElementById('peel_blendco_small').style.top = '-1000px';
	document.getElementById('peel_blendco_big').style.top = '0px';
}

function moveTLBigOut(){
	document.getElementById('peel_blendco_small').style.top = '0px';
	document.getElementById('peel_blendco_big').style.top = '-1000px';
}



function addobjectsTL() {
//add small peel to stage
document.write('<div id="peel_blendco_small" style="position:absolute;width:100px:height:100px;z-index:9999;left: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=9,0,28,0"');
document.write(' id="peel_blendco_small" width="100" height="100">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="peel_blendco_small.swf"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="width" value="100" /> ');
document.write(' <param name="height" value="100" /> ');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="wmode" value="transparent" /> ');
document.write('<embed src="peel_blendco_small.swf" name="peel_blendco_small" wmode="transparent" quality="high" width="100" height="100" allowscriptaccess="always" swliveconnect="true" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" ></embed>');
document.write('</object></div>');
document.write('</script>');
//add big peel to stage
document.write('<div id="peel_blendco_big" style="position:absolute;width:800px:height:800px;z-index:9999;left:0px;top:-1000px;">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"');
document.write(' id="peel_blendco_big" width="950" height="950">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="peel_blendco_big.swf"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="width" value="950" /> ');
document.write(' <param name="height" value="950" /> ');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="wmode" value="transparent" /> ');
document.write('<embed src="peel_blendco_big.swf" name="peel_blendco_big" wmode="transparent" quality="high" width="950" height="950" allowscriptaccess="always"  swliveconnect="true" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" ></embed>');
document.write('</object></div>');
document.write('</script>');
}
addobjectsTL();
