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 rff092507 = new Object();
rff092507.small_path = sSmallSWFrff092507;
rff092507.small_params = 'ico=' + rff092507.small_path;
rff092507.small_width = 900;
rff092507.small_height = 350;
function sizeuprff092507()
{ 
document.getElementById("rff092507container").style.clip="rect(0px,900px,350px,0px)"; 
document.getElementById("rff092507object").style.clip="rect(0px,900px,350px,0px)"; 
}
function sizedownrff092507()
{ 
document.getElementById("rff092507container").style.clip="rect(0px,220px,184px,0px)";
document.getElementById("rff092507object").style.clip="rect(0px,900px,184px,680px)";
restartGif();
}
	//sizedown container
	document.write('<div id="rff092507container" style="position:relative;width:220px;height:184px;z-index:1;">');
	// object
	document.write('<object id="rff092507object" style="position:absolute; right:0; clip:rect(0px,900px,350px,680px);" 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="rff092507SmallObject" width="900" height="350">');
	// object params
	document.write(' <param name="allowScriptAccess" value="always"/> ');
	document.write(' <param name="movie" value="'+ rff092507.small_path +'?'+ rff092507.small_params +'"/>');
	document.write(' <param name="wmode" value="transparent" />');
	document.write(' <param name="quality" value="high" /> ');
	document.write(' <param name="FlashVars" value="'+rff092507.small_params+'"/>');
	// embed
	document.write('<embed src="'+ rff092507.small_path + '?' + rff092507.small_params +'" id="rff092507Embed" name="rff092507Embed" wmode="transparent" quality="high" width="'+ rff092507.small_width +'px" height="'+ rff092507.small_height +'px" flashvars="'+ rff092507.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', sizedownrff092507);
