/* This line clears out the default settings and enables the current settings, do not erase or modify. */var _gR=-1;var _iM=-1;cttcApi.settings.weather=new Object();cttcApi.settings.weather.zipCodes=new Array();cttcApi.settings.exploreCa.links=new Object();cttcApi.settings.montage.images=new Array();

/* ----------------------------------------------- */
cttcApi.settings.language = 'jp';
/* Desctiption: This allows to change the language of the region
descriptions. Options are en, gr, jp, ch, ko, sp.
-------------------------------------------------- */


/*=========================================================================*/
/* WEATHER WIDGET =========================================================*/
/*=========================================================================*/


/* ----------------------------------------------- */
cttcApi.settings.weather.zipCodes = ['94106','90006','92108','95101','93301','96002'];
/* Desctiption: These are the zip code that the
weather widget will use to loop through.
-------------------------------------------------- */

/* ----------------------------------------------- */
cttcApi.settings.weather.interval = 5;
/* Desctiption: The number of seconds it will take
for each transition of the zip codes
-------------------------------------------------- */


/*=========================================================================*/
/* REGIONS ================================================================*/
/*=========================================================================*/

/* ----------------------------------------------- */
cttcApi.settings.region.bayArea.title = 'The Golden Gate Bridge, San Francisco';
cttcApi.settings.region.centralCoast.title = 'Views from Highway 1 Overlooking Bixby Bridge, Big Sur';
cttcApi.settings.region.centralValley.title = 'The beautiful Blossom Trail near Fresno, Central Valley';
cttcApi.settings.region.desert.title = 'Walking on Dunes in Death Valley National Park';
cttcApi.settings.region.goldCountry.title = 'Summer evening in Sacramento, Gold Country';
cttcApi.settings.region.highSierra.title = 'Peaceful Yosemite Valley, Yosemite National Park';
cttcApi.settings.region.inlandEmpire.title = 'Flying High at the Temacula Valley Balloon Festival, Inland Empire';
cttcApi.settings.region.northCoast.title = 'Mendocino at dawn, North Coast';
cttcApi.settings.region.orangeCounty.title = 'Coming in from surfing Huntington Beach, Orange County';
cttcApi.settings.region.sanDiego.title = 'Coronado Beach at Dusk, San Diego County';
cttcApi.settings.region.losAngeles.title = 'The Hollywood Sign, Los Angeles County';
cttcApi.settings.region.shastaCascade.title = 'Magnificent Mt. Shasta, Shasta Cascade Region';
/* Desctiption: These are the tiles displayed when rolling
over the hero shots of the regions
-------------------------------------------------- */



/*=========================================================================*/
/* EXPLORE CALIFORNIA FLASH MAP ===========================================*/
/*=========================================================================*/

/* ----------------------------------------------- */
cttcApi.settings.exploreCa.links = {
	bayArea : 'http://www.visitcalifornia.jp/region/sfba/',
	centralCoast : 'http://www.visitcalifornia.jp/region/cc/',
	centralValley : 'http://www.visitcalifornia.jp/region/cv/',
	desert : 'http://www.visitcalifornia.jp/region/deserts/',
	goldCountry : 'http://www.visitcalifornia.jp/region/gc/',
	highSierra : 'http://www.visitcalifornia.jp/region/hs/',
	inlandEmpire : 'http://www.visitcalifornia.jp/region/ie/',
	northCoast : 'http://www.visitcalifornia.jp/region/nc/',
	orangeCounty : 'http://www.visitcalifornia.jp/region/oc/',
	sanDiego : 'http://www.visitcalifornia.jp/region/sd/',
	losAngeles : 'http://www.visitcalifornia.jp/region/la/',
	shastaCascade : 'http://www.visitcalifornia.jp/region/sc/'
}
/* Desctiption: These are the links that will define
where the user is redirected when clicking on each region.
-------------------------------------------------- */


/*=========================================================================*/
/* HOMEPAGE MONTAGE =======================================================*/
/*=========================================================================*/


