   var startY=-10;
   var startX=0;
   function launchApp()
    {
     var webapp = window.open("about:blank","webapp","width=800,height=580,status=no,directories=no,toolbar=no,scrollbars=yes,resizeable=no");
     document.getElementById('rentapp').submit();
     webapp.focus();
    }
   function View360(name)
    {
     if (name != 0) w360 = window.open("ViewFloorplan.html?name=" + name,"_blank","width=760,height=700,status=no,directories=no,toolbar=no,resizeable=no,scrollbars=auto");
     else w360 = window.open("ViewFloorplan.html","_blank","width=760,height=700,status=no,directories=no,toolbar=no,scrollbars=auto,resizeable=no");
     w360.focus;
    }
   function ViewSS(name)
    {
     if (name != 0) w360 = window.open("ViewGallery.html?name=" + name,"_blank","width=760,height=700,status=no,directories=no,toolbar=no,resizeable=no,scrollbars=auto");
     else w360 = window.open("ViewGallery.html","_blank","width=760,height=700,status=no,directories=no,toolbar=no,scrollbars=auto,resizeable=no");
     w360.focus;
    }
   function showRotator(thisRotator,width,height)
    {
     document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+width+'" height="'+height+'" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" id="'+ thisRotator + '">');
     document.write('  <param name="movie" value="/js/jpgRotator.swf?file=/js/' + thisRotator + '" />');
     document.write('  <param name="wmode" value="transparent" />');
     document.write('  <param name="swLiveConnect" value="true"');
     document.write('  <embed name="' + thisRotator + '" width="'+width+'" height="'+height+'" swLiveConnect="true" src="/js/jpgRotator.swf?file=/js/' + thisRotator + '" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" />');
     document.write('</object>');
    }