<!--

/*
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]='<span class="title">Point of Purchase</span><br><span class="copyFeature">POP is a valuable instrument companies use to increase sales by promoting product awareness. EGi has the experience, equipment and expertise to design and supply your POP needs.</span>'
content[1]='<span class="title">Posters</span><br><span class="copyFeature">Posters are an effective marketing tool to capture the customers’ attention in various ways. Posters work well in windows, hanging from the ceiling, or placed in a stand alone frame. This is a cost efficient way to attract sales.</span>'
content[2]='<span class="title">Banner</span><br><span class="copyFeature">Banners are highly effective in all environments, from the tradeshow floor to the side of a building. EGi produces banners on a variety of materials such as vinyl, silk, canvas and mesh. We can design your layout, produce and ship, anywhere, any size, at any quantity.</span>'
content[3]='<span class="title">Decals</span><br><span class="copyFeature">EGi can produce simple industrial warning markings, full color vehicle wraps and high volume fleet graphics. All are professionally designed and produced in-house, with installations done by our certified installers.</span>'
content[4]='<span class="title">Display Graphics</span><br><span class="copyFeature">EGi can produce unique display graphics for any event or product roll-out. Examples include murals, custom wallpaper, home décor, tradeshow graphics, museum exhibits and retail fixtures.</span>'
content[5]='<span class="title">Signs</span><br><span class="copyFeature">Whether your sign needs to be in a field, wrapped on a vehicle, on a building, or hanging in a supermarket, EGi has the solution for you. EGi is the company you can rely on to produce the right sign for your needs. We work with a variety of materials such as vinyl, plastic, wood, and metal. We also deliver and do installations.</span>'
content[6]='<span class="title">Encore Graphics, Inc.</span><br><span class="copyFeature">Please select a service.</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='<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


//-->
