/*
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
content[0]='image by<br />Ian Wallace Photography'
content[1]='image by<br />Dieu Tan  Photography'
content[2]='image by<br />Daryl Charles Photography'
content[3]='image by<br />Dieu Tan  Photography'
content[4]='image by<br />Dieu Tan  Photography'
content[5]='image by<br />Ervan Woo'
content[6]='image by<br />www.deyan.com.au'
content[7]='image by<br />www.infocusnt.com'
content[8]='image by<br />www.marieramos.com'
content[9]='image by<br />www.dreamlife.net.au'
content[10]='image by<br />www.sugarlovepictures.com'
content[11]='image by<br />Ervan Woo'
content[12]='image by<br />www.inlighten.com.au'

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("featureAttribution"):document.all.featureAttribution
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