function pop_reportlost() {
leftPos = 0
topPos = 0
if (screen) {
leftPos1 = (screen.width / 2) - 268
topPos1 = (screen.height / 2) - 375
}
//window.open( 'http://public.homeagain.com/pop-report-lost.html', 'myWindow1', 'status=1,height=624,width=536,resizable=no,toolbar=no,location=no,scrollbars=no,left='+leftPos1+',top='+topPos1)
window.open( 'pop-report-lost.html', 'myWindow1', 'status=1,height=675,width=536,resizable=no,toolbar=no,location=no,scrollbars=yes,left='+leftPos1+',top='+topPos1)

}

function pop_medemergency() {
leftPos = 0
topPos = 0
if (screen) {
leftPos2 = (screen.width / 2) - 268
topPos2 = (screen.height / 2) - 133
}
//window.open( 'http://public.homeagain.com/pop-emergency.html', 'myWindow2', 'status=1,height=266,width=536,resizable=no,toolbar=no,location=no,scrollbars=no,left='+leftPos2+',top='+topPos2)
window.open( 'pop-emergency.html', 'myWindow2', 'status=1,height=266,width=536,resizable=no,toolbar=no,location=no,scrollbars=yes,left='+leftPos2+',top='+topPos2)

}

function pop_howworksvideo() {
leftPos = 0
topPos = 0
if (screen) {
leftPos3 = (screen.width / 2) - 209
topPos3 = (screen.height / 2) - 209
}
//window.open( 'pop-how-works-video.html', 'myWindow3', 'status=1,height=418,width=418,resizable=no,toolbar=no,location=no,scrollbars=no,left='+leftPos3+',top='+topPos3)
window.open( 'pop-how-works-video.html', 'myWindow3', 'status=1,height=418,width=418,resizable=no,toolbar=no,location=no,scrollbars=yes,left='+leftPos3+',top='+topPos3)
}