
<!--



{		

// for button rollovers


	kiegeron=new Image();
	kiegeron.src="graphics/menubutton2.gif";
	kiegeroff=new Image();
	kiegeroff.src="graphics/menubutton.gif";
	
	bernabeon=new Image();
	bernabeon.src="graphics/menubutton2.gif";
	bernabeoff=new Image();
	bernabeoff.src="graphics/menubutton.gif";
	

	fgon=new Image();
	fgon.src="graphics/menubutton2.gif";
	fgoff=new Image();
	fgoff.src="graphics/menubutton.gif";


	contrerason=new Image();
	contrerason.src="graphics/menubutton2.gif";
	contrerasoff=new Image();
	contrerasoff.src="graphics/menubutton.gif";


	panormoon=new Image();
	panormoon.src="graphics/menubutton2.gif";
	panormooff=new Image();
	panormooff.src="graphics/menubutton.gif";


	prenkerton=new Image();
	prenkerton.src="graphics/menubutton2.gif";
	prenkertoff=new Image();
	prenkertoff.src="graphics/menubutton.gif";

	ramirezon=new Image();
	ramirezon.src="graphics/menubutton2.gif";
	ramirezoff=new Image();
	ramirezoff.src="graphics/menubutton.gif";


	whiteon=new Image();
	whiteon.src="graphics/menubutton2.gif";
	whiteoff=new Image();
	whiteoff.src="graphics/menubutton.gif";

	rubio1965on=new Image();
	rubio1965on.src="graphics/menubutton2.gif";
	rubio1965off=new Image();
	rubio1965off.src="graphics/menubutton.gif";

	
	smallmanon=new Image();
	smallmanon.src="graphics/menubutton2.gif";
	smallmanoff=new Image();
	smallmanoff.src="graphics/menubutton.gif";

	thibouvilleon=new Image();
	thibouvilleon.src="graphics/menubutton2.gif";
	thibouvilleoff=new Image();
	thibouvilleoff.src="graphics/menubutton.gif";



	purchaseon=new Image();
	purchaseon.src="graphics/guitarpurchase2.gif";
	purchaseoff=new Image();
	purchaseoff.src="graphics/guitarpurchase.gif";

	rubioaon=new Image();
	rubioaon.src="graphics/rubio1965b.gif";
	rubioaoff=new Image();
	rubioaoff.src="graphics/purchase.gif";

	rubiobon=new Image();
	rubiobon.src="graphics/rubio1967b.gif";
	rubioboff=new Image();
	rubioboff.src="graphics/purchase.gif";

	rubiocon=new Image();
	rubiocon.src="graphics/rubio1981b.gif";
	rubiocoff=new Image();
	rubiocoff.src="graphics/purchase.gif";

// for window changes


	windowkiegeron=new Image();
	windowkiegeron.src="graphics/kieger.gif";
	windowkiegeroff= new Image;
	windowkiegeroff.src="graphics/blank.gif";

	windowbernabeon=new Image();
	windowbernabeon.src="graphics/bernabe.gif";
	windowbernabeoff= new Image;
	windowbernabeoff.src="graphics/blank.gif";

	
	windowfgon=new Image();
	windowfgon.src="graphics/frenchguitars.gif";
	windowfgoff= new Image;
	windowfgoff.src="graphics/blank.gif";


	windowcontrerason=new Image();
	windowcontrerason.src="graphics/contreras.gif";
	windowcontrerasoff= new Image;
	windowcontrerasoff.src="graphics/blank.gif";


	windowpanormoon=new Image();
	windowpanormoon.src="graphics/panormo.gif";
	windowpanormooff= new Image;
	windowpanormooff.src="graphics/blank.gif";

	windowprenkerton=new Image();
	windowprenkerton.src="graphics/prenkert.gif";
	windowprenkertoff= new Image;
	windowprenkertoff.src="graphics/blank.gif";


	windowramirezon=new Image();
	windowramirezon.src="graphics/ramirez.gif";
	windowramirezoff= new Image;
	windowramirezoff.src="graphics/blank.gif";
        
	windowwhiteon=new Image();
	windowwhiteon.src="graphics/white.gif";
	windowwhiteoff= new Image;
	windowwhiteoff.src="graphics/blank.gif";

	windowrubio1965on=new Image();
	windowrubio1965on.src="graphics/rubio.gif";
	windowrubio1965off= new Image;
	windowrubio1965off.src="graphics/blank.gif";	


	windowsmallmanon=new Image();
	windowsmallmanon.src="graphics/smallman.gif";
	windowsmallmanoff= new Image;
	windowsmallmanoff.src="graphics/blank.gif";	
		
	windowthibouvilleon=new Image();
	windowthibouvilleon.src="graphics/thibouville.gif";
	windowthibouvilleoff= new Image;
	windowthibouvilleoff.src="graphics/blank.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['L1'].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['L1'].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 navigate layers and top menu 




function show(object) {
     if (document.layers && document.layers[object] != null)
         document.layers[object].visibility = 'visible';
     else if (document.all)
         document.all[object].style.visibility = 'visible';
 }
 function hide(object) {
     if (document.layers && document.layers[object] != null)
         document.layers[object].visibility = 'hidden';
     else if (document.all)
         document.all[object].style.visibility = 'hidden';
 } 


function hideAll() {
hide('KiegerGuitarLayer');
hide('BernabeGuitarLayer');
hide('FgGuitarLayer');
hide('KiegerGuitarTextLayer');
hide('BernabeGuitarTextLayer');
hide('FgGuitarTextLayer');
hide('ContrerasGuitarLayer');
hide('ContrerasGuitarTextLayer');
hide('PanormoGuitarLayer');
hide('PanormoGuitarTextLayer');
hide('Prenkert3GuitarLayer');
hide('Prenkert3GuitarTextLayer');
hide('WhiteGuitarLayer');
hide('WhiteGuitarTextLayer');
hide('Rubio1965GuitarLayer');
hide('Rubio1965GuitarTextLayer');
hide('Rubio1967GuitarLayer');
hide('Rubio1967GuitarTextLayer');
hide('Rubio1981GuitarLayer');
hide('Rubio1981GuitarTextLayer');
hide('SmallmanGuitarLayer');
hide('SmallmanGuitarTextLayer');
hide('ThibouvilleGuitarLayer');
hide('ThibouvilleGuitarTextLayer');
hide('FgSubMenu');
hide('RubioSubMenu');
hide('FgGuitar19Layer');
hide('FgGuitar19TextLayer');

}




function showRubioSubMenu() {
show('RubioSubMenu');

}


function showPrenkertSubMenu() {
show('PrenkertSubMenu');

}


function showFgSubMenu() {
show('FgSubMenu');

}



function showFgGuitar19() {
show('FgGuitar19Layer');
show('FgGuitar19TextLayer');
}

function showThibouville() {
show('ThibouvilleGuitarLayer');
show('ThibouvilleGuitarTextLayer');
}


function showSmallman() {
show('SmallmanGuitarLayer');
show('SmallmanGuitarTextLayer');
}

function showRubio1981() {
show('Rubio1981GuitarLayer');
show('Rubio1981GuitarTextLayer');
}

function showRubio1967() {
show('Rubio1967GuitarLayer');
show('Rubio1967GuitarTextLayer');
}


function showRubio1965() {
show('Rubio1965GuitarLayer');
show('Rubio1965GuitarTextLayer');
}

function showWhite() {
show('WhiteGuitarLayer');
show('WhiteGuitarTextLayer');
}


function showPrenkert3() {
show('Prenkert3GuitarLayer');
show('Prenkert3GuitarTextLayer');
}


function showPrenkert2() {
show('Prenkert2GuitarLayer');
show('Prenkert2GuitarTextLayer');
}

function showPrenkert1() {
show('Prenkert1GuitarLayer');
show('Prenkert1GuitarTextLayer');
}


function showPanormo() {
show('PanormoGuitarLayer');
show('PanormoGuitarTextLayer');
}


function showKieger() {
show('KiegerGuitarLayer');
show('KiegerGuitarTextLayer');
}

function showBernabe() {
show('BernabeGuitarLayer');
show('BernabeGuitarTextLayer');
}



function showFg() {
show('FgGuitarTextLayer');
show('FgGuitarLayer');
}

function showContreras() {
show('ContrerasGuitarTextLayer');
show('ContrerasGuitarLayer');
}



function theWindow(ImageID2) {
if(navigator.appName == 'Netscape'){
if(document.layers){

document.layers['L1'].document.images['window2'].src = eval("window" +ImageID2  + ".src");
}
}

else
{
document.images['window2'].src = eval("window" +ImageID2  + ".src");
}
}






function purchaseOverOn(IDLayer,NameID1,ImageID1){

if(navigator.appName == 'Netscape'){
if(document.layers){

document.layers[IDLayer].document.images[NameID1].src = eval(ImageID1 + ".src");

}
}

else
{
document.images[NameID1].src = eval(ImageID1 + ".src");

}
}

// for mouseout

function purchaseOverOff(IDLayer,NameID1,ImageID1){
if(navigator.appName == 'Netscape'){
if(document.layers){

document.layers[IDLayer].document.images[NameID1].src = eval(ImageID1 + ".src");

}
}
else
{
document.images[NameID1].src = eval(ImageID1 + ".src");

}
}



function subOverOn(IDLayer,NameID1,ImageID1){

if(navigator.appName == 'Netscape'){
if(document.layers){

document.layers[IDLayer].document.images[NameID1].src = eval(ImageID1 + ".src");

}
}

else
{
document.images[NameID1].src = eval(ImageID1 + ".src");

}
}

// for mouseout

function subOverOff(IDLayer,NameID1,ImageID1){
if(navigator.appName == 'Netscape'){
if(document.layers){

document.layers[IDLayer].document.images[NameID1].src = eval(ImageID1 + ".src");

}
}
else
{
document.images[NameID1].src = eval(ImageID1 + ".src");

}
}


//macromedia scripts



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_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

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_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;
}

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];}
}


// -->