<!--

/*
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;">DESIGN</span></b></big><br /><span style="color: #ffe742;">COMPUTER GRAPHICS & WEBSITE DESIGN</span><br />Design is charged at an hourly rate of $50.00/hour or a per job rate. Call for printing and custom design pricing.'
content[1]='<big><b><span style="color: #e70821;">SCANNING</span></b></big><br /><span style="color: #ffe742;">FLATBED SCANS</span><br />Prices are based on finished size of scan. Scans are saved as at 300dpi, CMYK TIFFs, unless otherwise requested.<br />4\" x 5\"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$25.00<br />8\" x 5\"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$35.00<br />8\" x 10\"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$45.00<br />10\" x 12\"&nbsp;&nbsp;&nbsp;&nbsp;$55.00<br />12\" x 18\"&nbsp;&nbsp;&nbsp;&nbsp;$85.00<br />Grayscale up to 8\" x 10\": $10.00<br />Grayscale up to 12\" x 18\": $25.00<br />Assembled Large Format Scans: $5.00 per scanned piece + price of final size.'
content[2]='<big><b><span style="color: #e70821;">PHOTO RESTORATION</span></b></big><br /><span style="color: #ffe742;"></span><br />Cracked, faded, torn or damaged photos repaired and saved to either CD or DVD media. $50.00'
content[3]='<big><b><span style="color: #e70821;">PHOTO RETOUCHING</span></b></big><br /><span style="color: #ffe742;"></span><br />Minor Retouching&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$25.00<br />Moderate Retouching&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$45.00<br />Major Retouching&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$65.00'

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


//-->
