var kose = new Object();
kose.ad_url = escape('http://www.nerede.info');
kose.small_path = 'kose_s.swf';
kose.small_image = escape('kose_s.gif');
kose.big_path = 'kose_b.swf';
kose.big_image = escape('kose_b.gif');
// Ab hier nichts ändern ------------------------------------------------------------------------------------------------------------------------------------------------------------
kose.small_width = '100';
kose.small_height = '100';
kose.small_params = 'ico=' + kose.small_image;
kose.big_width = '650';
kose.big_height = '650';
kose.big_params = 'big=' + kose.big_image + '&ad_url=' + kose.ad_url;
function sizeup987(){
	document.getElementById('kosecornerBig').style.top = '0px';
	document.getElementById('kosecornerSmall').style.top = '-1000px';
}
function sizedown987(){
	document.getElementById("kosecornerSmall").style.top = "0px";
	document.getElementById("kosecornerBig").style.top = "-1000px";
}
kose.putObjects = function () {
document.write('<div id="kosecornerSmall" style="position:absolute;width:'+ kose.small_width +'px;height:'+ kose.small_height +'px;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=7,0,19,0"');
document.write(' id="kosecornerSmallObject" width="'+kose.small_width+'" height="'+kose.small_height+'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ kose.small_path +'?'+ kose.small_params +'"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+kose.small_params+'"/>');
document.write('<embed src="'+ kose.small_path + '?' + kose.small_params +'" name="kosecornerSmallObject" wmode="transparent" quality="high" width="'+ kose.small_width +'" height="'+ kose.small_height +'" flashvars="'+ kose.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="kosecornerBig" style="position:absolute;width:'+ kose.big_width +'px;height:'+ kose.big_height +'px;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=7,0,19,0"');
document.write(' id="kosecornerBigObject" width="'+ kose.big_width +'" height="'+ kose.big_height +'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ kose.big_path +'?'+ kose.big_params +'"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+ kose.big_params +'"/>');
document.write('<embed src="'+ kose.big_path + '?' + kose.big_params +'" id="kosecornerBigEmbed" name="kosecornerBigObject" wmode="transparent" quality="high" width="'+ kose.big_width +'" height="'+ kose.big_height +'" flashvars="'+ kose.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("kosecornerBig").style.top = "-1000px";',1000);
}
kose.putObjects();