  function openDialog(url){
     var windName="modal1"
     var attrib="height=320,width=400,left=100,top=10,resizable";
     wndHdl=window.open(url,windName,attrib);
  }
  function openDialog2(url){
     var windName="modal1"
     var attrib="height=380,width=400,left=100,top=10,resizable";
     wndHdl=window.open(url,windName,attrib);
  }
    function openDialog2a(url){
     var windName="modal1"
     var attrib="height=390,width=500,left=100,top=10,resizable";
     wndHdl=window.open(url,windName,attrib);
  }

  function openDialog3(url){
     var windName="modal1"
     var attrib="height=330,width=480,left=100,top=10,resizable";
     wndHdl=window.open(url,windName,attrib);
  }
  function openCalculator(url){
     var windName="modal1"
     var attrib="width=800,height=420,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=yes,resizable=yes'";
     wndHdl=window.open(url,windName,attrib);
  }

  function openPrintPage(url){
     var windName="modal1"
     var attrib="height=600,width=800,left=100,top=10,resizable,scrollbars=yes";
     wndHdl=window.open(url,windName,attrib);
  }
  function openGiantImg(url){
     var windName = "modal1"
     var attrib="height=660,width=690,left=100,top=10,resizable,,scrollbars=yes";
     wndHdl=window.open(url,windName,attrib);
  }
  function openeBookSite(url) { 
     window.open(url, 'memwin', 'toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=850,height=700');
  }
  function openMap(url){
  	 var attrib="height=575,width=700,left=100,top=10,resizable,alwaysRaised=yes,directories=yes,toolbar=yes,menubar=yes,scrollbars=yes,location=yes,status=yes";
	  wndHdl=window.open(url, "", attrib);
		}
  function openVirtTour(url){
     var attrib="height=575,width=600,left=100,top=10,resizable,alwaysRaised=yes,directories=yes,toolbar=yes,menubar=yes,scrollbars=yes,location=yes,status=yes";
     wndHdl=window.open(url, "", attrib);
  }
  function openLink(url){
     var attrib="height=600,width=800,left=100,top=10,resizable,alwaysRaised=yes,directories=yes,toolbar=yes,menubar=yes,scrollbars=yes,location=yes,status=yes";
     wndHdl=window.open(url, "", attrib);
  }
  function openMemberSite(url) { 
     window.open(url, 'memwin', 'toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=750,height=500');
  }
  function openInspections(url){
     var attrib="height=420,width=417,left=100,top=100,resizable,scrollbars=yes";
     wndHdl=window.open(url, "", attrib);
  }
  function openAgents(url){
     var attrib="height=420,width=417,left=100,top=100,resizable,scrollbars=yes";
     wndHdl=window.open(url, "", attrib);
  }
  function openVideoTour(url){
     var attrib="height=620,width=500,left=100,top=10,resizable,alwaysRaised=yes,directories=yes,toolbar=yes,menubar=yes,scrollbars=yes,location=yes,status=yes";
     wndHdl=window.open(url, "", attrib);
  }
  
  function openLocation(url){
     var attrib="width=750, height=510, resizable=no";
     wndHdl=window.open(url, "", attrib);
  }
