// the following represent the text on the tabs


var tab_home="Home";

var tab_suite="The Suite";
var tab_amenities="Amenities";
var tab_location="Location";
var tab_photos="Photo Gallery";
var tab_reservations="Reservations & Rates";
var tab_testimonials="Guest Book";
var tab_tourists="About Victoria";
var tab_mail="Mail";


var mailtoAddress="info@victoriaMonacoCondo.com";
var phone_message="Phone: 250-661-4241";

// the following represent the lefthand tabs on the home page

var home_bullet_2="Stunning, one-bedroom private executive luxury condo";
var home_bullet_3="Central downtown location";
var home_bullet_4="Highest levels of comfortand convenience";
var home_bullet_5="Reserve by the day,week, or month";
var home_bullet_1="Great Summer Rates! $160/night (3 nights)";


// Here is the main introductory text on the home page...note that it must be one long line 


var home_title="Executive living in Victoria";

var home_main_text="<P style='font-size:14px; font-weight:normal'>Welcome to <a href='suite.shtml'>the Monaco Executive</a>,a fully-furnished executive luxury rental suite in Victoria, British Columbia. The Suite is comfortably and tastefully furnished with executive level style and provides many <a href='amenities.shtml'>amenities</a> for your enjoyment.</p> <p>Ideally <a href='location.shtml'>located</a> in the heart of downtown Victoria, this suite sits on the corner of Johnson Street and the world-famous Government Street promenade, which includes the Parliament buildings, the inner harbour, the city's best shopping, and old town Victoria.</p><p> The Monaco Executive is <a href='reservations.shtml'>very reasonably priced</a> and offers a rich experience of Victoria in a true Heritage-designated building; this stunning renovation of an 1888 building was completed in September 2007 and maintains the look of exposed brick and beams combined with all the latest modern style.";


// SUITE PAGE

// If you are going to provide (up to) 3 pics for the left side of the Suite page, give each picture 
// and "alt" value (something that describes what the picture is
// If not, then set the value to null (ie: set it to "")

var alt_suite_pic1="Dining View";
var alt_suite_pic2="Living Room view";
var alt_suite_pic3="Bedroom view";


// Here is the suite text on the suite page...note that it must be one long line 

var suite_title="Comfort and style...";

var suite_bullet_1="Bright, professionally designed and decorated, 1 bedroom suite";
var suite_bullet_2="700 Square feet";
var suite_bullet_3="Bamboo floors, leather furniture, granite counters";
var suite_bullet_4="100% Egyptian hand-pressed cotton sheets on a top-of-the-line Serta queen-size mattress";
var suite_bullet_5="Private bathroom with deep soaker tub";	
var suite_bullet_6="Fully-equipped kitchen";
var suite_bullet_7="Flat-screen TV with cable and DVD player in living area";
var suite_bullet_8="Flat-screen TV with cable in bedroom";
var suite_bullet_9="Wireless high-speed digital internet (for your laptop)";
var suite_bullet_10="Smoke-free and pet-free";


var link_to_photos="<strong>Visit our Photo Gallery for more pictures</strong>";



// AMENITIES PAGE

// If you are going to provide (up to) 3 pics for the left side of the Amenties page, give each picture 
// and "alt" value (something that describes what the picture is
// If not, then set the value to null (ie: set it to "")

var alt_amenities_pic1="Biker";
var alt_amenities_pic2="Whale watching";
var alt_amenities_pic3="Golf";


// Here is the suite text on the suite page...note that it must be one long line 

var amenities_title="The Monaco Executive has everything you need ...";

var amenities_bullet_1="100% thick cotton towels";
var amenities_bullet_2="100% Egyptian cotton hand-pressed sheets";
var amenities_bullet_3="Top-of-the-line Serta queen-size mattress";
var amenities_bullet_4="Fully-equipped kitchen with dishes, cutlery, pots and pans, fridge, stove, oven, microwave, toaster, electric kettle, coffee maker, and more";
var amenities_bullet_5="In-suite washer and dryer";	
var amenities_bullet_6="Complimentary coffee and tea";
var amenities_bullet_7="";
var amenities_bullet_8="Telephone";
var amenities_bullet_9="Wireless high-speed digital internet";
var amenities_bullet_10="";
var amenities_bullet_11="Free gated parking";
var amenities_bullet_12="Just bring your toothbrush and enjoy the world that is Victoria!";


