/*
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]='Vianny<br /><br />image by<br />Daryl Charles Photography'
content[1]='Dyanne<br /><br />image by<br />Daryl Charles Photography'
content[2]='Audrey<br /><br />image by<br />Blumenthal Photography'
content[3]='Celia<br /><br />image by<br />Blumenthal Photography'
content[4]='Melanie<br /><br />image by<br />Daryl Charles Photography'
content[5]='Lani<br /><br />image by<br />Deyan Photography'
content[6]='Charlotte<br /><br />image by<br />Pierre Mardaga Photography'
content[7]='Natasha<br /><br />image by<br />Dieu Tan Photography'
content[8]='Angela'
content[9]=''
content[10]='Anoosh<br /><br />image by<br />Rob Shaw Photography'
content[11]='Caitlin<br /><br />image by<br />www.pmphoto.com.au'
content[12]='Helen<br /><br />image by<br />www.gavinlittle.com.au'
content[13]='Malani<br /><br />image by<br />www.impact-images.com.au'
content[14]='Malani<br /><br />image by<br />www.impact-images.com.au'
content[15]='Mardi<br /><br />image by<br />www.cravenimages.com'
content[16]='Nicole<br /><br />image by<br />www.deyan.com.au'
content[17]='Alice<br /><br />image by<br />www.deyan.com.au'
content[18]='Caitlin<br /><br />image by<br />www.pmphoto.com.au'
content[19]='Dalida<br /><br />image by<br />www.dreamlife.net.au'
content[20]='Danielle<br /><br />image by<br />www.infocusnt.com.au'
content[21]='Jessica'
content[22]='Leanne<br /><br />image by<br />www.sugarlovepictures.com'
content[23]='Vicky<br /><br />image by<br />www.marieramos.com'
content[24]='Sussan<br /><br />image by<br />www.tealilyphotography.com'
content[25]='Nerilee'
content[26]='Michelle<br /><br />image by<br />www.inlighten.com.au'
content[27]='Mandy'
content[28]='Gemma'
content[29]='Angela<br /><br />image by<br />www.alankhanphotography.com'
content[30]='Lillian<br /><br />image by<br />www.blumenthalphotography.com'
content[31]='Kathryn'
content[32]='Julie<br /><br />image by<br />www.freezeframe.com.au'
content[33]='Julia &amp; Brendan<br /><br />image by<br />525'
content[34]='Jessica<br /><br />image by<br />www.hayles.com.au'
content[35]='Gemma &amp; bridesmaids'
content[36]='Dana<br /><br />image by<br />www.blumenthalphotography.com'
content[37]='Angelique<br /><br />image by<br />www.marieramos.com'

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