
function moveTRSmallOut(){
	document.getElementById('navBlogSub1').style.top = '-1000px';
	document.getElementById('navBlogSub').style.top = '0px';
}

function moveTRBigOut(){
	document.getElementById('navBlogSub1').style.top = '0px';
	document.getElementById('navBlogSub').style.top = '-1000px';
}



//add small peel to stage
document.write('<div id="navBlogSub1" style="position:absolute;width:900px:height:42px;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=9,0,28,0"');
document.write(' id="navBlogSub1" width="900" height="42">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="../flash/navBlogSub1.swf"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="width" value="900" /> ');
document.write(' <param name="height" value="42" /> ');
document.write(' <param name="quality" value="high" /> ');
document.write('<embed src="../flash/navBlogSub1.swf" name="navBlogSub1" wmode="transparent" quality="high" width="900" height="42" 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="navBlogSub" style="position:absolute;width:900px:height:220px;z-index:9999;right: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="navBlogSub" width="900" height="250">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="../flash/navBlogSub.swf"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="width" value="900" /> ');
document.write(' <param name="height" value="250" /> ');
document.write(' <param name="quality" value="high" /> ');
document.write('<embed src="../flash/navBlogSub.swf" name="navBlogSub" wmode="transparent" quality="high" width="900" height="250" 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>');

