function popUpOpen() {
    var addr='company_map.htm';
    window.open(addr,"PopUp","width=640,height=360,toolbar=1,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1");
    return;
}