<!-- Standard variable definitions for Cuchara web site
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// This file is included for Global setings and it requires monthly changing
// as well as changing whenever the site has changed (upDated var)
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// Modified 07/27/10 TLD COS		put Mountain View Show code back in
var resn = window.screen.width + window.screen.height;
var upDated = "Updated 07/27/10";  	// indicates currency of site maintenance
var copyRight = "2002 - 2010";		// change this to change the copyright value on the entire site

// - - - - - - - - - - - - - - RATES INSERT  - - - - - - - - - - - - - - - - -
var nightlyRates = new Array();
nightlyRates[6] = "85";		// nightly rate quote for Aspen Leaf
nightlyRates[7] = "135";	// nightly rate quote for Black Bear Cabin
nightlyRates[8] = "175";	// nightly rate quote for Enchanted River Cabin
nightlyRates[9] = "";		// nightly rate quote for Itty Bitty Adobe
nightlyRates[10] = "195";	// nightly rate quote for Panadero Villa
nightlyRates[11] = "185";	// nightly rate quote for Paradise Mountain
nightlyRates[12] = "225";	// nightly rate quote for Peaceful Waters
nightlyRates[13] = "300";	// nightly rate quote for Aspen Shore
nightlyRates[14] = "175";	// nightly rate quote for Sugar Pine Cabin
nightlyRates[15] = "155";	// nightly rate quote for Sun Mountain
nightlyRates[16] = "145";	// nightly rate quote for Sun Watcher
nightlyRates[17] = "165";	// nightly rate quote for Villas @ Cuchara
nightlyRates[20] = "500";	// nightly rate quote for The Rivers Edge
nightlyRates[21] = "145";	// nightly rate quote for Little Creek Cabin
nightlyRates[22] = "160";	// nightly rate quote for Majestic Hideaway
nightlyRates[23] = "";		// nightly rate quote for La Veta Log Cabin
nightlyRates[24] = "500";	// nightly rate quote for Colorado Luxury Estate
nightlyRates[25] = "125";	// nightly rate quote for The Texas Gals
nightlyRates[26] = "160";	// nightly rate quote for Hillside Getaway
nightlyRates[27] = "275";	// nightly rate quote for The Bear Watcher
nightlyRates[28] = "500";	// nightly rate quote for Bristlecone Ranch
nightlyRates[29] = "500";	// nightly rate quote for the Spanish Peaks Lodge
nightlyRates[30] = "79";	// nightly rate quote for Cuchara Inn
nightlyRates[31] = "275";	// nightly rate quote for Mountain View Escape
nightlyRates[32] = "185";	// nightly rate quote for Whispering Pines

function insrtRates(indx) {
    document.write("<p class='body'>");
    if (nightlyRates[indx] != "") {
	document.write("Nightly rates begin at $" + nightlyRates[indx] + ".&nbsp;&nbsp;");
    }
    if (indx != 24) {
	document.write("For rate details and availability please use the Accomodation form to the right.</p>");
    }
    else {
	document.write("Please call today for more information or to make reservations.</p>");
    }
}


