// JavaScript Document
<!--hide 

function facilityMapWindow() 
{ 
window.open('facilityMap/index.html','facilityMap','width=820,height=650,resizable=yes'); 
} 

function showPopup() 
{ 
window.open('popupMaps/index.html','buildToSuit','width=820,height=480,resizable=yes,screeny=280,screenX=220,left=220,top=280'); 
} 
//-->