function addEvent(obj, evType, fn){ 
 if (obj.addEventListener){ 
   obj.addEventListener(evType, fn, false); 
   return true; 
 } else if (obj.attachEvent){ 
   var r2d2oa = obj.attachEvent("on"+evType, fn); 
   return r2d2oa; 
 } else { 
   return false; 
 } 
}
function restartGif(){
	for(var iorderu=0; iorderu<document.images.length; iorderu++){
		var img = document.images[iorderu];
		var imgName = img.src.toUpperCase();
		if (imgName.substring(imgName.length-3, imgName.length) == "GIF"){
			img.src = img.src;
		}
	}
}
var era111507 = new Object();
era111507.small_path = bertolet;
era111507.small_params = 'ico=' + era111507.small_path;
era111507.small_width = 550;
era111507.small_height = 500;
function sizeupMall()
  { 
  document.getElementById("era111507container").style.clip="rect(0px,550px,500px,0px)"; 
  document.getElementById("era111507object").style.clip="rect(0px,550px,500px,0px)"; 
  }
// rect(top,right, bottom, left)
function sizedownMall()
{ 
  document.getElementById("era111507container").style.clip="rect(0px,50px,50px,0px)";
  document.getElementById("era111507object").style.clip="rect(0px,550px,50px,0px)";
  restartGif();
}
	document.write('<div id="era111507container" style="position:relative;width:50px;height:50px;z-index:9999999;">');
	// object
	document.write('<object id="era111507object" style="position:absolute; right:0; clip:rect(0px,550px,50px,0px);z-index:9999999;" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"');
	document.write(' id="era111507SmallObject" width="550" height="500">');
	// object params
	document.write(' <param name="allowScriptAccess" value="always"/> ');
	document.write(' <param name="movie" value="'+ era111507.small_path +'?'+ era111507.small_params +'"/>');
	document.write(' <param name="wmode" value="transparent" />');
	document.write(' <param name="quality" value="high" /> ');
	document.write(' <param name="FlashVars" value="'+era111507.small_params+'"/>');
	// embed
	 document.write('<embed src="'+ era111507.small_path + '?' + era111507.small_params +'" id="era111507Embed" name="era111507Embed" wmode="transparent" quality="high" width="'+ era111507.small_width +'px" height="'+ era111507.small_height +'px" flashvars="'+ era111507.small_params +'" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
	// document.write('<embed src="http://www.timesshamrockcommunications.com/banners/schuylkill/schuylkill_peel.swf?ico=http://www.timesshamrockcommunications.com/banners/schuylkill/schuylkill_peel.swf" id="era111507Embed" name="era111507Embed" wmode="transparent" quality="high" width="'+ era111507.small_width +'px" height="'+ era111507.small_height +'px" flashvars="'+ era111507.small_params +'" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
	document.write('</object></div>');

addEvent(window, 'load', sizedownMall);
