function mapOpen(s) {
	var sURL;
	switch(s){
		case 1: sURL = "/company/map1.html"; break;
		case 2: sURL = "/company/map2.html"; break;
	}
	window.open(sURL,"map_window","width=550,height=685,menubar=yes,toolbar=no,scrollbars=yes,resizable=yes");
}