// - - - - - - - - - - - - - - ANNOUNCEMENT INSERT - - - - - - - - - - - - - - -
var anounCmnt = new Array();
anounCmnt[0] = "<em class='Ancmnt'>Summer time has arrived!  We are booking up fast so call today!</em>";	// announcement for home page
anounCmnt[1] = "";	// announcement for rental properties page (empty = blank)
anounCmnt[2] = "";	// announcement for local information page (empty = blank)
anounCmnt[3] = "";	// announcement for directions page (empty = blank)
anounCmnt[4] = "";	// announcement for about us page
anounCmnt[5] = "";	// announcement for contact us page
anounCmnt[6] = "";	// announcement for Aspen Leaf page (empty = blank)
anounCmnt[7] = "For Sale, only $169,000!";	// announcement for Black Bear page (empty = blank)
anounCmnt[8] = "";	// announcement for Enchanted River page (empty = blank)
anounCmnt[9] = "";	// announcement for Itty Bitty page (empty = blank)
anounCmnt[10] = "";	// announcement for Panadero V page (empty = blank)
anounCmnt[11] = "";	// announcement for Paradise M page (empty = blank)
anounCmnt[12] = "";	// announcement for Peaceful W page (empty = blank)
anounCmnt[13] = "For Sale, only $450,000";	// announcement for Aspen Shores AS page (empty = blank)
anounCmnt[14] = "";	// announcement for Sugar Pine page (empty = blank)
anounCmnt[15] = "";	// announcement for Sun Mountn page (empty = blank)
anounCmnt[16] = "";	// announcement for Sun Watchr page (empty = blank)
anounCmnt[17] = "";	// announcement for Villas @ C page (empty = blank)
anounCmnt[18] = "";	// announcement for Cuch Cabin page (empty = blank)
anounCmnt[19] = "";	// announcement for Cuch Condo page (empty = blank)
anounCmnt[20] = "SPECIAL Early Booking Rate $399 per night!";	// announcement for The Rivers Edge page (empty = blank)
anounCmnt[21] = "";	// announcement for Little creek page (empty = blank)
anounCmnt[22] = "For Sale, only $215,000";	// announcement for Majestic Hideaway page (empty = blank)
anounCmnt[23] = "";	// announcement for La Veta Log Cabin page (empty = blank)
anounCmnt[24] = "";	// announcement for Colorado Luxury Estate page (empty = blank)
anounCmnt[25] = "For Sale, Only $189,000";	// announcement for The Texas Gals page (empty = blank)
anounCmnt[26] = "For Sale, only $287,000";	// announcement for Hillside Getaway (empty = blank)
anounCmnt[27] = "For Sale, only $429,000";	// announcement for The Bear Watcher (empty = blank)
anounCmnt[28] = "SPECIAL $300 per night!  Call today for details";	// announcement for Bristlecone Ranch (empty = blank)
anounCmnt[29] = "";	// announcement for Spanish Peaks Lodge (empty = blank)
anounCmnt[30] = "<em class='Ancmnt'>Now Offering the Cuchara Inn! More information to follow soon.</em>";	// announcement for Cuchara Inn (empty = blank)
anounCmnt[31] = "SPECIAL EARLY BIRD RATE&mdash;$200 Per Night";	// announcement for Mountain View Escape (empty = blank)
anounCmnt[32] = "";	// announcement for Whispering Pines (empty = blank)

function insrtAnncmt(indx) {

    if (anounCmnt[indx] != "") {
	document.write("<P Class='CenterText'><b><em class='attention'>" + anounCmnt[indx] + "</em></b><br></p>");
    }
}

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

// Current Properties ....
var myPix = new Array();
myPix[0] = "CchMsc13.jpg";	// Miscellaneous
myPix[1] = "VillaCh1.jpg";	// Villas @ Cuchara
myPix[2] = "sunwatc1.jpg";	// Sun Watcher
myPix[3] = "CchMsc01.jpg";	// Miscellaneous
myPix[4] = "aspnlf01.jpg";	// Aspen Leaf
myPix[5] = "westpeak.jpg";	// West peak
myPix[6] = "CchMsc03.jpg";	// Miscellaneous
myPix[7] = "ltlcrk01.jpg";	// Little Creek
myPix[8] = "CchEnch1.jpg";	// Enchanted River Cabin
myPix[9] = "CchMsc02.jpg";	// Miscellaneous
myPix[10] = "blkbr01.jpg";	// The Black Bear
myPix[11] = "CchMsc04.jpg";	// Miscellaneous
myPix[12] = "CchMsc05.jpg";	// Miscellaneous
myPix[13] = "sugpin1.jpg";	// Sugar Pine Cabin
myPix[14] = "HilSid10.jpg";	// Hillside Getaway
myPix[15] = "CchMsc06.jpg";	// Miscellaneous
myPix[16] = "MajHid01.jpg";	// Majestic Hideaway
myPix[17] = "LvLgCab1.jpg";	// La Veta Log Cabin
myPix[18] = "CchMsc07.jpg";	// Miscellaneous
myPix[19] = "PanVi02.jpg";	// Panadero Villa
myPix[20] = "ParaMt00.jpg";	// Paradise Mountain
myPix[21] = "CchMsc08.jpg";	// Miscellaneous
myPix[22] = "CoLxEs01.jpg";	// Colorado Luxury Estate
myPix[23] = "PaxWtr00.jpg";	// Peaceful Waters
myPix[24] = "CchMsc09.jpg";	// Miscellaneous
myPix[25] = "rvredg00.jpg";	// The Rivers Edge
myPix[26] = "bearwt00.jpg";	// The Bear Watcher
myPix[27] = "CchMsc12.jpg";	// Miscellaneous
myPix[28] = "SpPkLd00.jpg";	// Spanish Peaks Lodge
myPix[29] = "CchMsc10.jpg";	// Miscellaneous
myPix[30] = "TxGrls09.jpg";	// The Texas Gals
myPix[31] = "aspnsh00.jpg";	// Aspen S s
myPix[32] = "CchMsc11.jpg";	// Miscellaneous
myPix[33] = "WspCrk00.jpg";	// Whispering Pines
var thisPic = 0;


 function photoShow () {
	document.myPicture.src='images/'+myPix[thisPic];
	thisPic ++
	if (thisPic >= 34) { thisPic = 0 }
	setTimeout("photoShow ()",5000);
 }


// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

var LxPix = new Array();
LxPix[0] = "westpeak.jpg";	// West peak
LxPix[1] = "BrCone00.jpg";	// Bristlecone Ranch
LxPix[2] = "CchMsc01.jpg";	// Miscellaneous
LxPix[3] = "CchMsc02.jpg";	// Miscellaneous
LxPix[4] = "rvredg00.jpg";	// The Rivers Edge
LxPix[5] = "CchMsc07.jpg";	// Miscellaneous
LxPix[6] = "CchMsc08.jpg";	// Miscellaneous
LxPix[7] = "CoLxEs01.jpg";	// Colorado Luxury Estate
LxPix[8] = "CchMsc09.jpg";	// Miscellaneous
LxPix[9] = "CchMsc06.jpg";	// Miscellaneous
LxPix[10] = "bearwt00.jpg";	// The Bear Watcher
LxPix[11] = "CchMsc12.jpg";	// Miscellaneous
LxPix[12] = "CchMsc10.jpg";	// Miscellaneous
LxPix[13] = "aspnsh00.jpg";	// Aspen Shores
LxPix[14] = "CchMsc11.jpg";	// Miscellaneous
LxPix[15] = "SpPkLd00.jpg";	// The Spanish Peaks Lodge
thisPic = 0;

 function LuxPicShow () {
	document.myPicture.src='images/'+LxPix[thisPic];
	thisPic ++
	if (thisPic >= 16) { thisPic = 0 }
	setTimeout("LuxPicShow ()",5000);
 }

// - - - - - - Featured property list - - - - - - - - - - - - - - - - - - - - - - - -

var featPix = new Array();
featPix[0] = "rvredg00.jpg' alt='The Rivers Edge'";
featPix[1] = "CoLxEs01.jpg' alt='Colorado Luxury Estate'";
featPix[2] = "aspnsh00.jpg' alt='Aspen Shores'";
featPix[3] = "bearwt00.jpg' alt='The Bear Watcher'";
featPix[4] = "rvredg01.jpg' alt='The Rivers Edge'";
featPix[5] = "CoLxEs02.jpg' alt='Colorado Luxury Estate'";
featPix[6] = "aspnsh01.jpg' alt='Aspen Shores'";
featPix[7] = "bearwt00.jpg' alt='The Bear Watcher'";
featPix[8] = "rvredg02.jpg' alt='The Rivers Edge'";
featPix[9] = "CoLxEs22.jpg' alt='Colorado Luxury Estate'";
featPix[10] = "aspnsh00.jpg' alt='Aspen Shores'";
featPix[11] = "bearwt00.jpg' alt='The Bear Watcher'";
var featPic = 0;

var featNme = new Array();

featNme[0] = "The Rivers Edge' href='CchRvEdg.html";
featNme[1] = "Colorado Luxury Estate' href='CchLxEst.html";
featNme[2] = "Aspen Shores' href='CchAspSh.html";
featNme[3] = "The Bear Watcher' href='CchBearW.html";
featNme[4] = "The Rivers Edge' href='CchRvEdg.html";
featNme[5] = "Colorado Luxury Estate' href='CchLxEst.html";
featNme[6] = "Aspen Shores' href='CchAspSh.html";
featNme[7] = "The Bear Watcher' href='CchBearW.html";
featNme[8] = "The Rivers Edge' href='CchRvEdg.html";
featNme[9] = "Colorado Luxury Estate' href='CchLxEst.html";
featNme[10] = "Aspen Shores' href='CchAspSh.html";
featNme[11] = "The Bear Watcher' href='CchBearW.html";

// - - - - - - END Featured property list - - - - - - - - - - - - - - - - - - - - - - - -

var bbPix = new Array();

