function vyber(PDmenu) {
 location.href=(document.PDmenu.list.options[document.PDmenu.list.selectedIndex].value);
}
