<!--

/*
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]='<big><b><span style="color: #e70821;">PRICING</span></b></big><br /><span style="color: #ffe742;">MINIMUM ORDER $75.00</span><br />To calculate pricing use this formula:<br />H x W divided 144 x sq. ft. = Price.'
content[1]='<big><b><span style="color: #e70821;">ART&nbsp;PRE-PRESS</span></b></big><br /><span style="color: #ffe742;"></span><br />$100.00 per image for scanning and color proofing.'
content[2]='<big><b><span style="color: #e70821;">MATERIALS</span></b></big><br /><span style="color: #ffe742;"></span><br />Matte / Uncoated Paper:&nbsp;&nbsp;&nbsp;&nbsp;$10:00 / sq. ft.<br />Gloss / Coated Paper:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$15:00 / sq. ft.<br />Clear Backlit Film:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$15:00 / sq. ft.<br />Canvas, Satin & Banner:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$20:00 / sq. ft.'
content[3]='<big><b><span style="color: #e70821;">STRETCHING</span></b></big><br /><span style="color: #ffe742;"></span><br />Price includes stretching canvas print and stretcher bars. Call for additional sizes and pricing.<br /><br />Traditional Stretcher Bars for Framing - 3/4" thick<br />12 x 18:&nbsp;&nbsp;&nbsp;&nbsp;$30.00<br />16 x 16:&nbsp;&nbsp;&nbsp;&nbsp;$35.00<br />16 x 20:&nbsp;&nbsp;&nbsp;&nbsp;$40.00<br />24 x 36:&nbsp;&nbsp;&nbsp;&nbsp;$55.00'
content[4]='<big><b><span style="color: #e70821;">MOUNTING</span></b></big><br /><span style="color: #ffe742;"></span><br />3/16" White Foam Core:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$4.00 / sq. ft.<br />3/16" White Gator Board:&nbsp;&nbsp;&nbsp;&nbsp;$5.00 / sq. ft.<br />3/16" Black Gator Board:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$5.50 / sq. ft.<br />1/2" White Gator Board:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$6.50 / sq. ft.<br />1/2" Black Gator Board:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$7.00 / sq. ft.'
content[5]='<big><b><span style="color: #e70821;">BANNER&nbsp;DISPLAYS</span></b></big><br /><span style="color: #ffe742;"></span><br />Spring&nbsp;Back&nbsp;Banner&nbsp;Frame&nbsp;&&nbsp;Stand:&nbsp;$100.00<br />Single 36"x x 60.5"h Banner:&nbsp;&nbsp;&nbsp;&nbsp;$300.00<br />Single 36"x x 80"h Banner:&nbsp;&nbsp;&nbsp;&nbsp;$400.00<br />(x2 for double sided display)<br />Call for information on custom banner sizes<br /> and stands.'

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


//-->
