// 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< 26 ; i++) {
sImage[i] = new Image ()
}

// START MAIN NAV

sImage[0].src = "images/photos.gif";
sImage[1].src = "images/photos_hi.gif";

sImage[2].src = "images/videos.gif";
sImage[3].src = "images/videos_hi.gif";

sImage[4].src = "images/artist.gif";
sImage[5].src = "images/artist_hi.gif";

sImage[6].src = "images/purchase.gif";
sImage[7].src = "images/purchase_hi.gif";

sImage[8].src = "images/contact.gif";
sImage[9].src = "images/contact_hi.gif";

sImage[10].src = "images/home_li.gif";
sImage[11].src = "images/home_hi.gif";

// END MAIN NAV

// START PHOTOS NAV

sImage[12].src = "images/folio1.gif";
sImage[13].src = "images/folio1_hi.gif";

sImage[14].src = "images/folio2.gif";
sImage[15].src = "images/folio2_hi.gif";

sImage[16].src = "images/folio3.gif";
sImage[17].src = "images/folio3_hi.gif";

sImage[18].src = "images/archives.gif";
sImage[19].src = "images/archives_hi.gif";


// END PHOTOS NAV

// START LOGOS

sImage[20].src = "images/logo_f1.gif";
sImage[21].src = "images/logo_f2.gif";
sImage[22].src = "images/logo_f3.gif";
sImage[23].src = "images/logo_f4.gif";

// END LOGOS

// ARTIST SECTION

sImage[24].src = "images/artist/artist_header1.gif";
sImage[25].src = "images/artist/artist_header1_hi.gif";

// END ARTIST SECTION





}

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 showArchivesFrme(){

parent.frames[1].location =
"frame_archives.html";

parent.frames[2].location =
"photos_arch.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;

}