/* ----------------------------------------------- */
_iM=-1;_gR++; cttcApi.settings.montage.images[_gR] = new Array();
/* Desctiption: This starts a new _gR of 4 _iMs
that will eventually become a rotating _gR.
-------------------------------------------------- */

/* ----------------------------------------------- */
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
/* Desctiption: This creates a new _iM (main left)
that becomes a part of a _gR of 4 elements. Depending 
on the properties of this object, the flash movie will
display rollover title or make a link. */
cttcApi.settings.montage.images[_gR][_iM].title = 'Fine Dining at 21 Oceanfront in Newport Beach';
cttcApi.settings.montage.images[_gR][_iM].href = 'http://www.visitcalifornia.co.uk/experiences/dining.html';
cttcApi.settings.montage.images[_gR][_iM].image = 'http://www.visitcalifornia.com/_flashTools/homepageGrid/indulgenceFinals/21Oceanfront.jpg';
/* Desctiption: This sets the properties of the _iM
that will eventually become a rotating _gR.
- name: ** not required ** this will display a title when rolling over the _iM
- href: ** not required ** this will create a link on the _iM to the specified url
- _iM: ** required ** this is the source of the _iM (absolute path). */
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
cttcApi.settings.montage.images[_gR][_iM].image = 'http://www.visitcalifornia.com/_flashTools/homepageGrid/indulgenceFinals/SpasWellness.jpg';
/* This creates the second _iM (top middle) in the _gR of _iMs */
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
cttcApi.settings.montage.images[_gR][_iM].image = 'http://www.visitcalifornia.com/_flashTools/homepageGrid/indulgenceFinals/RodeoDrive.jpg';
/* This creates the third _iM (top right) in the _gR of _iMs */
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
cttcApi.settings.montage.images[_gR][_iM].title = 'Golfing near Napa';
cttcApi.settings.montage.images[_gR][_iM].href = 'http://www.visitcalifornia.co.uk/experiences/golf.html';
cttcApi.settings.montage.images[_gR][_iM].image = 'http://www.visitcalifornia.com/_flashTools/homepageGrid/indulgenceFinals/GolfChoice2.jpg';
/* This creates the last _iM (bottom right) in the _gR of _iMs
-------------------------------------------------- */


// new _gR
_iM=-1; _gR++; cttcApi.settings.montage.images[_gR] = new Array();
// main _iM
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
cttcApi.settings.montage.images[_gR][_iM].title = 'Rollerblading in Venice Beach';
cttcApi.settings.montage.images[_gR][_iM].href = 'http://www.visitcalifornia.co.uk/12-regions/los-angeles.html';
cttcApi.settings.montage.images[_gR][_iM].image = 'http://www.visitcalifornia.com/_flashTools/homepageGrid/familyFinals/VeniceBeachRollerblading-LA.jpg';
// top middle
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
cttcApi.settings.montage.images[_gR][_iM].image = 'http://www.visitcalifornia.com/_flashTools/homepageGrid/familyFinals/Kids_in_Snow.jpg';
// top right
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
cttcApi.settings.montage.images[_gR][_iM].image = 'http://www.visitcalifornia.com/_flashTools/homepageGrid/familyFinals/DisneyDreams.jpg';
// bottom right
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
cttcApi.settings.montage.images[_gR][_iM].title = 'Paddleboats in Stockton at the Asparagus Festival';
cttcApi.settings.montage.images[_gR][_iM].href = 'http://www.visitcalifornia.co.uk/12-regions/central-valley.html';
cttcApi.settings.montage.images[_gR][_iM].image = 'http://www.visitcalifornia.com/_flashTools/homepageGrid/familyFinals/Paddleboats_in_Stockton.jpg';