// PHOTOS PAGE


// Here is the title text on the photos page

var photos_title="Every picture tells a story...";

// There can be up to 7 rows of pictures
// If you don't have that many rows or that many pictures, set the variable to NULL and it won't be displayed


var photo_section = new Array(7);


photo_section[1] = new Array(4);
photo_section[1][1]="Building";              // If you want to use this row, put the row title here
photo_section[1][2]="img_0325.jpg";          // if you have a picture, enter the image name here, or set it to "" if you don't have one
photo_section[1][3]="flowers.jpg";      // if you have a second picture, enter the image name here, or set it to "" if you don't have one

photo_section[2] = new Array(4);
photo_section[2][1] = "Entrance";
photo_section[2][2]="lobby.jpg";             // if you have a picture, enter the image name here, or set it to "" if you don't have one
photo_section[2][3]="hallwayBrick.jpg";

photo_section[3] = new Array(4);
photo_section[3][1] = "Living<BR>Room";
photo_section[3][2]="img_0382.jpg";             // if you have a picture, enter the image name here, or set it to "" if you don't have one
photo_section[3][3]="living.jpg";

photo_section[4] = new Array(4);
photo_section[4][1] = "Kitchen";
photo_section[4][2]="img_0344.jpg";             // if you have a picture, enter the image name here, or set it to "" if you don't have one
photo_section[4][3]="img_0329.jpg";

photo_section[5] = new Array(4);
photo_section[5][1] = "Dining";
photo_section[5][2]="img_0334.jpg";             // if you have a picture, enter the image name here, or set it to "" if you don't have one
photo_section[5][3]="diningview.jpg";

photo_section[6] = new Array(4);
photo_section[6][1] = "Master<BR>Bedroom";
photo_section[6][2]="img_0350.jpg";             // if you have a picture, enter the image name here, or set it to "" if you don't have one
photo_section[6][3]="bed.jpg";

photo_section[7] = new Array(4);
photo_section[7][1] = "Bathroom";
photo_section[7][2]="bathroomsink2.jpg";             // if you have a picture, enter the image name here, or set it to "" if you don't have one
photo_section[7][3]="shower.jpg";




// LOCATION PAGE


// Here is the TITLE on the Location page...note that it must be one long line 



var location_title="The Monaco Executive in Victoria BC is right in the heart of downtown...";




// RESERVATIONS PAGE


// Here is the TITLE on the Reservation page 



var reservations_title="<P style='font-size:20px; font-weight:bolder'>LOW SEASON rates effective on OCT. 1.</p> To make a reservation or for more information, <BR>call 250-661-4241.<P>If the dates you need are <I>not available</I> <a href='http://www.victoriapropertymanagement.com/rentals.shtml'>CLICK HERE</a> to view other great 1 and 2 bedroom suites";

var high_season_text="High Season Rates";
var high_season_dates="June 1 - Sept 30<br>Dec 15 - Jan 4";

var highrates = new Array(7);

// up to 6 various high season rates can be defined.

highrates[1] = new Array(3);
highrates[1][1]="Daily:<br>(min 3 days)";
highrates[1][2]="$160/day";


highrates[2] = new Array(3);
highrates[2][1]="Daily:<br>(2 days only)";
highrates[2][2]="$200/day";

highrates[3] = new Array(3);
highrates[3][1]="Weekly:";
highrates[3][2]="$1000";

highrates[4] = new Array(3);
highrates[4][1]="Monthly:";
highrates[4][2]="$3200";

highrates[5] = new Array(3);
highrates[5][1]= "Long Weekends /<BR>Statuatory Holidays";
highrates[5][2]= "$160/day";

highrates[6] = new Array(3);
highrates[6][1]="Spring Break";
highrates[6][2]="$160/day";



var highrates_additional_info="";


var low_season_text="Low Season Rates";
var low_season_dates="All other dates";


var lowrates = new Array(7);

// up to 6 various low season rates can be defined.