bbPix[0] = "blkbr01.jpg";	// The Black Bear BB
bbPix[1] = "blkbr02.jpg";	// The Black Bear
bbPix[2] = "blkbr03.jpg";	// The Black Bear
bbPix[3] = "blkbr04.jpg";	// The Black Bear
bbPix[4] = "blkbr05.jpg";	// The Black Bear
bbPix[5] = "blkbr06.jpg";	// The Black Bear
bbPix[6] = "blkbr07.jpg";	// The Black Bear
bbPix[7] = "blkbr08.jpg";	// The Black Bear
var bearPic = 0;

 function BlkBearShow () {
	document.myPicture.src='images/'+bbPix[bearPic];
	bearPic ++
	if (bearPic >= 8) { bearPic = 0 }
	setTimeout("BlkBearShow ()",5000);
 }

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
var erPix = new Array();
erPix[0] = "CchEnch1.jpg";	// Enchanted River Cabin ER
erPix[1] = "CchEnch2.jpg";	// Enchanted River Cabin
erPix[2] = "CchEnch3.jpg";	// Enchanted River Cabin
erPix[3] = "CchEnch4.jpg";	// Enchanted River Cabin
var EcRvPic = 0;

 function EnchRvrShow () {
	document.myPicture.src='images/'+erPix[EcRvPic];
	EcRvPic ++
	if (EcRvPic >= 4) { EcRvPic = 0 }
	setTimeout("EnchRvrShow ()",5000);
 }

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
var asPix = new Array();
asPix[0] = "aspnlf01.jpg";	// Aspen Leaf Village AL44, AL22
asPix[1] = "aspnlf04.jpg";	// Aspen Leaf Village ALV & ALVP
asPix[2] = "aspnlf04.jpg";	// Aspen Leaf Village
asPix[3] = "aspnlf04.jpg";	// Aspen Leaf Village
asPix[4] = "aspnlf05.jpg";	// Aspen Leaf Village
asPix[5] = "aspnlf06.jpg";	// Aspen Leaf Village
var AsLfPic = 0;

 function AspnLfShow () {
	document.myPicture.src='images/'+asPix[AsLfPic];
	AsLfPic ++
	if (AsLfPic >= 6) { AsLfPic = 0 }
	setTimeout("AspnLfShow ()",5000);
 }

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

var pnPix = new Array();
pnPix[0] = "PanVil01.jpg";	// Panadero Villa PV304
pnPix[1] = "PanVi03.jpg";	// Panadero Villa
pnPix[2] = "PanVi04.jpg";	// Panadero Villa
pnPix[3] = "PanVi05.jpg";	// Panadero Villa
pnPix[4] = "PanVi06.jpg";	// Panadero Villa
pnPix[5] = "PanVi02.jpg";	// Panadero Villa
var PanVPic = 0;

 function PanaVilaShow () {
	document.myPicture.src='images/'+pnPix[PanVPic];
	PanVPic ++
	if (PanVPic >= 6) { PanVPic = 0 }
	setTimeout("PanaVilaShow ()",5000);
 }

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
var ibPix = new Array();
ibPix[0] = "ibadob01.jpg";	// The Itty Bitty Adobe
ibPix[1] = "ibadob02.jpg";	// The Itty Bitty Adobe
ibPix[2] = "ibadob03.jpg";	// The Itty Bitty Adobe
ibPix[3] = "ibadob04.jpg";	// The Itty Bitty Adobe
var IbAdPic = 0;

 function IBAdobeShow () {
	document.myPicture.src='images/'+ibPix[IbAdPic];
	IbAdPic ++
	if (IbAdPic >= 4) { IbAdPic = 0 }
	setTimeout("IBAdobeShow ()",5000);
 }

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
var pmPix = new Array();
pmPix[0] = "ParaMt00.jpg";	// Paradise Mountain PM
pmPix[1] = "ParaMt01.jpg";	// Paradise Mountain
pmPix[2] = "ParaMt02.jpg";	// Paradise Mountain
pmPix[3] = "ParaMt03.jpg";	// Paradise Mountain
pmPix[4] = "ParaMt04.jpg";	// Paradise Mountain
pmPix[5] = "ParaMt05.jpg";	// Paradise Mountain
pmPix[6] = "ParaMt06.jpg";	// Paradise Mountain
var PaMtPic = 0;

 function ParaMtShow () {
	document.myPicture.src='images/'+pmPix[PaMtPic];
	PaMtPic ++
	if (PaMtPic >= 7) { PaMtPic = 0 }
	setTimeout("ParaMtShow ()",5000);
 }

// - - - - - - - - - -  NOT USED AS OF 01/05/09 TLD - - - - - - - - - - - - - - - - -
var rpPix = new Array();
rpPix[0] = "CchRivR1.jpg";	// River Paradise
rpPix[1] = "CchRivR2.jpg";	// River Paradise
rpPix[2] = "CchRivR3.jpg";	// River Paradise
rpPix[3] = "CchRivR4.jpg";	// River Paradise
rpPix[4] = "CchRivR5.jpg";	// River Paradise
rpPix[5] = "CchRivR6.jpg";	// River Paradise
rpPix[6] = "CchRivR7.jpg";	// River Paradise
rpPix[7] = "CchRivR8.jpg";	// River Paradise
rpPix[8] = "CchRivR9.jpg";	// River Paradise
rpPix[9] = "CchRivR10.jpg";	// River Paradise
rpPix[10] = "CchRivR11.jpg";	// River Paradise
var RvPaPic = 0;

 function RivrParShow () {
	document.myPicture.src='images/'+rpPix[RvPaPic];
	RvPaPic ++
	if (RvPaPic >= 11) { RvPaPic = 0 }
	setTimeout("RivrParShow ()",5000);
 }

