//Popups for building permit applications

function PoolApp(){
window.open("content/building/poolpermitapp.cfm","winnl","width=700,height=600","location=no")}
function buildApp(){
window.open("content/building/buildpermitapp.cfm","winnl","width=700,height=600")}
function elecApp(){
window.open("content/building/elecpermitapp.cfm","winnl","width=700,height=600")}
function plumbApp(){
window.open("content/building/plumbpermitapp.cfm","winnl","width=700,height=600")}
function gasApp(){
window.open("content/building/gaspermitapp.cfm","winnl","width=700,height=600")}
function roofApp(){
window.open("content/building/roofpermitapp.cfm","winnl","width=700,height=600")}
function alarmApp(){
window.open("content/building/alarmpermitapp.cfm","winnl","width=700,height=600")}
function demoApp(){
window.open("content/building/demopermitapp.cfm","winnl","width=700,height=600")}
function mechApp(){
window.open("content/building/mechpermitapp.cfm","winnl","width=700,height=600")}