<!--
arImageSrc = new Array (
"dotsviolins2.gif",
"dotsviolas2.gif",
"dotscellos2.gif",
"dotsbows2.gif",
"dotsdoublebasses2.gif",
"dotsguitars2.gif",
"dotsotherinstruments2.gif"

)

<!--what ja doing looking at my source


function on14()
{
   document.but14.src="dotsviolins2.gif"
}

function off14()
{
   document.but14.src="dotsviolins.gif"
}


function on15()
{
   document.but15.src="dotsviolas2.gif"
}

function off15()
{
   document.but15.src="dotsviolas.gif"
}


function on16()
{
   document.but16.src="dotscellos2.gif"
}

function off16()
{
   document.but16.src="dotscellos.gif"
}


function on17()
{
   document.but17.src="dotsbows2.gif"
}

function off17()
{
   document.but17.src="dotsbows.gif"
}




function on18()
{
   document.but18.src="dotsdoublebasses2.gif"
}

function off18()
{
   document.but18.src="dotsdoublebasses.gif"
}

function on19()
{
   document.but19.src="dotsguitars2.gif"
}

function off19()
{
   document.but19.src="dotsguitars.gif"
}


function on20()
{
   document.but20.src="dotsother2.gif"
}

function off20()
{
   document.but20.src="dotsother.gif"
}



//stop hide -->

function JumpTo(theObj)
{
        (navigator.appName.indexOf("Netscape") != -1) ? ns=true : ns=false;
        (ns) ? theLoc=(theObj.options[theObj.selectedIndex].value) : theLoc = theObj.value;
        if (theLoc != "") window.location=theLoc;
}
//stop hide -->