// 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="LOW SEASON RATES NOW! $125/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'>Due to the slow tourism in Victoria in 2009, we have reduced our rates to LOW SEASON rates as of AUGUST 10, 2009.</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 5% GST 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 = 11;   // 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[28]= new Array(3);
testimonials[28][1] = "";
testimonials[28][2] = "";
testimonials[28][3] = "";



