<!--

/*
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()
//image rollovers
content[0]='<span class="subhead">Paycheck</span><br>Paramount Studios<br>Ben Affleck, Uma Thurman, Aaron Eckart'
content[1]='<span class="subhead">Paycheck</span><br>Paramount Studios<br>Ben Affleck, Uma Thurman, Aaron Eckart'
content[2]='<span class="subhead">Paycheck</span><br>Paramount Studios<br>Ben Affleck, Uma Thurman, Aaron Eckart'
content[3]='<span class="subhead">Paycheck</span><br>Paramount Studios<br>Ben Affleck, Uma Thurman, Aaron Eckart'
content[4]='<span class="subhead">Paycheck</span><br>Paramount Studios<br>Ben Affleck, Uma Thurman, Aaron Eckart'
content[5]='<span class="subhead">Paycheck</span><br>Paramount Studios<br>Ben Affleck, Uma Thurman, Aaron Eckart'
//menu rollovers
content[6]='<span class="subhead">The A Team</span><br>20th Century Fox<br>Liam Neeson, Bradley Cooper, Jessica Biel'
content[7]='<span class="subhead">TRON Legacy</span><br>Walt Disney Studios<br>Jeff Bridges, Olivia Wilde, Garett Hedlund'
content[8]='<span class="subhead">Smokin\' Aces 2</span><br>Universal Home Entertainment<br>Tom Berenger, Clayne Crawford, Vinnie Jones '
content[9]='<span class="subhead">Pathfinder</span><br>Phoenix Pictures/20th Century Fox<br>Karl Urban, Moon Bloodgood, Clancy Brown'
content[10]='<span class="subhead">Underworld Evolution</span><br>Lakeshore Entertainment/Screen Gem<br>Kate Bekinsale, Scot Speedman, Tony Curran'
content[11]='<span class="subhead">Paycheck</span><br>Paramount Studios<br>Ben Affleck, Uma Thurman, Aaron Eckart'
content[12]='<span class="subhead">The Pledge</span><br>Franchise Pictures/Warner Bros.<br>Jack Nickolson, Robin Wright Penn'
content[13]='<span class="subhead">Shanghai Noon</span><br>Spyglass/Walt Disney Studios<br>Jackie Chan, Owen Wilson, Lucy Lui'
content[14]='<span class="subhead">Other Productions</span><br>Past productions including both feature films and<br>television series.'
// initial description
content[15]='Click on any of the thumbnails above or one of the links<br>to the left to see more images.<br><br><span class="copyright">All images found within this site, may not be reproduced or<br>transmitted in any form, without the prior written consent of<br>Douglas Curran.</span>'
			  
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


//-->
