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 border="0" width="510" cellspacing="0" cellpadding="0"><tr><td WIDTH="510" valign="top"><div ALIGN="RIGHT"><img SRC="inimesed/alo.jpg" WIDTH="510" HEIGHT="204"></div></td></tr></table>'
content[1]='<table border="0" width="510" cellspacing="0" cellpadding="0"><tr><td WIDTH="510" valign="top"><div ALIGN="RIGHT"><img SRC="inimesed/andresojanurm.jpg" WIDTH="510" HEIGHT="204"></div></td></tr></table>'
content[2]='<table border="0" width="510" cellspacing="0" cellpadding="0"><tr><td WIDTH="510" valign="top"><div ALIGN="RIGHT"><img SRC="inimesed/piret.jpg" WIDTH="510" HEIGHT="204"></div></td></tr></table>'
content[3]='<table border="0" width="510" cellspacing="0" cellpadding="0"><tr><td WIDTH="510" valign="top"><div ALIGN="RIGHT"><img SRC="inimesed/margus.jpg" WIDTH="510" HEIGHT="204"></div></td></tr></table>'
content[4]='<table border="0" width="510" cellspacing="0" cellpadding="0"><tr><td WIDTH="510" valign="top"><div ALIGN="RIGHT"><img SRC="inimesed/aare.jpg" WIDTH="510" HEIGHT="204"></div></td></tr></table>'
content[5]='<table border="0" width="510" cellspacing="0" cellpadding="0"><tr><td WIDTH="510" valign="top"><div ALIGN="RIGHT"><img SRC="inimesed/egevars.jpg" WIDTH="510" HEIGHT="204"></div></td></tr></table>'
content[6]='<table border="0" width="510" cellspacing="0" cellpadding="0"><tr><td WIDTH="510" valign="top"><div ALIGN="RIGHT"><img SRC="inimesed/karinpoolak.jpg" WIDTH="510" HEIGHT="204"></div></td></tr></table>'
content[7]='<table border="0" width="510" cellspacing="0" cellpadding="0"><tr><td WIDTH="510" valign="top"><div ALIGN="RIGHT"><img SRC="inimesed/vellokivi.jpg" WIDTH="510" HEIGHT="204"></div></td></tr></table>'
content[8]='<table border="0" width="510" cellspacing="0" cellpadding="0"><tr><td WIDTH="510" valign="top"><div ALIGN="RIGHT"><img SRC="inimesed/mailisaar.jpg" WIDTH="510" HEIGHT="204"></div></td></tr></table>'
content[9]='<table border="0" width="510" cellspacing="0" cellpadding="0"><tr><td WIDTH="510" valign="top"><div ALIGN="RIGHT"><img SRC="inimesed/ain.jpg" WIDTH="510" HEIGHT="204"></div></td></tr></table>'
content[10]='<table border="0" width="510" cellspacing="0" cellpadding="0"><tr><td WIDTH="510" valign="top"><img SRC="inimesed/grupipilt.jpg" width="510" height="204"></td></tr></table>'
content[11]='<table border="0" width="510" cellspacing="0" cellpadding="0"><tr><td WIDTH="510" valign="top"><img SRC="inimesed/kristinmagi.jpg" width="510" height="204"></td></tr></table>'
content[12]='<table border="0" width="510" cellspacing="0" cellpadding="0"><tr><td WIDTH="510" valign="top"><img SRC="inimesed/####.jpg" width="510" height="204"></td></tr></table>'
content[13]='<table border="0" width="510" cellspacing="0" cellpadding="0"><tr><td WIDTH="510" valign="top"><img SRC="inimesed/####.jpg" width="510" height="204"></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='<font face="Verdana"><small>'+whichcontent+'<font></small>'
}
else if (document.layers){
document.d1.document.d2.document.write('<font face="Verdana"><small>'+whichcontent+'</small></font>')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2