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

function printTitleNarrow(title,textTitle)
{
       var basepath = APPIMAGES ? APPIMAGES + "/" : "images/";
       var SOB=new flashObj(); 

       SOB.flashFile = basepath + "flash/windermere_header_narrow.swf?h=" + title; 
       SOB.DenyIEdl = "TRUE";
       SOB.width = "413"; 
       SOB.height = "45"; 
       SOB.FlashVer = 4;
       SOB.cabVersion = "4,0,0,0"; 
       SOB.altTxt = "<span class=headlinetext_dark>"+textTitle;+"</span>"

       document.write(SOB.render()); 

}
//--> 
