/*
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]='<strong>International</strong><br /><br />Click on the thumbnail images to the left to view the full image and information about the piece.'
content[1]='<a href="JavaScript:;"><img src="img/pic_in_01.jpg" border="0" align="left" class="pic" onclick="openBrWindow(\'in01.html\',\'international\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=660px,height=530px\')" /></a><strong>Limone Italy</strong><br />Oil on canvas<br />24"x30"<br /><br /><a href="javascript:;" onclick="openBrWindow(\'in01.html\',\'international\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=660,height=530\')">view larger image</a>'
content[2]='<a href="JavaScript:;"><img src="img/pic_in_02.jpg" border="0" align="left" class="pic" onclick="openBrWindow(\'in02.html\',\'international\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=660px,height=530px\')" /></a><strong>Red Villa in Italy</strong><br />Oil on canvas<br />24"x30"<br /><br /><a href="javascript:;" onclick="openBrWindow(\'in02.html\',\'international\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=660,height=530\')">view larger image</a>'
content[3]='<a href="JavaScript:;"><img src="img/pic_in_03.jpg" border="0" align="left" class="pic" onclick="openBrWindow(\'in03.html\',\'international\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=660px,height=530px\')" /></a><strong>Norway</strong><br />Oil on canvas<br />14"x18"<br /><br /><a href="javascript:;" onclick="openBrWindow(\'in03.html\',\'international\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=660,height=530\')">view larger image</a>'
content[4]='<a href="JavaScript:;"><img src="img/pic_in_04.jpg" border="0" align="left" class="pic" onclick="openBrWindow(\'in04.html\',\'international\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=660px,height=480px\')" /></a><strong>Swedish Landscape</strong><br />V&auml;rmlan, Sweden<br />Oil on Canvas<br /><!--1999<br / -->30"x40"<br /><br /><a href="javascript:;" onclick="openBrWindow(\'in04.html\',\'international\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=660,height=480\')">view larger image</a>'
content[5]='<a href="JavaScript:;"><img src="img/pic_in_05.jpg" border="0" align="left" class="pic" onclick="openBrWindow(\'in05.html\',\'international\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=660px,height=530px\')" /></a><strong>Oslo Fjord</strong><br />Oil on canvas<br />24"x30"<br /><br /><a href="javascript:;" onclick="openBrWindow(\'in05.html\',\'international\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=660,height=530\')">view larger image</a>'
content[6]=''
content[7]='<a href="JavaScript:;"><img src="img/pic_in_07.jpg" border="0" align="left" class="pic" onclick="openBrWindow(\'in07.html\',\'international\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=660px,height=480px\')" /></a><strong>Village in Provence</strong><br />Castellane, France<br />Oil Pastel<br /><!-- 1977<br / -->12"x14"<br /><br /><a href="javascript:;" onclick="openBrWindow(\'in07.html\',\'international\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=660,height=480\')">view larger image</a>'

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("pixbox"):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