<!-- 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[5].selected) {
window.location.href = "http://veliko.info/praznik/3_mart.html";}
else if (document.stationform.stationselect.options[0].selected) {
window.location.href = "http://veliko.info/praznik/velikden.html";}
else if (document.stationform.stationselect.options[1].selected) {
window.location.href = "http://veliko.info/praznik/1_mai.html";}
else if (document.stationform.stationselect.options[2].selected) {
window.location.href = "http://veliko.info/praznik/6_mai.html";}
else if (document.stationform.stationselect.options[3].selected) {
window.location.href = "http://veliko.info/praznik/24_mai.html";}
else if (document.stationform.stationselect.options[4].selected) {
window.location.href = "http://veliko.info/praznik/6_septemvri.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 -->
