<!--

var content=new Array()


content[2]='<font size="3"><big><b>ExpoPack Mexico 2010</b></big><br>June 22-25<br>Mexico City, Mexico<br>Booth #1407</font>'



content[4]='<font size="3"><big><b>PackExpo 2010</b></big><br>October 31-November 3<br>Chicago, IL<br>Booth #E-5903</font>'

content[10]=''
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


//-->