// new _gR
_iM=-1;_gR++; cttcApi.settings.montage.images[_gR] = new Array();
// main _iM
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
cttcApi.settings.montage.images[_gR][_iM].title = 'El Capitan at Yosemite National Park';
cttcApi.settings.montage.images[_gR][_iM].href = 'http://www.visitcalifornia.co.uk/12-regions/high-sierra.html';
cttcApi.settings.montage.images[_gR][_iM].image = 'http://www.visitcalifornia.com/_flashTools/homepageGrid/outdoorFinals/yosemite-el-capitan.jpg';
// top middle
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
cttcApi.settings.montage.images[_gR][_iM].image = 'http://www.visitcalifornia.com/_flashTools/homepageGrid/outdoorFinals/surfer.jpg';
// top right
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
cttcApi.settings.montage.images[_gR][_iM].image = 'http://www.visitcalifornia.com/_flashTools/homepageGrid/outdoorFinals/joshua-tree.jpg';
// bottom right
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
cttcApi.settings.montage.images[_gR][_iM].title = 'Mountain Biking in the Sierras';
cttcApi.settings.montage.images[_gR][_iM].href = 'http://www.visitcalifornia.co.uk/experiences/active-lifestyle.html';
cttcApi.settings.montage.images[_gR][_iM].image = 'http://www.visitcalifornia.com/_flashTools/homepageGrid/outdoorFinals/MountainBiking.jpg';


// new _gR
_iM=-1;_gR++; cttcApi.settings.montage.images[_gR] = new Array();
// main _iM
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
cttcApi.settings.montage.images[_gR][_iM].title = 'Picnicking in the Wine Country';
cttcApi.settings.montage.images[_gR][_iM].href = 'http://www.visitcalifornia.co.uk/experiences/wine.html';
cttcApi.settings.montage.images[_gR][_iM].image = 'http://www.visitcalifornia.com/_flashTools/homepageGrid/romanceFinals/WineCountryCouple.jpg';
// top middle
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
cttcApi.settings.montage.images[_gR][_iM].image = 'http://www.visitcalifornia.com/_flashTools/homepageGrid/romanceFinals/CoupleLaughing.jpg';
// top right
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
cttcApi.settings.montage.images[_gR][_iM].image = 'http://www.visitcalifornia.com/_flashTools/homepageGrid/romanceFinals/WineGlasses.jpg';
// bottom right
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
cttcApi.settings.montage.images[_gR][_iM].title = 'A Romance in San Francisco';
cttcApi.settings.montage.images[_gR][_iM].href = 'http://www.visitcalifornia.co.uk/12-regions/bay-area.html';
cttcApi.settings.montage.images[_gR][_iM].image = 'http://www.visitcalifornia.com/_flashTools/homepageGrid/romanceFinals/SF-Romance.jpg';


/* MORE GROUPS OF IMAGES :
To add additional groups of images, simply 
copy this text and modify the settings 

START COPYING FROM HERE
====================================================================
// new _gR
_iM=-1;_gR++; cttcApi.settings.montage.images[_gR] = new Array();
// main _iM
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
cttcApi.settings.montage.images[_gR][_iM].title = 'This is the _iM title';
cttcApi.settings.montage.images[_gR][_iM].href = 'This is the link of the _iM';
cttcApi.settings.montage.images[_gR][_iM].image = 'This is the source of the _iM';
// top middle
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
cttcApi.settings.montage.images[_gR][_iM].title = 'This is the _iM title';
cttcApi.settings.montage.images[_gR][_iM].href = 'This is the link of the _iM';
cttcApi.settings.montage.images[_gR][_iM].image = 'This is the source of the _iM';
// top right
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
cttcApi.settings.montage.images[_gR][_iM].title = 'This is the _iM title';
cttcApi.settings.montage.images[_gR][_iM].href = 'This is the link of the _iM';
cttcApi.settings.montage.images[_gR][_iM].image = 'This is the source of the _iM';
// bottom right
_iM++; cttcApi.settings.montage.images[_gR][_iM] = new Object();
cttcApi.settings.montage.images[_gR][_iM].title = 'This is the _iM title';
cttcApi.settings.montage.images[_gR][_iM].href = 'This is the link of the _iM';
cttcApi.settings.montage.images[_gR][_iM].image = 'This is the source of the _iM';
=====================================================================
END COPYING HERE */

/*=========================================================================*/
/* END OF HOMEPAGE MONTAGE ================================================*/
/*=========================================================================*/
