if (document.images) {
photo1 = new Image
photo1.src = "./photo/3201_1_barc.gif"
var text1 = "We are with you during the entire remodelling process. From design through construction to the space of your dreams."
var photo2 = new Image
photo2.src = "./photo/3201_2_barc.gif"
var text2 = "Choose from our large selection of counter top and custom cabinents to design the kitchen that your proud to show off to friends and family"
var photo3 = new Image
photo3.src = "./photo/3601_1_barc.gif"
var text3 = ""
var photo4 = new Image
photo4.src = "./photo/3601_2_barc.gif"
var text4 = ""
var photo5 = new Image
photo5.src = "./photo/3601_4_barc.gif"
var text5 = "Your kitchen is the hub and heart of your home, we can design to your specifications or work with your designer to create your space"
var photo6 = new Image
photo6.src = "./photo/3101_1_barc.gif"
var text6 = ""
var photo7 = new Image
photo7.src = "./photo/3201_5_barc.gif"
var text7 = ""
var photo8 = new Image
photo8.src = "./photo/3601_3_barc.gif"
var text8 = ""
var photo9 = new Image
photo9.src = "./photo/john_fabrication_concrete_ct.jpg"
var text9 = "At Rocky Mountain Remodeling Resources, we specialize in custom fabrication to give our clients a space as unique as their own personalities"
var photo10 = new Image
photo10.src = "./photo/barc_2503_1.jpg"
var text10 = "Create a space for your family that says...Welcome Home!"
var photo11 = new Image
photo11.src = "./photo/barc_2503_2.jpg"
var text11 = "We are only limited by the imagination for your dream kitchen remodel. We have access to the highest end cabinents, countertops, flooring, lighting and appliances"
var photo12 = new Image
photo12.src = "./photo/barc_2503_3.jpg"
var text12 = "From Kitchens to Baths, even an your home office will be a place to spend quality time"
}
myPix = new Array(photo1.src,photo2.src,photo3.src,photo4.src,photo5.src, photo6.src, photo7.src,photo8.src,photo9.src,photo10.src,photo11.src,photo12.src)
myText = new Array(text1, text2,text3, text4,text5, text6, text7, text8, text9,text10,text11,text12)
thisPic = 0
thisText = 0
imgCt = myPix.length - 1
txtCt = myText.length - 1
idx = 0
var destination="swapText"
function displayThumbs()
{
document.write('
')
document.write('
')
document.write('
')
document.write('
')
document.write('
')
document.write('
')
document.write('
')
document.write('
')
document.write('
')
document.write('
')
document.write('
')
document.write('
')
}
function type(idx)
{
if (document.getElementById)
{
var dest=document.getElementById(destination);
if (dest)
{
dest.innerHTML=myText[idx];
}
}
}
function chgSlide(idx) {
if (document.images){
document.rollPic.src = myPix[idx]
type(idx)
}
}
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);