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

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



function addobjectsTL() {
//add small peel to stage
document.write('<div id="peel_small_tl" 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_small_tl" width="100" height="100">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="peel_small_tl.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('<embed src="peel_small_tl.swf" name="peel_small_tl" 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_big_tl" style="position:absolute;width:500px:height:500px;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_big_tl" width="650" height="650">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="peel_big_tl.swf"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="width" value="650" /> ');
document.write(' <param name="height" value="650" /> ');
document.write(' <param name="quality" value="high" /> ');
document.write('<embed src="peel_big_tl.swf" name="peel_big_tl" wmode="transparent" quality="high" width="650" height="650" 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();