// JavaScript Document


<!--

/*
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>Flat, Snag-Free Hinges</b><br>Extend your sewing space and spread fabric smoothly and worry-free. All swing-up leaves are attached with flat hinges that are slightly below the surface to prevent your fabric from snagging.'
content[1]='<b>Convenience</b><br>Construction should be for the garments you sew, not the furniture you buy. Start sewing right away - Perfexion Design furniture is <strong>fully assembled</strong> - simply add casters and drawer pulls.'
content[2]='<b>Three-Position Touch Airlift</b><br>The touch-release airlift on each cabinet allows you to easily move your machine above or inside of your cabinet, as well as a convenient flatbed position for larger projects. An exclusive locking mechanism is included for extra-heavy machines.'
content[3]='<b>Safety</b><br>You will find rounded edges on leaves and doors, allowing for worry-free work. Doors are mounted with full-length piano hinges and include locking casters to support open leaves.'
content[4]='<b>Easy-Roll Lockable casters</b><br>From small, portable caddies to the largest sewing cabinets, every piece in the Perfexion line can be moved effortlessly. Once your cabinet is in place, you can lock each caster for extra safety.'
content[5]='<b>D&eacute;cor-Friendly</b><br>The Perfexion Design line was built with sturdy materials in a classic beech, oak, or white finish, accented with brass hardware that will complement the d&eacute;cor in any home or work area.'


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


//-->

