// vc_id = "$Id: agentWebFreeHeader.js 9260 2006-06-09 00:14:53Z robert $"

function renderHeader(foo)
{
			var SOB=new flashObj(); 
			SOB.flashFile = "images/flash/windermere_header_narrow.swf?h=" + foo; 
			SOB.DenyIEdl = "TRUE";
			SOB.wmode = "Transparent"
			SOB.width = "413"; 
			SOB.height = "45"; 
			SOB.FlashVer = 4;
			SOB.cabVersion = "4,0,0,0"; 
			SOB.altTxt = "";
			document.write(SOB.render()); 
}