<!--

/*
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]='<b>M2000 Bar Code Scanning System</b> and <b>PSC QuickScan 6000 Laser Scanner</b>'
content[1]='<b>M2500 Bar Code Scanning System</b> and <b>PSC QuickScan 6000 Laser Scanner</b>'
content[2]='<b>M4000 Bar Code Scanning System</b> and <b>PSC QuickScan 6000 Laser Scanner</b>'
content[3]='<b>M2800 Bar Code Scanning System</b> and <b>PSC QuickScan 6000 Laser Scanner</b>'
content[4]='<b>M5000 Bar Code Scanning System</b> and <b>PSC QuickScan 6000 Laser Scanner</b>'
content[5]='<b>M6210 Bar Code Scanning System</b> and <b>PSC QuickScan 6000 Laser Scanner</b>'
content[6]='<b>M6310 Bar Code Scanning System</b> and <b>PSC QuickScan 6000 Laser Scanner</b>'



function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",470)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML='<font class="f8">'+content[whichcontent]+'</font>'


}
else if (document.layers){
document.d1.document.d2.document.write('<font class="f8">'+content[whichcontent]+'</font>')

document.d1.document.d2.document.close()

}

}

function appear(){
document.d1.visibility='show'
document.d2.visibility='show'


}

window.onload=regenerate2


//-->