<!-- Begin hiding
function openPDF() {
  _pdf = window.open('', '_pdf', 'width=700,height=600,toolbar=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes')
  _pdf.focus();
}

function openImg() {
  _img = window.open('', '_img', 'width=500,height=500,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes')
  _img.focus();
}

function openFloorplan() {
  _floorplan = window.open('', '_floorplan', 'width=500,height=500,toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes')
  _floorplan.focus();
}

function redirect(p)
{
    switch (p) {
        case "q1" :
           if (document.Quickselect.q1.options[document.Quickselect.q1.selectedIndex].value != "")
               location = document.Quickselect.q1.options[document.Quickselect.q1.selectedIndex].value;
           break;
        default: break;
   		 } 
}

if (document.images) 
{
   img1 = new Image();
   img2 = new Image();
   img3 = new Image();
   img4 = new Image();
   img5 = new Image();
   img6 = new Image();
   img7 = new Image();
   img8 = new Image();
   img9 = new Image();
   img10 = new Image();
   img11 = new Image();
   img12 = new Image();
   img13 = new Image();
   img14 = new Image();
   img15 = new Image();
   img16 = new Image();
   img17 = new Image();
   img1.src = "/cohoreal/images/logo_small.gif";
   img2.src = "/cohoreal/images/bellevue_small.gif";
   img3.src = "/cohoreal/images/trianon_small.gif";
   img4.src = "/cohoreal/images/space_needle.gif";
   img5.src = "/cohoreal/images/apt_small.gif";
   img6.src = "/cohoreal/images/4220_small.gif";
   img7.src = "/cohoreal/images/4220.JPG";
   img8.src = "/cohoreal/images/4235.JPG";
   img9.src = "/cohoreal/images/lakeridge.jpg";
   img10.src = "/cohoreal/images/shiloh_apt.jpg";
   img11.src = "/cohoreal/images/hillcrest_pool.jpg";
   img12.src = "/cohoreal/images/shiloh_small.gif";
   img13.src = "/cohoreal/images/trianon.jpg";
   img14.src = "/cohoreal/images/office_small.gif";
   img15.src = "/cohoreal/images/getacro.gif";
   img16.src = "/cohoreal/images/daisy.gif";
   img17.src = "/cohoreal/images/seabreeze.gif";
}


// done hiding -->