
function openforcefield(){ // Forcefield
ajaxwin=dhtmlwindow.open("ajaxbox", "ajax", "dhtmlwindow/forcefield.htm", "Forcefield", "width=650px,height=125px,left=400px,top=100px,resize=1,scrolling=1")
ajaxwin.onclose=function(){return window.confirm()}
}

function opengeofence(){ // Geo Fence
ajaxwin=dhtmlwindow.open("ajaxbox", "ajax", "dhtmlwindow/geofence.htm", "Geo Fence", "width=650px,height=125px,left=400px,top=100px,resize=1,scrolling=1")
ajaxwin.onclose=function(){return window.confirm()}
}

function openrepairresponse(){ // Repair Response
ajaxwin=dhtmlwindow.open("ajaxbox", "ajax", "dhtmlwindow/repairresponse.htm", "Repair Response", "width=650px,height=125px,left=400px,top=100px,resize=1,scrolling=1")
ajaxwin.onclose=function(){return window.confirm()}
}

function openspeedalert(){ // Speed Alert
ajaxwin=dhtmlwindow.open("ajaxbox", "ajax", "dhtmlwindow/speedalert.htm", "Speed Alert", "width=650px,height=125px,left=400px,top=100px,resize=1,scrolling=1")
ajaxwin.onclose=function(){return window.confirm()}
}

function openteenlocate(){ // Teen Locate
ajaxwin=dhtmlwindow.open("ajaxbox", "ajax", "dhtmlwindow/teenlocate.htm", "Teen Locate", "width=650px,height=125px,left=400px,top=100px,resize=1,scrolling=1")
ajaxwin.onclose=function(){return window.confirm()}
}

function openvoicelocate(){ // Voice Locate
ajaxwin=dhtmlwindow.open("ajaxbox", "ajax", "dhtmlwindow/voicelocate.htm", "Voice Locate", "width=650px,height=125px,left=400px,top=100px,resize=1,scrolling=1")
ajaxwin.onclose=function(){return window.confirm()}
}

function opencontinuousmonitoring(){ // homepage: Continuous Monitoring
ajaxwin=dhtmlwindow.open("ajaxbox", "ajax", "dhtmlwindow/continuousmonitoring.htm", "Continuous Monitoring", "width=650px,height=150px,left=400px,top=100px,resize=1,scrolling=1")
ajaxwin.onclose=function(){return window.confirm()}
}
