<!--

function go_to_station(){

        if (document.stationform.stationselect.options[0].selected)
                {window.location.href = "portfolio.htm";}
        else if (document.stationform.stationselect.options[1].selected)
                {window.location.href = "portfolio1.htm";}
        else if (document.stationform.stationselect.options[2].selected)
                {window.location.href = "portfolio2.htm";}
        else if (document.stationform.stationselect.options[3].selected)
                {window.location.href = "portfolio3.htm";}
        else if (document.stationform.stationselect.options[4].selected)
                {window.location.href = "portfolio4.htm";}
        else if (document.stationform.stationselect.options[5].selected)
                {window.location.href = "portfolio5.htm";}
        else if (document.stationform.stationselect.options[6].selected)
		{window.location.href = "portfolio6.htm";}
        else if (document.stationform.stationselect.options[7].selected)
		{window.location.href = "portfolio7.htm";}                   
        return true;
        }

function textValue(){

        var stationInteger, stationString
        stationInteger=document.stationform.stationselect.selectedIndex
        
        }

//-->
