﻿function mapopen() {
 w = window.open("map.html","map","width=500,height=363,left=0,top=0,status=no,scrollbars=no,directories=no,menubar=no,resizable=no,toolbar=no");
}

function openwinv(url) {
 w = window.open(url, "pictv","width=350,height=525,left=0,top=0,status=no,scrollbars=no,directories=no,menubar=no,resizable=no,toolbar=no");
}

function openwinh(url) {
 w = window.open(url, "picth","width=525,height=350,left=0,top=0,status=no,scrollbars=no,directories=no,menubar=no,resizable=no,toolbar=no");
}