// - - - - - - - - - -  NOT USED AS OF 01/05/09 TLD - - - - - - - - - - - - - - - - -
var txPix = new Array();
txPix[0] = "TxGrls00.jpg";	// The Texas Gals TG
txPix[1] = "TxGrls01.jpg";	// The Texas Gals
txPix[2] = "TxGrls02.jpg";	// The Texas Gals
txPix[3] = "TxGrls03.jpg";	// The Texas Gals
txPix[4] = "TxGrls04.jpg";	// The Texas Gals
txPix[5] = "TxGrls05.jpg";	// The Texas Gals
txPix[6] = "TxGrls06.jpg";	// The Texas Gals
txPix[7] = "TxGrls07.jpg";	// The Texas Gals
txPix[8] = "TxGrls08.jpg";	// The Texas Gals
txPix[9] = "TxGrls09.jpg";	// The Texas Gals
txPix[10] = "TxGrls10.jpg";	// The Texas Gals
var TxGlPic = 0;

 function TxsGalShow () {
	document.myPicture.src='images/'+txPix[TxGlPic];
	TxGlPic ++
	if (TxGlPic >= 11) { TxGlPic = 0 }
	setTimeout("TxsGalShow ()",5000);
 }

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
var spPix = new Array();
spPix[0] = "sugpin1.jpg";	// Sugar Pine Cabin SP
spPix[1] = "sugpin3.jpg";	// Sugar Pine Cabin
spPix[2] = "sugpin4.jpg";	// Sugar Pine Cabin
spPix[3] = "sugpin5.jpg";	// Sugar Pine Cabin
spPix[4] = "sugpin6.jpg";	// Sugar Pine Cabin
spPix[5] = "sugpin7.jpg";	// Sugar Pine Cabin
spPix[6] = "sugpin8.jpg";	// Sugar Pine Cabin
var sugrPic = 0

 function SugrPineShow () {
	document.myPicture.src='images/'+spPix[sugrPic];
	sugrPic ++
	if (sugrPic >= 7) { sugrPic = 0 }
	setTimeout("SugrPineShow ()",5000);
 }

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
var smPix = new Array();
smPix[0] = "sunmtn2.jpg";	// Sun Mountain
smPix[1] = "sunmtn3.jpg";	// Sun Mountain
smPix[2] = "sunmtn4.jpg";	// Sun Mountain
smPix[3] = "sunmtn5.jpg";	// Sun Mountain
smPix[4] = "sunmtn6.jpg";	// Sun Mountain
var SnMtPic = 0;

 function SunMtnShow () {
	document.myPicture.src='images/'+smPix[SnMtPic];
	SnMtPic ++
	if (SnMtPic >= 5) { SnMtPic = 0 }
	setTimeout("SunMtnShow ()",5000);
 }

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
var swPix = new Array();
swPix[0] = "sunwatc1.jpg";	// Sun Watcher SW27, SW22, SW40, SW38
swPix[1] = "sunw05.jpg";	// Sun Watcher
swPix[2] = "sunw03.jpg";	// Sun Watcher
swPix[3] = "sunw04.jpg";	// Sun Watcher
swPix[4] = "sunw06.jpg";	// Sun Watcher
swPix[5] = "sunw07.jpg";	// Sun Watcher
var SunWPic = 0;

 function SunWtchrShow () {
	document.myPicture.src='images/'+swPix[SunWPic];
	SunWPic ++
	if (SunWPic >= 6) { SunWPic = 0 }
	setTimeout("SunWtchrShow ()",5000);
 }

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
var vcPix = new Array();
vcPix[0] = "VillaCh1.jpg";	// Villas @ Cuchara VC603, VC604, VC603
vcPix[1] = "VillaCh2.jpg";	// Villas @ Cuchara
vcPix[2] = "VillaCh3.jpg";	// Villas @ Cuchara
vcPix[3] = "VillaCh4.jpg";	// Villas @ Cuchara
var VlChPic = 0;

 function VilaChShow () {
	document.myPicture.src='images/'+vcPix[VlChPic];
	VlChPic ++
	if (VlChPic >= 4) { VlChPic = 0 }
	setTimeout("VilaChShow ()",5000);
 }

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
var lcPix = new Array();
lcPix[0] = "ltlcrk01.jpg";	// Little Creek Cabin
lcPix[1] = "ltlcrk02.jpg";	// Little Creek Cabin
lcPix[2] = "ltlcrk03.jpg";	// Little Creek Cabin
lcPix[3] = "ltlcrk04.jpg";	// Little Creek Cabin
lcPix[4] = "ltlcrk05.jpg";	// Little Creek Cabin
lcPix[5] = "ltlcrk06.jpg";	// Little Creek Cabin
lcPix[6] = "ltlcrk07.jpg";	// Little Creek Cabin
var LtCrPic = 0;

 function LitlCrShow () {
	document.myPicture.src='images/'+lcPix[LtCrPic];
	LtCrPic ++
	if (LtCrPic >= 7) { LtCrPic = 0 }
	setTimeout("LitlCrShow ()",5000);
 }


