﻿// JScript File

      function goThere() {
	var list = document.forms[0].projects
	location = list.options[list.selectedIndex].value
    }
    
     function getRecreational() {
	var list = document.forms[1].projects
	location = list.options[list.selectedIndex].value
    }
    
      
    function getMultiFamily() {
	var list = document.forms[0].projects
	location = list.options[list.selectedIndex].value
    }
    
    function getSubsidized() {
	var list = document.forms[1].projects
	location = list.options[list.selectedIndex].value
    }
    
    function getSingleFamily() {
	var list = document.forms[2].projects
	location = list.options[list.selectedIndex].value
    }
    
    function getRetail() {
	var list = document.forms[0].projects
	location = list.options[list.selectedIndex].value
    }
    
     function getOffice() {
	var list = document.forms[1].projects
	location = list.options[list.selectedIndex].value
    }
    
    function getMedical() {
	var list = document.forms[0].projects
	location = list.options[list.selectedIndex].value
    }
    
    function getElderly() {
	var list = document.forms[0].projects
	location = list.options[list.selectedIndex].value
    }
    
    function getReligious() {
	var list = document.forms[0].projects
	location = list.options[list.selectedIndex].value
    }
    
    function getMunicipal() {
	var list = document.forms[1].projects
	location = list.options[list.selectedIndex].value
    }
    
    function getMuseums() {
	var list = document.forms[2].projects
	location = list.options[list.selectedIndex].value
    }
	
	function getHistoric() {
	var list = document.forms[0].projects
	location = list.options[list.selectedIndex].value
    }
	
	function getLEED() {
	var list = document.forms[0].projects
	location = list.options[list.selectedIndex].value
    }
   

var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(mypage,myname,settings)
}
