var picsrc=new Array()
picsrc[0] = ""
picsrc[1] = "images/glazinga3t.gif";
picsrc[2] = "images/stria2.jpg";
picsrc[3] = "images/frottagea4t.gif";
picsrc[4] = "images/marblea3.gif";
picsrc[5] = "images/metallica3.gif";
picsrc[6] = "images/pearledfrescoa4t.gif";
picsrc[7] = "images/tuscana2t.gif";
picsrc[8] = "images/fauxmorie.gif";
picsrc[9] = "images/venetiangema2t.gif";
picsrc[10] = "images/stoneblocka4t.gif";
picsrc[11] = "images/sandstonea1t.gif";
picsrc[12] = "images/agedtissuea4t.gif";
picsrc[13] = "images/decorativea2t.gif";
picsrc[14] = "images/basketweaveat.gif";
picsrc[15] = "images/softexrandom.gif";
picsrc[16] = "images/fauxwooda1t.gif";
picsrc[17] = "images/fauxsuede.jpg";
picsrc[18] = "images/fauxleather.jpg";
picsrc[19] = "images/imprint1t.gif";
picsrc[20] = "images/crackle.jpg";
var textmsg=new Array()
textmsg[0]=''
textmsg[1]="We custom blend our color pigments in a clear creme to achieve sheer colors that can be layered to create depth, or used alone for a sheer wash of color. Several colors can be mixed with glazes and layered to add dimension and pull together various color schemes. "
textmsg[2]="We blend 2 or 3 colors to achieve the glazing effect necessary.  Multiple tools are utilized, creating a faux design."
textmsg[3]='Frottage is called "Naturalistic" because it simulates the appearance of bark, or a natural pattern in nature.  It creates the illusion of depth and surface texture, yet is smooth to the touch.'
textmsg[4]="This is a wonderful way to achieve the illusion of a marble surface.  Columns and Fireplace Surrounds are ideal surfaces for Faux Marble techniques."
textmsg[5]="Designer Metallics&#8482 are beautiful, water based decorative paints that are available in designer colors and a texture grade."
textmsg[6]="Our Pearled Fresco finish comes in a variety of sheens and is an iridescent texture.  It is a decorative, architectural coating that can reproduce beautiful, natural reflective stone patterns.  Combining two colors can give a wonderful striping effect."
textmsg[7]="The Tuscan finish is flexible and hardy.  We trowel the AquaStone&#8482 onto the surface and apply custom blended colors to achieve the client's desired look.  Random, raised stencils are an excellent addition to the finish.  Guests love to touch this texture."
textmsg[8]="We use a smooth lightly textured material along with special tools to create the Faux Morie' finish.  You'll think that you have silk on your walls!"
textmsg[9]="Venetian Gem is a &quot;marble plaster&quot; which produces high quality multi-sheen, colored plaster wall finishes.  It can be layered to create rustic old world finishes or used alone and burnished to show the classic, polished look."
textmsg[10]="We can create beautiful realistic stone-like finishes using various textured products.  You won't believe the Limestone, Brick and Stone Block are faux finishes."
textmsg[11]="An excellent textured surface for glazing applications.  Add dimension to any room with this finish."
textmsg[12]="Add texture to your wall with this finish.  Metallic topcoats can be applied for a unique look."
textmsg[13]="Bring a room to life by adding stripes, clouds or just decorative painting.  Shadow boxes can be accented by painting them a deep/rich color."
textmsg[14]='We use a soft textured product and create a "basket weave" effect.'
textmsg[15]="A blend of several colors on top of a soft texture."
textmsg[16]="We blend 2 or 3 colors to achieve the glazing effect necessary.  Multiple tools are utilized, creating a faux design."
textmsg[17]="We blend 2 or 3 colors to achieve the glazing effect necessary.  Multiple tools are utilized, creating a faux design."
textmsg[18]="We blend 2 or 3 colors to achieve the glazing effect necessary.  Multiple tools are utilized, creating a faux design."
textmsg[19]="Get a hand painted art look with our custom imprints. This imprint has the crackle finish as a topcoat."
textmsg[20]="The crackle finish is especially great on furniture. Get the aged look with our crackle finish."
var headmsg=new Array()
headmsg[0]=''
headmsg[1]="Color Blends"
headmsg[2]="Stria"
headmsg[3]='Frottage'
headmsg[4]="Marble"
headmsg[5]="Metallics"
headmsg[6]="Pearled Fresco"
headmsg[7]="Tuscan"
headmsg[8]="Faux Morie'"
headmsg[9]="Venetian Gem"
headmsg[10]="Stone"
headmsg[11]="Sandstone&trade;"
headmsg[12]="Aged Tissue"
headmsg[13]="Decorative"
headmsg[14]="Basket Weave"
headmsg[15]="Soft Textured Blend"
headmsg[16]="Faux Wood"
headmsg[17]="Faux Suede"
headmsg[18]="Faux Leather"
headmsg[19]="Imprints"
headmsg[20]="Crackle"
function finishes(textnum)
{ 
document.getElementById('tblframe').style.border = 2
document.getElementById("tblframe").style.background = "#2A7B53"
document.getElementById('finhead').innerHTML = headmsg[textnum]
// document.all("finhead").innerText = headmsg[textnum]
document.getElementById('fintext').innerHTML = textmsg[textnum]
// document.all("fintext").innerText = textmsg[textnum]
// imgChange = eval("pic" + textnum  + "Image.src" );
// was following - changed to add random number to cause gif to be reloaded so it starts as 1
//   document.images['finimg'].src= imgChange;
  document.images['finimg'].src= picsrc[textnum] + "?" + Math.random();
return true;
}