<!--

//             change themes and descriptions
var theme= new Array;       // theme page bookmarks
theme[0]  = 'Butterflies';
theme[1]  = 'Dinosaurs';
theme[2]  = 'Fish';
theme[3]  = 'Frogs';
theme[4]  = 'Other';
theme[5]  = 'Planes';
theme[6]  = 'Seahorse';
theme[7]  = 'Space';
theme[8]  = 'Starfish';
theme[9]  = 'Sprites';
theme[10] = 'Flowers';
theme[11] = 'Philosphical';

function describe (i) {
	var desc=document.getElementById('dsc'); 
	desc.innerHTML='<p style="margin-left: 0; margin-top: 0" align="center"><b><font color="#003300" size="2">'+descr[i]+"</font></b>";
}

function gototheme () {
	url= themepage+themebook;
	document.location.replace(url);
   }
   
function changebigpic (i,j,k) {
     themebook=theme[k];
     describe(j);
     MM_swapImage('bigpic','',imagenames[i],1);
    }

function setview (i) {
		MM_swapImage('bigpic','',imagenames[view],1);
	}


//-->


