// Do not Change anything under this line


document.write('<div id="pielcornerTiny" style="position:absolute;width:100px;height:100px;z-index:9999;right:0px;top:0px;"><div id="scor"></div></div>');
document.write('<div id="pielcornerLarge" style="position:absolute;width:650px;height:650px;z-index:9999;right:0px;top:0px;"><div id="bcor"></div></div>');

var attributes = {};

var params = {};
params.wmode = "transparent";
params.quality = "high";
params.allowScriptAccess = "always";

var flashvars = {};
flashvars.ico = "http://alo.bg/img/peel_alo_small.jpg";
swfobject.embedSWF("http://realestates.bg/flash/tiny.swf", "scor", "100", "100", "7.0.0","expressInstall.swf", flashvars, params, attributes);

var flashvars = {};
flashvars.big = "http://alo.bg/img/peel_alo_big.jpg";
flashvars.ad_url = "http://alo.bg";
swfobject.embedSWF("http://realestates.bg/flash/large.swf", "bcor", "650", "650", "7.0.0","expressInstall.swf", flashvars, params, attributes);
setTimeout('document.getElementById("pielcornerLarge").style.top = "-1000px";',1000);

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

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

