<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function go_to_station() {
if (document.stationform.stationselect.options[0].selected) {
window.location.href = "http://veliko.info/ski/all_paket.html";} 
else if (document.stationform.stationselect.options[1].selected) {
window.location.href = "http://veliko.info/ski/all_paket.html";}
else if (document.stationform.stationselect.options[2].selected) {
window.location.href = "http://praznik.veliko.info";}   
else if (document.stationform.stationselect.options[3].selected) {
window.location.href = "http://veliko.info/ski/all_paket.html";}
else if (document.stationform.stationselect.options[4].selected) {
window.location.href = "http://veliko.info/ski/all_paket.html";}
else if (document.stationform.stationselect.options[5].selected) {
window.location.href = "http://veliko.info/ski/all_paket.html";}
else if (document.stationform.stationselect.options[6].selected) {
window.location.href = "http://veliko.info/ski/all_paket.html";}
else if (document.stationform.stationselect.options[7].selected) {
window.location.href = "http://travelbg.info/imoti/bg/index.html";}
else if (document.stationform.stationselect.options[8].selected) {
window.location.href = "http://veliko.info/ski/all_paket.html";}   
return true;    
}
function textValue() {   
var stationInteger, stationString       
stationInteger=document.stationform.stationselect.selectedIndex 
stationString=document.stationform.stationselect.options[stationInteger].text   
document.stationform.stationtext.value = "Търси " + stationString +"!"
}
// End -->
