// ROLLOVERS

var gBrwNumb = navigator.appVersion;
var gVer = gBrwNumb.substring(0,2);
var gBrwName = navigator.appName;
var gBrwGood = 0;
BrwForImgOgj();

function BrwForImgOgj() {
if ((parseInt(gVer) >= 3.0 && gBrwName == "Netscape") || (parseInt(gVer) >= 4.0 && gBrwName == "Microsoft Internet Explorer")) 
LoadRollovers()
}

function LoadRollovers() {
gBrwGood = 1;
sImage = new Array ();
for (i=0; i< 30 ; i++) {
sImage[i] = new Image ()
}

// START MAIN NAV

sImage[0].src = "images/welcome.gif";
sImage[1].src = "images/welcome_hi.gif";

sImage[2].src = "images/booklist.gif";
sImage[3].src = "images/booklist_hi.gif";

sImage[4].src = "images/bio.gif";
sImage[5].src = "images/bio_hi.gif";

sImage[6].src = "images/bravos.gif";
sImage[7].src = "images/bravos_hi.gif";

sImage[8].src = "images/excerpts.gif";
sImage[9].src = "images/excerpts_hi.gif";

sImage[10].src = "images/fees.gif";
sImage[11].src = "images/fees_hi.gif";

sImage[12].src = "images/contact.gif";
sImage[13].src = "images/contact_hi.gif";

sImage[14].src = "images/home.gif";
sImage[15].src = "images/home_hi.gif";

sImage[16].src = "images/enter.gif";
sImage[17].src = "images/enter_hi.gif";

sImage[18].src = "images/booklet_top_home.gif";
sImage[19].src = "images/booklet_top_home_hi.gif";

sImage[20].src = "images/booklet_top_books.gif";
sImage[21].src = "images/booklet_top_books_hi.gif";

sImage[22].src = "images/booklet_top_bravos.gif";
sImage[23].src = "images/booklet_top_bravos_hi.gif";

sImage[24].src = "images/booklet_top_fees.gif";
sImage[25].src = "images/booklet_top_fees_hi.gif";

sImage[26].src = "images/booklet_top_excerpts.gif";
sImage[27].src = "images/booklet_top_excerpts_hi.gif";

sImage[28].src = "images/booklet_top_bio.gif";
sImage[29].src = "images/booklet_top_bio_hi.gif";



// END MAIN NAV





}

function SwapImage(ImgName,pArrayNum) {
if (gBrwGood == 1) document.images[ImgName].src = sImage[pArrayNum].src
}


// FRAME CONTENT VARIATIONS

function showFolio1(){

parent.frames[1].location =
"folio1-1.html";

parent.frames[2].location =
"photos_f1.html";

image200 = new Image(359,96);
image200.src = "images/logo_f1.gif";

parent.frames[0].document.logo.src = image200.src;

}


function showFolio2(){

parent.frames[1].location =
"folio2-1.html";

parent.frames[2].location =
"photos_f2.html";

image300 = new Image(359,96);
image300.src = "images/logo_f2.gif";

parent.frames[0].document.logo.src = image300.src;

}

function showFolio3(){

parent.frames[1].location =
"folio3-1.html";

parent.frames[2].location =
"photos_f3.html";

image400 = new Image(359,96);
image400.src = "images/logo_f3.gif";

parent.frames[0].document.logo.src = image400.src;

}


function showArchives(){

parent.frames[1].location =
"arch-1.html";

parent.frames[2].location =
"photos_arch.html";

image500 = new Image(359,96);
image500.src = "images/logo_f4.gif";

parent.frames[0].document.logo.src = image500.src;

}

function goHome(){

parent.frames[1].location =
"middle.html";

parent.frames[2].location =
"nav_home.html";

image600 = new Image(359,96);
image600.src = "images/logo_home.gif";

parent.frames[0].document.logo.src = image600.src;

}


function showArtist(){

parent.frames[1].location =
"frame_artist.html";

parent.frames[2].location =
"nav_artist.html";

image700 = new Image(359,96);
image700.src = "images/logo_home.gif";

parent.frames[0].document.logo.src = image700.src;

}

function showContact(){

parent.frames[1].location =
"contact.html";

parent.frames[2].location =
"nav_contact.html";

image900 = new Image(359,96);
image900.src = "images/logo_home.gif";

parent.frames[0].document.logo.src = image900.src;

}

function showPurchase(){

parent.frames[1].location =
"frame_purchase.html";

parent.frames[2].location =
"nav_purchase.html";

image910 = new Image(359,96);
image910.src = "images/logo_home.gif";

parent.frames[0].document.logo.src = image910.src;

}

function showVideo(){

parent.frames[1].location =
"video.html";

parent.frames[2].location =
"nav_video.html";

image900 = new Image(359,96);
image900.src = "images/logo_home.gif";

parent.frames[0].document.logo.src = image900.src;

}


function logoHome(){

parent.frames[0].location =
"top_header.html";

parent.frames[1].location =
"middle.html";

parent.frames[2].location =
"nav_home.html";

image800 = new Image(359,96);
image800.src = "images/logo_home.gif";

parent.frames[0].document.logo.src = image800.src;

}