<!--

/*
Textual Tooltip Script- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/


var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have
var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have
content[0]='<table width="600" height="65" border="0" cellpadding="0" cellspacing="0"><tr><td width="240" valign="top"><div align="right" class="titles">Movie Stills</div></td><td width="30"></td><td valign="top" class="descriptions">Consistently good work on over 80 feature and television<br>projects from Baffin Island to Kenya. Experienced in<br>extremes of cold and snow, above and below water.</td></tr></table>'
content[1]='<table width="600" height="65" border="0" cellpadding="0" cellspacing="0"><tr><td width="240" valign="top"><div align="right" class="titles">In Advance of<br>the Landing</div></td><td width="30"></td><td valign="top" class="descriptions">"This book is the culmination of a quest that, by terrestial<br>standards, is an extraordinary as that of the people he<br>brings to life in the pages that follow." - <i>Tom Wolfe</i></td></tr></table>'
content[2]='<table width="600" height="65" border="0" cellpadding="0" cellspacing="0"><tr><td width="240" valign="top"><div align="right" class="titles">The Elephant has<br>Four Hearts</div></td><td width="30"></td><td valign="top" class="descriptions">Nyau masks and rituals. The Secret spirit, mask society of<br>the Chewa peoples of Malawi.</td></tr></table>'
content[3]='<table width="600" height="65" border="0" cellpadding="0" cellspacing="0"><tr><td width="240" valign="top"><div align="right" class="titles">Video Docs</div></td><td width="30"></td><td valign="top" class="descriptions">Feature length video documentary filmed in HD format on <br>location in Malawi and Mozambique.</td></tr></table>'
content[4]='<table width="600" height="65" border="0" cellpadding="0" cellspacing="0"><tr><td width="240" valign="top"><div align="right" class="titles">Documentary</div></td><td width="30"></td><td valign="top" class="descriptions">Extended in-depth documentary photo projects that examine<br>the relationship between culture and belief.</td></tr></table>'
content[5]='<table width="600" height="65" border="0" cellpadding="0" cellspacing="0"><tr><td width="240" valign="top"><div align="right" class="titles">Book Sales</div></td><td width="30"></td><td valign="top" class="descriptions">Order signed dedicated copies of \"In Advance of the Landing\"<br>directly from the author.</td></tr></table>'
			  
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML=whichcontent
}
else if (document.layers){
document.d1.document.d2.document.write(whichcontent)
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2


//-->
