
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]=''
content[1]='<img src="images/big-image-bullets.png" alt="big-image-bullets" title="big-image-bullets" width="960" height="440" />'
content[2]='<img src="images/big-image-bullets-01.png" alt="big-image-bullets" title="big-image-bullets" />'
content[3]='<img src="images/big-image-bullets-02.png" alt="big-image-bullets" title="big-image-bullets" />'
content[4]='<img src="images/big-image-bullets.png" alt="big-image-bullets" title="big-image-bullets" />'
content[5]='<img src="images/big-image-bullets-01.png" alt="big-image-bullets" title="big-image-bullets" />'
content[6]='<img src="images/big-image-bullets-02.png" alt="big-image-bullets" title="big-image-bullets" />'
content[7]='<img src="images/big-image-bullets.png" alt="big-image-bullets" title="big-image-bullets" />'
content[8]='<img src="images/big-image-bullets-01.png" alt="big-image-bullets" title="big-image-bullets" />'
content[9]='<img src="images/big-image-bullets-02.png" alt="big-image-bullets" title="big-image-bullets" />'
content[10]='<img src="images/big-image-bullets.png" alt="big-image-bullets" title="big-image-bullets" />'
content[11]='<img src="images/big-image-bullets-01.png" alt="big-image-bullets" title="big-image-bullets" width="960" height="440" />'
content[12]='<img src="images/big-image-bullets-02.png" alt="big-image-bullets" title="big-image-bullets" width="960" height="440" />'

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",3000)
}
}

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