lowrates[1] = new Array(3);
lowrates[1][1]="Daily:<br>(min 3 days)";
lowrates[1][2]="$125/day";


lowrates[2] = new Array(3);
lowrates[2][1]="Daily:<br>(2 days only)";
lowrates[2][2]="$160/day";

lowrates[3] = new Array(3);
lowrates[3][1]="Weekly:";
lowrates[3][2]="$750";

lowrates[4] = new Array(3);
lowrates[4][1]="Monthly:";
lowrates[4][2]="$1750";

lowrates[5] = new Array(3);
lowrates[5][1]= "";
lowrates[5][2]= "";

lowrates[6] = new Array(3);
lowrates[6][1]="";
lowrates[6][2]="";



var rates_additional_info="Rates are based on double occupancy.<P>Rates are inclusive of all costs except 12% HST and are in Canadian funds.<P>One of our sponsors:<BR><A href='http://www.vacationsfrbo.com'>VacationsFRBO.com</A>";



var testimonials = new Array(100);

var testimonialCount = 35;   // edit this as more testimonials are added... up to 100 allowed

testimonials[1] = new Array(3);
testimonials[1][1] = "You really make Victoria feel like home.  We will recommend you despite wanting to keep it for ourselves...Thank you once again for everything!";
testimonials[1][2] = "Sean & Seren Balmer - Courtney BC";
testimonials[1][3] = " ";

testimonials[2]= new Array(3);
testimonials[2][1] = "A wonderful unit.  Thank you!";
testimonials[2][2] = "Shair Taylor - Hurncastle England";
testimonials[2][3] = " ";

testimonials[3]= new Array(3);
testimonials[3][1] = "Thanks so much.  It's a beautiful place ;) ";
testimonials[3][2] = "Keith and Jade Stonehouse";
testimonials[3][3] = " ";

testimonials[4]= new Array(3);
testimonials[4][1] = "Thanks for the great place to stay in Victoria.";
testimonials[4][2] = "Ryan & Cora Fabi - Guelph On";
testimonials[4][3] = " ";

testimonials[5]= new Array(3);
testimonials[5][1] = "What a perfectly placed and furnished place and in a great and friendly city!  Our 1st visit but not our last.";
testimonials[5][2] = "Seraz & Mark Graham";
testimonials[5][3] = " ";

testimonials[6]= new Array(3);
testimonials[6][1] = "Thank you so much for the lovely accommodations.  The location cound not have been better.  Thank you for the restaurant recommendations.  We ate very well!  We thoroughly enjoyed Victoria.  We will return.";
testimonials[6][2] = "Patti Corsten & Mary-beth Corsten - Antigonish - Nova Scotia";
testimonials[6][3] = "July 7-14, 2008";

testimonials[7]= new Array(3);
testimonials[7][1] = "We could not have hoped for a better location to stay.  The loft is really nice and well located.  And Jennifer, thank you a lot for your help, good suggestions and kindness.  ";
testimonials[7][2] = "Jean-Francois Allard & Carolin Masson - Quebec City";
testimonials[7][3] = "July, 2008";

testimonials[8]= new Array(3);
testimonials[8][1] = "The perfect location & superb accommodation.  Next time 2 weeks - not 2 days!!";
testimonials[8][2] = "Ann and Ken Copeland - Melbourne Australia";
testimonials[8][3] = "Sept 9, 2008";

testimonials[9]= new Array(3);
testimonials[9][1] = "Very well equipped and located clost to all the interesting places!";
testimonials[9][2] = "Ron & Lila Sagness";
testimonials[9][3] = "Sept 16, 2008";

testimonials[10]= new Array(3);
testimonials[10][1] = "Thanks for providing such a great place in such a great location.  We'll be back!";
testimonials[10][2] = "Randy & Maura Durst";
testimonials[10][3] = "Sept 21, 2008";

testimonials[11]= new Array(3);
testimonials[11][1] = "First time for everything out of the country, on the island, then to Vancouver.  Having a great time, beautiful country up here - cool place!";
testimonials[11][2] = "Steve & Lysanna R.- Santa Rosa, California ";
testimonials[11][3] = "Sept. 30, 2008";


