function popupwindow1(){
window.open("pop_ups/utilities.html","1","width=480,height=360,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}

function popupwindow2(){
window.open("pop_ups/manufacturing.html","2","width=480,height=360,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}

function popupwindow3(){
window.open("pop_ups/health.html","3","width=480,height=360,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}

function popupwindow1a(){
window.open("../pop_ups/utilities.html","1a","width=480,height=360,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}

function popupwindow2a(){
window.open("../pop_ups/manufacturing.html","2a","width=480,height=360,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}

function popupwindow3a(){
window.open("../pop_ups/health.html","3a","width=480,height=360,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}

function popupwindow1b(){
window.open("../../pop_ups/utilities.html","1b","width=480,height=360,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}

function popupwindow2b(){
window.open("../../pop_ups/manufacturing.html","2b","width=480,height=360,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}

function popupwindow3b(){
window.open("../../pop_ups/health.html","3b","width=480,height=360,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}

function popupwindowmap(){
window.open("map.html","map","width=499,height=480,menubar=1,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}

function popupwindowcs(){
window.open("../pop_ups/coming_soon.html","cs","width=480,height=120,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}