// vc_id = "$Id: PACustomLinks.js 9260 2006-06-09 00:14:53Z robert $"
// code to render the flash object			
function renderFlash( dir, h, width, height ) {
	var SOB=new flashObj();
	SOB.flashFile = dir + "/flash/windermere_header_tiny.swf?h=" +
                        h ; 
	SOB.DenyIEdl = "TRUE";
	SOB.wmode = "Transparent";
	SOB.width = width; 
	SOB.height = height; 
	SOB.FlashVer = 4;
	SOB.cabVersion = "4,0,0,0"; 
	SOB.altTxt = "";
	document.write(SOB.render());
}
