// www.topic.lt
//Xata Team, R.K. Frimen Frimen@gmail.com

var fm_bnr = new Object();
fm_bnr.ad_url = escape('http://www.topic.lt/');
fm_bnr.small_path = 'http://www.topic.lt/fm_mod/js/fm_bnr_s.swf';
fm_bnr.small_image = escape('http://www.topic.lt/fm_mod/js/mazas.swf');
fm_bnr.big_path = 'http://www.topic.lt/fm_mod/js/fm_bnr_b.swf';
fm_bnr.big_image = escape('http://www.topic.lt/fm_mod/js/didelis.png');


fm_bnr.small_width = '100';
fm_bnr.small_height = '100';
fm_bnr.small_params = 'ico=' + fm_bnr.small_image;
fm_bnr.big_width = '650';
fm_bnr.big_height = '650';
fm_bnr.big_params = 'big=' + fm_bnr.big_image + '&ad_url=' + fm_bnr.ad_url;

function sizeup987(){
	document.getElementById('fm_bnrcornerBig').style.top = '0px';
	document.getElementById('fm_bnrcornerSmall').style.top = '-1000px';

//	document.getElementById('fm_bnrcornerBig').style.display = 'block';
//	document.getElementById('fm_bnrcornerSmall').style.display = 'none';

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

//	document.getElementById("fm_bnrcornerSmall").style.display = "block";
//	document.getElementById("fm_bnrcornerBig").style.display = "none";

}



fm_bnr.putObjects = function () {
document.write('<div id="fm_bnrcornerSmall" style="position:absolute;width:'+ fm_bnr.small_width +'px;height:'+ fm_bnr.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="fm_bnrcornerSmallObject" width="'+fm_bnr.small_width+'" height="'+fm_bnr.small_height+'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ fm_bnr.small_path +'?'+ fm_bnr.small_params +'"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+fm_bnr.small_params+'"/>');
document.write('<embed src="'+ fm_bnr.small_path + '?' + fm_bnr.small_params +'" name="fm_bnrcornerSmallObject" wmode="transparent" quality="high" width="'+ fm_bnr.small_width +'" height="'+ fm_bnr.small_height +'" flashvars="'+ fm_bnr.small_params +'" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
document.write('<div id="fm_bnrcornerBig" style="position:absolute;width:'+ fm_bnr.big_width +'px;height:'+ fm_bnr.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="fm_bnrcornerBigObject" width="'+ fm_bnr.big_width +'" height="'+ fm_bnr.big_height +'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ fm_bnr.big_path +'?'+ fm_bnr.big_params +'"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+ fm_bnr.big_params +'"/>');
document.write('<embed src="'+ fm_bnr.big_path + '?' + fm_bnr.big_params +'" id="fm_bnrcornerBigEmbed" name="fm_bnrcornerBigObject" wmode="transparent" quality="high" width="'+ fm_bnr.big_width +'" height="'+ fm_bnr.big_height +'" flashvars="'+ fm_bnr.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("fm_bnrcornerBig").style.top = "-1000px";',1000);
/* 
setTimeout('document.getElementById("fm_bnrcornerBig").style.display = "none";',1000); 
*/
}

fm_bnr.putObjects();
