﻿function init() {   		if (top.location.href != "http://www.vhf-hh.net") {       			top.location.href = "http://www.vhf-hh.net";		}}function init2() {   		if (top.location.href == self.location.href) {       			top.location.href = "http://www.vhf-hh.net";		}}function init3() {		if (top.location.href == self.location.href) {   			top.location.href = "https://www.vhf-hh.net";		}}function go(form) { 		Telchoice = form.selectTelPulldown;		choice = Telchoice.options[Telchoice.selectedIndex].value;		if (choice) location.href = "tel.php?choice="+choice;}function goFlg(form) { 		Flgchoice = form.selectFlgPulldown;		choice = Flgchoice.options[Flgchoice.selectedIndex].value;		Pichoice = form.selectPilotsPulldown;		choice2 = Pichoice.options[Pichoice.selectedIndex].value;		Flzgchoice = form.selectFlzgPulldown;		choice3 = Flzgchoice.options[Flzgchoice.selectedIndex].value;		if (choice) location.href = "flg.php?flg="+choice+"&pino="+choice2+"&flzg="+choice3;}function goBoBu(form) { 		Yrchoice = form.selectYrPulldown;		choice = Yrchoice.options[Yrchoice.selectedIndex].value;		Flzgchoice = form.selectFlzgPulldown;		choice2 = Flzgchoice.options[Flzgchoice.selectedIndex].value;		Pgchoice = form.selectPagePulldown;		choice3 = Pgchoice.options[Pgchoice.selectedIndex].value;		if (choice) location.href = "bordbuch.php?yr="+choice+"&flzg="+choice2+"&page="+choice3;}function addNewFlg() {	if (document.getElementById) {		document.getElementById("newFlg").style.visibility = "visible";	}	}