// - - - - - - - - - - - -  NOT USED AS OF 01/05/09 TLD - - - - - - - - - - - - - - - 
var csPix = new Array();
csPix[0] = "crkside01.jpg";	// Creek Side
csPix[1] = "crkside02.jpg";	// Creek Side
csPix[2] = "crkside03.jpg";	// Creek Side
csPix[3] = "crkside04.jpg";	// Creek Side
csPix[4] = "crkside05.jpg";	// Creek Side
csPix[5] = "crkside06.jpg";	// Creek Side
csPix[6] = "crkside07.jpg";	// Creek Side
var CrSdPic = 0;

 function CrkSideShow () {
	document.myPicture.src='images/'+csPix[CrSdPic];
	CrSdPic ++
	if (CrSdPic >= 7) { CrSdPic = 0 }
	setTimeout("CrkSideShow ()",5000);
 }

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
var mjPix = new Array();
mjPix[0] = "MajHid01.jpg";	// Majestic Mountain
mjPix[1] = "MajHid02.jpg";	// Majestic Mountain
mjPix[2] = "MajHid03.jpg";	// Majestic Mountain
mjPix[3] = "MajHid04.jpg";	// Majestic Mountain
mjPix[4] = "MajHid05.jpg";	// Majestic Mountain
var MjHdPic = 0;

 function MajHidShow() {
	document.myPicture.src='images/'+mjPix[MjHdPic];
	MjHdPic ++
	if (MjHdPic >= 5) { MjHdPic = 0 }
	setTimeout("MajHidShow()",5000);
 }

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
var lvPix = new Array();
lvPix[0] = "LvLgCab1.jpg";	// La Veta Log Cabin
lvPix[1] = "LvLgCab2.jpg";	// La Veta Log Cabin
lvPix[2] = "LvLgCab3.jpg";	// La Veta Log Cabin
var LvLgPic = 0;

 function LvLgCbShow() {
	document.myPicture.src='images/'+lvPix[LvLgPic];
	LvLgPic ++
	if (LvLgPic >= 3) { LvLgPic = 0 }
	setTimeout("LvLgCbShow()",5000);
 }

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
var pwPix = new Array();
pwPix[0] = "PaxWtr00.jpg";	// Peaceful Waters PW
pwPix[1] = "PaxWtr01.jpg";	// Peaceful Waters
pwPix[2] = "PaxWtr02.jpg";	// Peaceful Waters
pwPix[3] = "PaxWtr03.jpg";	// Peaceful Waters
pwPix[4] = "PaxWtr04.jpg";	// Peaceful Waters
pwPix[5] = "PaxWtr05.jpg";	// Peaceful Waters
pwPix[6] = "PaxWtr06.jpg";	// Peaceful Waters
pwPix[7] = "PaxWtr07.jpg";	// Peaceful Waters
pwPix[8] = "PaxWtr08.jpg";	// Peaceful Waters
pwPix[9] = "PaxWtr09.jpg";	// Peaceful Waters
pwPix[10] = "PaxWtr10.jpg";	// Peaceful Waters
pwPix[11] = "PaxWtr11.jpg";	// Peaceful Waters
pwPix[12] = "PaxWtr12.jpg";	// Peaceful Waters
var PcWtPic = 0;

 function PceWtrShow () {
	document.myPicture.src='images/'+pwPix[PcWtPic];
	PcWtPic ++
	if (PcWtPic >= 11) { PcWtPic = 0 }
	setTimeout("PceWtrShow ()",5000);
 }

// - - - - - - - - - - - Colorado Luxury Estate - - - - - - - - - - - - - - - - - - 
var clxPix = new Array();
clxPix[0] = "CoLxEs01.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[1] = "CoLxEs02.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[2] = "CoLxEs03.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[3] = "CoLxEs04.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[4] = "CoLxEs05.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[5] = "CoLxEs06.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[6] = "CoLxEs07.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[7] = "CoLxEs08.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[8] = "CoLxEs09.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[9] = "CoLxEs10.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[10] = "CoLxEs11.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[11] = "CoLxEs12.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[12] = "CoLxEs13.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[13] = "CoLxEs14.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[14] = "CoLxEs15.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[15] = "CoLxEs16.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[16] = "CoLxEs17.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[17] = "CoLxEs18.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[18] = "CoLxEs19.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[19] = "CoLxEs20.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[20] = "CoLxEs21.jpg";	// Colorado Luxury Estate {Not On reserv svc}
clxPix[21] = "CoLxEs22.jpg";	// Colorado Luxury Estate {Not On reserv svc}