testimonials[12]= new Array(3);
testimonials[12][1] = "This was a fantastic place to stay and it was great to have a place so close to everything!  Thank you so much";
testimonials[12][2] = "C Lopez  ";
testimonials[12][3] = "Feb, 2009";


testimonials[13]= new Array(3);
testimonials[13][1] = "Neat condo in the heart of the ctiy!  Has everything we need to be confortable.  Good recommendations for dinner and wines";
testimonials[13][2] = "   ";
testimonials[13][3] = " ";

testimonials[14]= new Array(3);
testimonials[14][1] = "Great time, wonderful condo - all the amentities of home.  Great location for walking - car stayed parked.  Two really fun places with great food, the Swan's pub and The Tapas Bar - We'll be back.";
testimonials[14][2] = "Don and Judy - White Rock BC   ";
testimonials[14][3] = "March 26-29, 2009 ";


testimonials[15]= new Array(3);
testimonials[15][1] = "Another very nice visit to Victoria.  Thanks Jennifer.";
testimonials[15][2] = "Jim and Norma Martin - White Creek, WA  ";
testimonials[15][3] = "  ";

testimonials[16]= new Array(3);
testimonials[16][1] = "Thanks Jennifer for a wonderful place in a fabulous location - steps to our new favorite restaurant - Rebar.";
testimonials[16][2] = "Andrai and Bef Haines ";
testimonials[16][3] = "May 7, 2009  ";


testimonials[17]= new Array(3);
testimonials[17][1] = "Spot Prawn Season!  And what a terrific place to enjoy them.  Love, love LOVE the condo";
testimonials[17][2] = "Diane MacKinnon";
testimonials[17][3] = "May 16, 2009  ";


testimonials[18]= new Array(3);
testimonials[18][1] = "Awsome condo!! Perfect location totake in all Victoria has to offer!!  Thanks :)";
testimonials[18][2] = "Melissa Albea - Mission BC";
testimonials[18][3] = "May 21, 2009  ";

testimonials[19]= new Array(3);
testimonials[19][1] = "What an amazing place!  Had a great time exploring the city and couln't have asked for a better location and cooler place to crash at.  Thanks again!";
testimonials[19][2] = "Issac Chirstey, and Kelsey - Boisy Idaho";
testimonials[19][3] = " ";

testimonials[20]= new Array(3);
testimonials[20][1] = "Lovely loft with an ideal location.  We came here for our 1st anniversary and found it just perfect!  Strolling along the inner harbor with the stree musicians and artists if fun, and the weather was really glorious.  It was nice to walk across the bridge and along the path on the other side of the harbor to Spinnakers, a neat pub.  Il Terrzo's was the most wonderful romantic dinner - it feels like Tuscany.  Thank you Jennifer.";
testimonials[20][2] = "Edit and Chris";
testimonials[20][3] = "June, 2009";

testimonials[21]= new Array(3);
testimonials[21][1] = "Superb accommodation...At times it was hard decision to get out of the door when yoru digs are so stylish and comfortable!  Great location to explore all Victoria has to offer - Would stay again for sure!";
testimonials[21][2] = "Gemma and The Duke ";
testimonials[21][3] = "June, 2009";


testimonials[22]= new Array(3);
testimonials[22][1] = "A lovely place with all the comforts of home.  Excellent location.  Thanks!!";
testimonials[22][2] = "Lisa - Toronto, Canada ";
testimonials[22][3] = "July, 2009";


testimonials[23]= new Array(3);
testimonials[23][1] = "Great place.  Loverly apartment.  Super location.  We had a wonderful time!  Lady Marmelade, just downstairs, is a great place to eat.";
testimonials[23][2] = "Heidie and Gabie - Germany";
testimonials[23][3] = "July 20 - Aug 7, 2009";




testimonials[24]= new Array(3);
testimonials[24][1] = "had a fantastic stay in the lovely apartment.  Enjoyed the city and the surrounding area!  Tahnk you.";
testimonials[24][2] = "Ruth and Pauyl O'Niel - Leeds, UK";
testimonials[24][3] = "9-12 August, 2009";




