// ONLY EDIT THE SELECTIONS WITH A "//" NOTE AFTER IT

var eselsohr = new Object();

eselsohr.ad_url = escape(typeof(gstrAddURL) == "string" ? gstrAddURL : "http://www.volksfront-medien.de/index.php/menue/55/thema/1131/Mitarbeit.html"); // Link Address when ad is clicked on

eselsohr.small_path = template_pfad+'small.swf'; // Path where you placed the small.swf
eselsohr.small_image = escape(template_pfad+'eselsohr_klein.png'); // Small Image before hover (.jpg, .gif, .png, .swf) - 75X75
eselsohr.small_width = '100';
eselsohr.small_height = '100';
eselsohr.small_params = 'ico=' + eselsohr.small_image;

eselsohr.big_path = template_pfad+'eselsohr_gross.swf'; // Path where you placed the big.swf
eselsohr.big_image = escape(template_pfad+'eselsohr_big_001.png'); // Large Image after hover (.jpg, .gif, .png, .swf) - 500X500
eselsohr.big_width = '650';
eselsohr.big_height = '650';
eselsohr.big_params = 'big=' + eselsohr.big_image + '&ad_url=' + eselsohr.ad_url;

function sizeup987(){
	document.getElementById('Eselsohr_gross_element').style.top = '0px';
	document.getElementById('Eselsohr_klein_element').style.top = '-1000px';
}

function sizedown987(){
	document.getElementById("Eselsohr_klein_element").style.top = "0px";
	document.getElementById("Eselsohr_gross_element").style.top = "-1000px";
}

eselsohr.putObjects = function () {
// <Eselsohr_klein_element>
document.write('<div id="Eselsohr_klein_element" style="position:absolute;width:'+ eselsohr.small_width +'px;height:'+ eselsohr.small_height +'px;z-index:9999;right:0px;top:0px;">');
// object
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="Eselsohr_klein_elementObject" width="'+eselsohr.small_width+'" height="'+eselsohr.small_height+'">');
// object params
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ eselsohr.small_path +'?'+ eselsohr.small_params +'"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+eselsohr.small_params+'"/>');
// embed
document.write('<embed src="'+ eselsohr.small_path + '?' + eselsohr.small_params +'" name="Eselsohr_klein_elementObject" wmode="transparent" quality="high" width="'+ eselsohr.small_width +'" height="'+ eselsohr.small_height +'" flashvars="'+ eselsohr.small_params +'" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
document.write('</script>');
// </Eselsohr_klein_element>
// <Eselsohr_gross_element>
document.write('<div id="Eselsohr_gross_element" style="position:absolute;width:'+ eselsohr.big_width +'px;height:'+ eselsohr.big_height +'px;z-index:9999;right:0px;top:0px;">');
// object
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="Eselsohr_gross_elementObject" width="'+ eselsohr.big_width +'" height="'+ eselsohr.big_height +'">');
// object params
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ eselsohr.big_path +'?'+ eselsohr.big_params +'"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+ eselsohr.big_params +'"/>');
// embed
document.write('<embed src="'+ eselsohr.big_path + '?' + eselsohr.big_params +'" id="Eselsohr_gross_elementEmbed" name="Eselsohr_gross_elementObject" wmode="transparent" quality="high" width="'+ eselsohr.big_width +'" height="'+ eselsohr.big_height +'" flashvars="'+ eselsohr.big_params +'" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
// </Eselsohr_gross_element>
setTimeout('document.getElementById("Eselsohr_gross_element").style.top = "-1000px";',1000);
}
eselsohr.putObjects();