var ClLxPic = 0;

 function CoLxEsShow() {
	document.myPicture.src='images/'+clxPix[ClLxPic];
	ClLxPic ++
	if (ClLxPic >= 22) { ClLxPic = 0 }
	setTimeout("CoLxEsShow()",5000);
 }

// - - - - - - - - - - - Hillside Getaway - - - - - - - - - - - - - - - - - - - 
var hlsPix = new Array();
hlsPix[0] = "HilSid00.jpg";	// Hillside Getaway (HG)
hlsPix[1] = "HilSid01.jpg";	// Hillside Getaway
hlsPix[2] = "HilSid02.jpg";	// Hillside Getaway
hlsPix[3] = "HilSid03.jpg";	// Hillside Getaway
hlsPix[4] = "HilSid04.jpg";	// Hillside Getaway
hlsPix[5] = "HilSid05.jpg";	// Hillside Getaway
hlsPix[6] = "HilSid06.jpg";	// Hillside Getaway
hlsPix[7] = "HilSid07.jpg";	// Hillside Getaway
hlsPix[8] = "HilSid08.jpg";	// Hillside Getaway
hlsPix[9] = "HilSid09.jpg";	// Hillside Getaway
hlsPix[10] = "HilSid10.jpg";	// Hillside Getaway
hlsPix[11] = "HilSid11.jpg";	// Hillside Getaway

var HlGtPic = 0;

 function HilSidShow() {
	document.myPicture.src='images/'+hlsPix[HlGtPic];
	HlGtPic ++
	if (HlGtPic >= 12) { HlGtPic = 0 }
	setTimeout("HilSidShow()",5000);
 }

// - - - - - - - - - - - Aspen Shores - - - - - - - - - - - - - - - - - - - 
var ashPix = new Array();
ashPix[0] = "aspnsh00.jpg";	// Aspen Shores (AS)
ashPix[1] = "aspnsh01.jpg";	// Aspen Shores
ashPix[2] = "aspnsh02.jpg";	// Aspen Shores
ashPix[3] = "aspnsh03.jpg";	// Aspen Shores
ashPix[4] = "aspnsh04.jpg";	// Aspen Shores
ashPix[5] = "aspnsh05.jpg";	// Aspen Shores
ashPix[6] = "aspnsh06.jpg";	// Aspen Shores
ashPix[7] = "aspnsh07.jpg";	// Aspen Shores
ashPix[8] = "aspnsh08.jpg";	// Aspen Shores
ashPix[9] = "aspnsh09.jpg";	// Aspen Shores
ashPix[10] = "aspnsh10.jpg";	// Aspen Shores

var AsShPic = 0;

 function AspnShShow() {
	document.myPicture.src='images/'+ashPix[AsShPic];
	AsShPic ++
	if (AsShPic >= 11) { AsShPic = 0 }
	setTimeout("AspnShShow()",5000);
 }

// - - - - - - - - - - - The Bear Watcher - - - - - - - - - - - - - - - - - - - 
var bwtPix = new Array();
bwtPix[0] = "bearwt00.jpg";	// The Bear Watcher (BW)
bwtPix[1] = "bearwt01.jpg";	// The Bear Watcher
bwtPix[2] = "bearwt02.jpg";	// The Bear Watcher
bwtPix[3] = "bearwt03.jpg";	// The Bear Watcher
bwtPix[4] = "bearwt04.jpg";	// The Bear Watcher
bwtPix[5] = "bearwt05.jpg";	// The Bear Watcher
bwtPix[6] = "bearwt06.jpg";	// The Bear Watcher
bwtPix[7] = "bearwt07.jpg";	// The Bear Watcher

var BrWtPic = 0;

 function BearWtShow() {
	document.myPicture.src='images/'+bwtPix[BrWtPic];
	BrWtPic ++
	if (BrWtPic >= 8) { BrWtPic = 0 }
	setTimeout("BearWtShow()",5000);
 }

// - - - - - - - - - - - The Rivers Edge - - - - - - - - - - - - - - - - - - - 
var rvePix = new Array();
rvePix[0] = "rvredg00.jpg";	// The Rivers Edge (RE)
rvePix[1] = "rvredg01.jpg";	// The Rivers Edge
rvePix[2] = "rvredg02.jpg";	// The Rivers Edge
rvePix[3] = "rvredg03.jpg";	// The Rivers Edge
rvePix[4] = "rvredg04.jpg";	// The Rivers Edge
rvePix[5] = "rvredg05.jpg";	// The Rivers Edge

