var PP_small = '<div id="myPeel_Catcher" style="position: absolute; top: 0; right: 0; width: 100px; height: 100px; z-index: 999999;">';
    PP_small+='	<object id="myPeel_Catcher" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="100" height="100">';
    PP_small+='		<param name="allowScriptAccess" value="sameDomain" />';
    PP_small+='		<param name="movie" value="flash/PagePeel_small.swf" />';
    PP_small+='		<param name="wmode" value="transparent" />';
    PP_small+='		<embed name="myPeel_Catcher" src="flash/PagePeel_small.swf" wmode="transparent" width="100" height="100" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>';
    PP_small+='	</object>';
    PP_small+='</div>';

var PP_big = '<div id="myPeel_PagePeel" style="position: absolute; top: -1000px; right: 0; width: 266px; height: 200px; z-index: 999998;">';
    PP_big+='	<object id="myPeel_PagePeel" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="266" height="200">';
    PP_big+='		<param name="allowScriptAccess" value="sameDomain" />';
    PP_big+='		<param name="movie" value="flash/PagePeel_big.swf  " />';
    PP_big+='		<param name="wmode" value="transparent" />';
    PP_big+='		<embed name="myPeel_PagePeel" src="flash/PagePeel_big.swf " wmode="transparent" width="266" height="200" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>';
    PP_big+='	</object>';
    PP_big+='</div>';

function open_peel(){
	document.getElementById('myPeel_PagePeel').style.top = '0'; 
	document.getElementById('myPeel_Catcher').style.top = '-1000px';
	document.getElementById('myPeel_PagePeel').style.position = 'absolute';
}

function close_peel(){
	document.getElementById('myPeel_PagePeel').style.top = '-1000px';
	document.getElementById('myPeel_Catcher').style.top = '0';
	document.getElementById('myPeel_Catcher').style.position = 'absolute';
}

