/*
 Copyright by Sven Diesslin - infoweb99.de
 Dieses Script darf auf einer Domain + Subdomains uneingeschränkt eingesetzt werden.
 Bitte Lizenzbedingungen beachte, und Ausgefüllt zurücksenden.
*/
var page_link="products.php?sof=1";
function view_firstdiv()
{
	document.getElementById("peelflash_div").style.display="none";
	document.getElementById("peelpicture_div").style.display="block";
}
function view_seconddiv()
{
	document.getElementById("peelflash_div").style.display="block";
	document.getElementById("peelpicture_div").style.display="none";
}


var esel = new Object();
// ---------------------------------------------------------      ändern
esel.ad_url = escape('#');              // Domain ändern
// ---------------------------------------------------------      ändern Ende
//R esel.small_path = 'images/esel_small.swf';				//   ---------  eventuell Pfad anpassen
//R esel.small_image = escape('images/bonus_small.swf');	        //   ---------  eventuell Pfad anpassen
esel.big_path = 'images/esel_big.swf';				//   ---------  eventuell Pfad anpassen
esel.big_image = escape('images/bonus_big.swf');		//   ---------  eventuell Pfad anpassen
// Ab hier nichts mehr ändern ------------------------------------------------------------------------------------------------------------------------------------------------------------
//R esel.small_width = '100';
//R esel.small_height = '100';
esel.small_params = 'ico=' + esel.small_image;
 esel.big_width = '550';
 esel.big_height = '526';
 
esel.big_params = 'big=' + esel.big_image + '&ad_url=' + esel.ad_url;
function sizeup987(){
	document.getElementById('eselcornerBig').style.top = '0';
	//R document.getElementById('eselcornerSmall').style.top = '-1000px';
}
function sizedown987(){
	 document.getElementById("eselcornerBig").style.top = "0";
	//R document.getElementById("eselcornerBig").style.top = "-1000px";
}
esel.putObjects = function () {

document.write('<div id="peelpicture_div" style="border:red Solid 0px; background:transparent; position:absolute; width:100px; height:80px; z-index:9999; right:0; top:-2px;">');
document.write('<img src="images/paperpeel.gif" onmouseover="view_seconddiv();">');
document.write('</div>');


document.write('<div id="peelflash_div" style="border:red Solid 0px; background:transparent; position:absolute; width:'+ esel.big_width +'px;height:'+ esel.big_height +'px;z-index:9999;right:0;top:-2px;display:none;">');
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="eselcornerBigObject" width="'+ esel.big_width +'" height="'+ esel.big_height +'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="images/flash2.swf?clickTag='+page_link+'"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="wmode" value="opaque" /> ');
document.write(' <param name="FlashVars" value="'+ esel.big_params +'"/>');
document.write('<embed onmouseout="view_firstdiv();" src="images/flash2.swf?clickTag='+page_link+'" id="eselcornerBigEmbed" name="eselcornerBigObject" wmode="transparent" quality="high" wmode="opaque" width="'+ esel.big_width +'" height="'+ esel.big_height +'" flashvars="'+ esel.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("eselcornerBig").style.top = "-1000px";',1000);
}
esel.putObjects();
