<!--


/*
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()
//Reasons
content[0]='<img src="img/reasons_1_high_vol.jpg" width="300px" height="130px">'
content[1]='<img src="img/reasons_2_colour_print.jpg" width="300px" height="130px">'
content[2]='<img src="img/reasons_3_finishing.jpg" width="300px" height="130px">'
content[3]='<img src="img/reasons_4_turn_around.jpg" width="300px" height="130px">'
content[4]='<img src="img/reasons_5_creative_design.jpg" width="300px" height="130px">'
content[5]='<img src="img/reasons_6_prices.jpg" width="300px" height="130px">'
content[6]='<img src="img/reasons_7_service.jpg" width="300px" height="130px">'
content[7]='<img src="img/reasons_title.jpg" width="300px" height="130px">'

//Design
content[8]='<img src="img/powermac_302.png" width="100" height="155" align="right">We have Apple Mac and PC based in-house design facilities to produce lively artwork that gives our customers the image they feel their business or organisation should project.'
content[9]='InDesign, QuarkXPress, Adobe Photoshop, Adobe Illustrator, PageMaker, Pitstop Pro<br><br>MS Word, MS Publisher, MS Access/Excel, Acrobat PDF documents<br><br>We accept artwork from CD/DVD, Memory Stick or you can upload your files to our FTP site.'
content[10]='Imprint Colour can provide proofs using our Xerox Printer or we can provide a soft proof via email.<br><br>We are also able to provide press proofs should the need arise. Scanning Facilities are available from prints, slides and transparencies'

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=whichcontent
}
}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2


//-->