
<!--



{		

// for button rollovers


featureguitaroff = new Image;
featureguitaroff.src = "graphics/guitarbuttonC.gif";
featureguitaron = new Image;
featureguitaron.src = "graphics/guitarbuttonB.gif";

               

discooff = new Image;
discooff.src = "graphics/discobuttonC.gif";
discoon = new Image;
discoon.src = "graphics/discobuttonB.gif";


lpoff = new Image;
lpoff.src = "graphics/lpbuttonC.gif";
lpon = new Image;
lpon.src = "graphics/lpbuttonB.gif";




aboutusoff = new Image;
aboutusoff.src = "graphics/jeffbuttonC.gif";
aboutuson = new Image;
aboutuson.src = "graphics/jeffbuttonB.gif";
				

sheetmusicoff = new Image;
sheetmusicoff.src = "graphics/sheetmusicbuttonC.gif";
sheetmusicon = new Image;
sheetmusicon.src = "graphics/sheetmusicbuttonB.gif";



                                         
windowaboutuson= new Image;
windowaboutuson.src="graphics/jefftext.gif";                 			 			 windowoff= new Image;
windowaboutusoff= new Image;
windowaboutusoff.src="graphics/launchdate.gif";


windowfeatureguitaron= new Image;
windowfeatureguitaron.src="graphics/guitartext.gif";
windowfeatureguitaroff= new Image;
windowfeatureguitaroff.src="graphics/launchdate.gif"; 

windowdiscoon= new Image;
windowdiscoon.src="graphics/cdtext.gif";
windowdiscooff= new Image;
windowdiscooff.src="graphics/launchdate.gif";

windowlpon= new Image;
windowlpon.src="graphics/lptext.gif";
windowlpoff= new Image;
windowlpoff.src="graphics/launchdate.gif";




windowsheetmusicon= new Image;
windowsheetmusicon.src="graphics/sheetmusictext.gif";
windowsheetmusicoff= new Image;
windowsheetmusicoff.src="graphics/launchdate.gif";

                                        

 }

 // manages mouseOver animations

                  //   NameID1 - the name or number of the document image to be replaced

                  //   ImageID1 - the name of the image object to be swapped in


//for mouseover

function roll2OverOn(NameID1,ImageID1){

if(navigator.appName == 'Netscape'){
if(document.layers){

document.layers['L1'].document.images[NameID1].src = eval(ImageID1 + ".src");
document.layers['L2'].document.images['window'].src = eval("window" +ImageID1  + ".src");
}
}

else
{
document.images[NameID1].src = eval(ImageID1 + ".src");
document.images['window'].src = eval("window" +ImageID1  + ".src");
}
}


// for mouseout

function roll2OverOff(NameID1,ImageID1){
if(navigator.appName == 'Netscape'){
if(document.layers){

document.layers['L1'].document.images[NameID1].src = eval(ImageID1 + ".src");
document.layers['L2'].document.images['window'].src = eval("window" +ImageID1  + ".src");
}
}
else
{
document.images[NameID1].src = eval(ImageID1 + ".src");
document.images['window'].src = eval("window" + ImageID1 + ".src");
}
}





//to manage mouseover animations for numbered menu




//for mouseover

function rollOverOn(NameID1,ImageID1){

if(navigator.appName == 'Netscape'){
if(document.layers){

document.layers['L1'].document.images[NameID1].src = eval(ImageID1 + ".src");

}
}

else
{
document.images[NameID1].src = eval(ImageID1 + ".src");

}
}


// for mouseout

function rollOverOff(NameID1,ImageID1){
if(navigator.appName == 'Netscape'){
if(document.layers){

document.layers['L1'].document.images[NameID1].src = eval(ImageID1 + ".src");

}
}
else
{
document.images[NameID1].src = eval(ImageID1 + ".src");

}
}


//macromedia scripts
function MM_preloadImages() { //v2.0

  if (document.images) {

    var imgFiles = MM_preloadImages.arguments;

    if (document.preloadArray==null) document.preloadArray = new Array();

    var i = document.preloadArray.length;

    with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){

      preloadArray[i] = new Image;

      preloadArray[i++].src = imgFiles[j];

  } }

}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_swapImage() { //v3.0

  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)

   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}

}


function MM_findObj(n, d) { //v3.0

  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {

    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}

  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];

  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;


}
// -->
