function myPopupback() {
    window.open( "backview.htm", "myWindow", "status = 1, height = 500, width = 790, resizable = 0" )
}
function myPopupfront() {
    window.open( "frontview.htm", "myWindow", "status = 1, height = 500, width = 790, resizable = 0" )
}