testimonials[25]= new Array(3);
testimonials[25][1] = "Thanks Jennifer and Colin.  We emjoyed the apartment very much and loved Vancouver & Victoria";
testimonials[25][2] = "Andy and Jim Eastes - Brisbane Australia";
testimonials[25][3] = "";





testimonials[26]= new Array(3);
testimonials[26][1] = "I've had a wonderful stay.  3 nighes was too short.  Great place in a great location.";
testimonials[26][2] = "Michele and Chuck Potter - Germantown, Maryland";
testimonials[26][3] = "9/04/2009";




testimonials[27]= new Array(3);
testimonials[27][1] = "A very stylish apartment!  Great location close to all attractions and family.  We enjoyed our month here in Victoria";
testimonials[27][2] = "Reginald, James, and Kate";
testimonials[27][3] = "Feb 28 - March 31, 2010";



testimonials[28]= new Array(3);
testimonials[28][1] = "Beautiful condo and great location for walking downtown Victoria.  Thanks for all your recommendations Jennifer";
testimonials[28][2] = "Marie-Ann and Gene Eberley";
testimonials[28][3] = "May, 2010";


testimonials[29]= new Array(3);
testimonials[29][1] = "Perfect location to enjoy Victoria's best!!  Stylish condo, comfortable and pleasant!!!!  Thank you Jennifer for all the tips about the city.  Sunshine and warm weather to visit, enjoy, discover the sea front, Butchard Gardens... We also recommend the Royal British Columbia Museaum.  Merci!!";
testimonials[29][2] = "Dominque and Jean Luc Dubreuco - Montreal";
testimonials[29][3] = " ";



testimonials[30]= new Array(3);
testimonials[30][1] = "We've had a fantastic visit in Victoria, made even more special by staing in yoru lovely home.  Thanks for all the memories we will be taking back to Ontario.";
testimonials[30][2] = "Liz and Gary Camp - London, Ontario";
testimonials[30][3] = "May, 2010";



testimonials[31]= new Array(3);
testimonials[31][1] = "Thank you for sharing this wonderful condo.  The location was perfiect.  What a unique and beautiful city.";
testimonials[31][2] = "Dave and Cindy Kudrav - Huntsville, Alabama";
testimonials[31][3] = "May 30 - June 1, 2010";


testimonials[32]= new Array(3);
testimonials[32][1] = "We had a lovely time.  The apartment was in the perfect location to see th ecity.  To future travelers - we recommend drinks and amazing food at the Vento Tapa Bar (at the Hotel Rialto) and at the Tapa Bar.  Also - amazing truffle frides at the The Pink Bicylce at Blansard and Broughton.  Enjoy!";
testimonials[32][2] = "Rip and Vanessa Rowan - Dallas, Tx";
testimonials[32][3] = "June 6-9, 2010";


testimonials[33]= new Array(3);
testimonials[33][1] = "Comfortable accommodation, in a wonderful location, suited us just fine for an action-packed week.  Lady Marmalade is great, as are so many of the other things around Victoria. Thank you.";
testimonials[33][2] = "David and Peggy Morgan - Ottawa, Ontario";
testimonials[33][3] = "June 12-15, 2010";


testimonials[34]= new Array(3);
testimonials[34][1] = "Beautiful country and wonderful stay.  We couldn't think of anything better to celebrate our 1 year's anniversary!  Thank you for your outstanding accommodations!  We loved it!  Will recommend to our friends in Seattle.";
testimonials[34][2] = "Daniel and Nicole Horner - Seattle WA";
testimonials[34][3] = "June 21-28, 2010";


testimonials[35]= new Array(3);
testimonials[35][1] = "Absolutely loved staying at this condo!  The location is ideal in that we could walk anywhere.  This was truly a breath of fresh air in comparison to the sweltering heat back home, not to mention the proximity of so many great attractions.  I would jus add that you might expect a call in the next few years...WE ABSOLUTELY LOVE IT HERE!  Thanks for such a great place.";
testimonials[35][2] = "Fil and Sarah Anne Drambarean";
testimonials[35][3] = "July 4-9, 2010";


testimonials[36]= new Array(3);
testimonials[36][1] = "";
testimonials[36][2] = "";
testimonials[36][3] = "";




