/*
 Copyright by Karl-Heinz Bicker - info@2grab.de
 Dieses Script darf auf einer Domain + Subdomains uneingeschränkt eingesetzt werden.
*/
var pp1 = new Object();
// -------------------------------------------------------------------
pp1.ad_url = escape('http://www.swisscross-design.ch'); //   Domain ändern - Ziel nach Klick auf PagePeel
// -------------------------------------------------------------------
pp1.small_path = 'http://www.cevissoft.com/pagepeel/pp1_s.swf';		       //   ------  Pfad anpassen: http://www.ihreDomain.de/pagepeel/pp1_s.swf
pp1.small_image = escape('http://www.cevissoft.com/pagepeel/more.gif');      //   ------  Pfad anpassen: http://www.ihreDomain.de/pagepeel/grafik-kl.gif
pp1.big_path = 'http://www.cevissoft.com/pagepeel/pp1_b.swf';		       //   ------  Pfad anpassen: http://www.ihreDomain.de/pagepeel/pp1_b.swf
pp1.big_image = escape('http://www.cevissoft.com/pagepeel/cevissoft.gif');	       //   ------  Pfad anpassen: http://www.ihreDomain.de/pagepeel/grafik-gr.gif

// Ab hier nichts mehr ändern ------------------------------------------------------------------------------------------------------------------------------------------------------------
pp1.small_width = '100';
pp1.small_height = '100';
pp1.small_params = 'ico=' + pp1.small_image;
pp1.big_width = '650';
pp1.big_height = '650';
pp1.big_params = 'big=' + pp1.big_image + '&ad_url=' + pp1.ad_url;
function sizeup987(){
	document.getElementById('pp1cornerBig').style.top = '0px';
	document.getElementById('pp1cornerSmall').style.top = '-1000px';
}
function sizedown987(){
	document.getElementById("pp1cornerSmall").style.top = "0px";
	document.getElementById("pp1cornerBig").style.top = "-1000px";
}
pp1.putObjects = function () {
document.write('<div id="pp1cornerSmall" style="position:absolute;right:0px;top:0px;'+ pp1.small_width +'px;height:'+ pp1.small_height +'px;z-index:9999;">');
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="pp1cornerSmallObject" width="'+pp1.small_width+'" height="'+pp1.small_height+'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ pp1.small_path +'?'+ pp1.small_params +'"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+pp1.small_params+'"/>');
document.write('<embed src="'+ pp1.small_path + '?' + pp1.small_params +'" name="pp1cornerSmallObject" wmode="transparent" quality="high" width="'+ pp1.small_width +'" height="'+ pp1.small_height +'" flashvars="'+ pp1.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="pp1cornerBig" style="position:absolute;right:0px;top:0px;'+ pp1.big_width +'px;height:'+ pp1.big_height +'px;z-index:9999;">');
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="pp1cornerBigObject" width="'+ pp1.big_width +'" height="'+ pp1.big_height +'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ pp1.big_path +'?'+ pp1.big_params +'"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+ pp1.big_params +'"/>');
document.write('<embed src="'+ pp1.big_path + '?' + pp1.big_params +'" id="pp1cornerBigEmbed" name="pp1cornerBigObject" wmode="transparent" quality="high" width="'+ pp1.big_width +'" height="'+ pp1.big_height +'" flashvars="'+ pp1.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("pp1cornerBig").style.top = "-1000px";',1000);
}
pp1.putObjects();