var RvEdPic = 0;

 function RveEdgShow() {
	document.myPicture.src='images/'+rvePix[RvEdPic];
	RvEdPic ++
	if (RvEdPic >= 6) { RvEdPic = 0 }
	setTimeout("RveEdgShow()",5000);
 }

// - - - - - - - - - - - Bristlecone Ranch - - - - - - - - - - - - - - - - - - - 
var brcPix = new Array();
brcPix[0] = "BrCone00.jpg";	// Bristlecone Ranch (BR)
brcPix[1] = "BrCone01.jpg";	// Bristlecone Ranch
brcPix[2] = "BrCone02.jpg";	// Bristlecone Ranch
brcPix[3] = "BrCone03.jpg";	// Bristlecone Ranch
brcPix[4] = "BrCone04.jpg";	// Bristlecone Ranch
brcPix[5] = "BrCone05.jpg";	// Bristlecone Ranch
brcPix[6] = "BrCone06.jpg";	// Bristlecone Ranch (BR)
brcPix[7] = "BrCone07.jpg";	// Bristlecone Ranch
brcPix[8] = "BrCone08.jpg";	// Bristlecone Ranch
brcPix[9] = "BrCone09.jpg";	// Bristlecone Ranch
brcPix[10] = "BrCone10.jpg";	// Bristlecone Ranch
brcPix[11] = "BrCone11.jpg";	// Bristlecone Ranch
brcPix[12] = "BrCone12.jpg";	// Bristlecone Ranch
brcPix[13] = "BrCone13.jpg";	// Bristlecone Ranch
var BrCnPic = 0;

 function BrConeShow() {
	document.myPicture.src='images/'+brcPix[BrCnPic];
	BrCnPic ++
	if (BrCnPic >= 14) { BrCnPic = 0 }
	setTimeout("BrConeShow()",5000);
 }

// - - - - - - - - - - - The Spanish Peaks Lodge - - - - - - - - - - - - - - - - - - - 
var spkPix = new Array();
spkPix[0] = "SpPkLd00.jpg";	// Spanish Peaks Lodge (SL)
spkPix[1] = "SpPkLd01.jpg";	// Bristlecone Ranch
spkPix[2] = "SpPkLd02.jpg";	// Bristlecone Ranch
spkPix[3] = "SpPkLd03.jpg";	// Bristlecone Ranch
spkPix[4] = "SpPkLd04.jpg";	// Bristlecone Ranch
spkPix[5] = "SpPkLd05.jpg";	// Bristlecone Ranch
spkPix[6] = "SpPkLd06.jpg";	// Bristlecone Ranch (SL)
var SpPkPic = 0;

 function SpPksLdgShow() {
	document.myPicture.src='images/'+spkPix[SpPkPic];
	SpPkPic ++
	if (SpPkPic >= 7) { SpPkPic = 0 }
	setTimeout("SpPksLdgShow()",5000);
 }

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
var wpPix = new Array();
wpPix[0] = "WspCrk00.jpg";	// Whispering Pines WP
wpPix[1] = "WspCrk01.jpg";	// Whispering Pines
wpPix[2] = "WspCrk02.jpg";	// Whispering Pines
wpPix[3] = "WspCrk03.jpg";	// Whispering Pines
wpPix[4] = "WspCrk04.jpg";	// Whispering Pines
wpPix[5] = "WspCrk05.jpg";	// Whispering Pines
var WsPnPic = 0;

 function WspPinsShow () {
	document.myPicture.src='images/'+wpPix[WsPnPic];
	WsPnPic ++
	if (WsPnPic >= 6) { WsPnPic = 0 }
	setTimeout("WspPinsShow ()",5000);
 }

// - - - - - - - - - - - Mountain View Escape - - - - - - - - - - - - - - - - - - - 
var mvePix = new Array();
mvePix[0] = "MtnVwX00.jpg";	// Mountain View Escape
mvePix[1] = "MtnVwX01.jpg";	// Mountain View Escape
mvePix[2] = "MtnVwX02.jpg";	// Mountain View Escape
mvePix[3] = "MtnVwX03.jpg";	// Mountain View Escape
mvePix[4] = "MtnVwX04.jpg";	// Mountain View Escape
mvePix[5] = "MtnVwX05.jpg";	// Mountain View Escape
var MvExPic = 0;

 function MtnVwEscShow() {
	document.myPicture.src='images/'+mvePix[MvExPic];
	MvExPic ++
	if (MvExPic >= 6) { MvExPic = 0 }
	setTimeout("MtnVwEscShow()",5000);
 }

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
-->