var map1 = null;

function see() {
    map1 = window.open('', 'contact', 'width=490,height=305,resizable=1');
    if (map1 != null) {
    if (map1.opener == null) {
        map1.opener = self;
        }
    map1.location.href = '../../contact01.htm';
    }
}
