   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 launch360()
    {
     var virtualtour = window.open("/VirtualTour.html","vrtour","width=800,height=640,status=no,directories=no,toolbar=no,scrollbars=yes,resizeable=no");
     virtualtour.focus();
    }
   function sendemail(thisPerson)
    {
     window.open('mailto:'+thisPerson+'@cityviewapartmenthomes.com'); 
    }
   function launchMap(which)
    {
     map = window.open("http://www.dynamicone.cc/include/googlemaps/CityView.php","map","width=770,height=480screenX=60,screenY=60,menubar=no,scrollbars=no,status=0,titlebar=yes,toolbar=0");
     map.focus();    
    }
   function showGroup(thisElement)
    {
     if (document.getElementById('a'+thisElement).style.display == 'block')
       document.getElementById('a'+thisElement).style.display = 'none';
     else
      {
       if (document.getElementById('a'+thisElement).style.border == '')
         document.getElementById('a'+thisElement).innerHTML = document.getElementById('a'+thisElement).innerHTML + '<div style="text-align: right"><a href="javascript:showGroup(\'' + thisElement + '\')">Close Lisings<'+'/a><'+'/div>';
       document.getElementById('a'+thisElement).style.display = 'block';
       document.getElementById('a'+thisElement).style.border = '1px solid #fff';
      }
    }
   function launch(id)
    { w360 = window.open("/Show_Image.php?name=" + id,"_blank","width=840,height=700,status=no,directories=no,toolbar=no,resizeable=no,scrollbars=auto"); w360.focus; }
   function View360(id)
    { w360 = window.open("ViewFloorplan.html?name=" + id,"_blank","width=840,height=700,status=no,directories=no,toolbar=no,resizeable=no,scrollbars=auto"); w360.focus; }
   function ViewSS(name)
    {
     if (name != 0) w360 = window.open("ViewGallery.html?name=" + name,"_blank","width=840,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 tellFriend(id)
    { 
     if (id != "")
       window.open("/include/_tellafriend.php?id="+id+"&criteria=body","_blank","width=759,height=640,menubar=no,resizable=no,scrollbars=yes,status=0"); 
     else
       window.open("/include/_tellafriend.php?type=ecard","_blank","width=759,height=640,menubar=no,resizable=no,scrollbars=yes,status=0"); 
    }
   function printThis(filename)
    { window.open("/include/_mediawindow.php?printnow=1&buttons=1&value="+filename+"&criteria=filename","_blank","width=759,height=480,menubar=no,resizable=no,scrollbars=yes,status=0"); }
