function SelDDNS()
{
	if (document.forms[0].DDNSEnable.selectedIndex == 1)
		window.location.href ="AppDDNSDYN.htm";
	else if (document.forms[0].DDNSEnable.selectedIndex == 2)
		window.location.href ="AppDDNSTZO.htm";
	else if (document.forms[0].DDNSEnable.selectedIndex == 3)
		window.location.href ="AppDDNSPeanut.htm";
	else
		window.location.href ="AppDDNS.htm";
}