var linktext=new Array()
linktext[0]="Please come in and see our showroom."
linktext[1]="Showroom Pic #2"
linktext[2]="Showroom Pic #3"
linktext[3]="Showroom Pic #4"
linktext[4]="Showroom Pic #5"
linktext[5]="Showroom Pic #6"
linktext[6]="Showroom Pic #7"
linktext[7]="Showroom Pic #8"
linktext[8]="Showroom Pic #9"
linktext[9]="Showroom Pic #10"
linktext[10]="Showroom Pic #11"
linktext[11]="Showroom Pic #12"
linktext[12]="Showroom Pic #13"
linktext[13]="Printed canvas picture / Self adhesive wall vinyl background"
linktext[14]="Print and cut self adhesive sticker on a mirror"
linktext[15]="Transparent cut vinyl"
linktext[16]="Self adhesive wall vinyls, and vinyls also applied to MDF swimming pool"
linktext[17]="Self adhesive cut vinyl window display"
linktext[18]="Outdoor full colour graphics"
linktext[19]="Outdoor full colour graphics"
linktext[20]="Self adhesive cut vinyl applied to emulsioned wall and cabinet"
linktext[21]="Self adhesive wall vinyl applied to dressing room doors/walls"
linktext[22]="Self adhesive cut vinyl applied to emulsioned wall"
linktext[23]="11"
linktext[24]="12"
linktext[25]="13"
linktext[26]="1"
linktext[27]="2"
linktext[28]="3"
linktext[29]="4"
linktext[30]="5"
linktext[31]="6"
linktext[32]="7"
linktext[33]="8"
linktext[34]="9"
linktext[36]="10"
linktext[37]="11"
linktext[38]="12"
linktext[39]="13"
linktext[40]="1"
linktext[41]="2"
linktext[42]="3"
linktext[43]="4"
linktext[44]="5"
linktext[45]="6"
linktext[46]="7"
linktext[47]="8"
linktext[48]="9"



var ns6=document.getElementById&&!document.all
var ie=document.all

function show_text(thetext, whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=linktext[thetext]
else if (ns6) document.getElementById(whichdiv).innerHTML=linktext[thetext]
}

function resetit(whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=' '
else if (ns6) document.getElementById(whichdiv).innerHTML=' '
}