

// 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 emailWord="Email";
var mailtoAddress="Luna@victoriaMonacoCondo.com";
var phone_message="Phone: 250-661-4241";

// the following represent the lefthand tabs on the home page

var home_bullet_1="Stunning, two-bedroom, penthouse condo";
var home_bullet_2="Expansive, private, garden, rooftop, patio";
var home_bullet_3="Fine dining, theatres, boutiques and more at your doorstep";
var home_bullet_4="Enjoy Victoria's vibrant Inner Harbour only steps away";
var home_bullet_5="";


// Here is the main introductory text on the home page...note that it must be one long line 


var home_title="\"Luna\" offers Fabulous Penthouse Living in the Monaco Lofts";

var home_main_text="<strong>Low Season Rates in effect as of September 16!</strong><p> Welcome to <a href='suite.shtml'>the Luna</a>, a fully-furnished executive 2-bedroom 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 penthouse 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 Luna 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="Show it";
var alt_suite_pic2="Show it";
var alt_suite_pic3="Show it";


// 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, 2 bedroom suite";
var suite_bullet_2="900 square feet";
var suite_bullet_3="Penthouse, with private 700 square foot garden patio";
var suite_bullet_4="Gas fireplace inside , gas BBQ outside";
var suite_bullet_5="Two ensuite bathrooms";	
var suite_bullet_6="Fully equipped, gourmet kitchen with granite countertops ";
var suite_bullet_7="Stainless steel appliances including gas range ";
var suite_bullet_8="Wireless internet with LCD digital cable HDTV, DVD/CD player ";
var suite_bullet_9="Cordless telephones with free long distance calling included (within North America)";
var suite_bullet_10="Smoke-free and pet-free environment";


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=" ";
var alt_amenities_pic2=" ";
var alt_amenities_pic3=" ";


// Here is the suite text on the suite page...note that it must be one long line 

var amenities_title="The Luna has everything you need ...";

var amenities_bullet_1="Premium quality, pillow-top, queen sized mattresses and superior, hypoallergenic linens";
var amenities_bullet_2="Large, bright, wooden Pella windows throughout";
var amenities_bullet_3="Vaulted,12 foot ceilings, exposed beams and skylight ";
var amenities_bullet_4="Two sliding glass doors onto patio (one off Master bedroom) ";
var amenities_bullet_5="Fully equipped kitchen with fridge, stove, dishwasher, microwave, dishes, cutlery, stainless pots and pans, toaster, kettle, blender, coffee maker, coffee grinder, and more";	
var amenities_bullet_6="Beautiful leather furniture";
var amenities_bullet_7="Free, secure, gated parking ";
var amenities_bullet_8="South facing ";
var amenities_bullet_9="700 sq. ft. totally Private patio, with gas BBQ - perfect for outdoor relaxation ";
var amenities_bullet_10="Complimentary coffee and tea ";
var amenities_bullet_11="Washer and dryer in premises";
var amenities_bullet_12="";


// PHOTOS PAGE


// Here is the title text on the photos page

var photos_title="Place mouse over each photo to enlarge";

// 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]="building.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]="monaco.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] = "Patio";
photo_section[2][2]="patio1.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]="patio2.jpg";

photo_section[3] = new Array(4);
photo_section[3][1] = "Living<BR>Room";
photo_section[3][2]="living1.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]="living2.jpg";

photo_section[4] = new Array(4);
photo_section[4][1] = "Kitchen";
photo_section[4][2]="kitchen1.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]="kitchen2.jpg";

photo_section[5] = new Array(4);
photo_section[5][1] = "Dining";
photo_section[5][2]="dining1.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]="dining2.jpg";

photo_section[6] = new Array(4);
photo_section[6][1] = "Bedrooms";
photo_section[6][2]="bedroom1.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]="bedroom2.jpg";

photo_section[7] = new Array(4);
photo_section[7][1] = "Views";
photo_section[7][2]="sky.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]="sky2.jpg";




// LOCATION PAGE


// Here is the TITLE on the Location page...note that it must be one long line 



var location_title="The Monaco Luna in Victoria B.C. is right in the heart of downtown";




// RESERVATIONS PAGE


// Here is the TITLE on the Reservation page 



var reservations_title="<strong></strong><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="Nights of:<BR>June 15 to Sept 15<br>December 19 to January 3";




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]="$245/day";


highrates[2] = new Array(3);
highrates[2][1]="Daily:<br>(2 days only)";
highrates[2][2]="$275/day";

highrates[3] = new Array(3);
highrates[3][1]="Weekly:";
highrates[3][2]="$1475";

highrates[4] = new Array(3);
highrates[4][1]="Monthly:";
highrates[4][2]="Not Available";

highrates[5] = new Array(3);
highrates[5][1]= "";
highrates[5][2]= "";

highrates[6] = new Array(3);
highrates[6][1]="";
highrates[6][2]="";



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]="$195/day";


lowrates[2] = new Array(3);
lowrates[2][1]="Daily:<br>(2 days only)";
lowrates[2][2]="$225/day";

lowrates[3] = new Array(3);
lowrates[3][1]="Weekly:";
lowrates[3][2]="$1050";

lowrates[4] = new Array(3);
lowrates[4][1]="Two Weeks";
lowrates[4][2]="$1575";

lowrates[5] = new Array(3);
lowrates[5][1]= "Three Weeks";
lowrates[5][2]= "$1975";

lowrates[6] = new Array(3);
lowrates[6][1]="Monthly:";
lowrates[6][2]="$2350";



var rates_additional_info="Rates are based on up to 4 people.<P>Rates are inclusive of all costs except 5% GST and are in Canadian funds.";



var testimonials = new Array(100);

var testimonialCount = 27;   // edit this as more testimonials are added... up to 100 allowed

testimonials[1] = new Array(3);
testimonials[1][1] = "Top notch accomodations!  I'll be back ...";
testimonials[1][2] = "Gary Greageunom - Vashon Island, WA";
testimonials[1][3] = "March 30, 2008";

testimonials[2]= new Array(3);
testimonials[2][1] = "Enjoyed our stay! Great accommodation, well furnished and beautiful decor!";
testimonials[2][2] = "Jons & Adams from Edmonton AB";
testimonials[2][3] = "April 6, 2008";

testimonials[3]= new Array(3);
testimonials[3][1] = "Great location and all the wonderful makings of a place to call home!  Thank you so much.  ";
testimonials[3][2] = "Kris, Lyle, Kelly & Courtney Goodbrand - Jerseyville, Ontario";
testimonials[3][3] = "April 17, 2008";

testimonials[4]= new Array(3);
testimonials[4][1] = "We've been to victoria many times and this is the most comfortable place we've stayed.  It's just beautiful!  Thank you so much.";
testimonials[4][2] = "Chuck and Nancy Sunderlin - Bend, OR";
testimonials[4][3] = "May 1, 2008";

testimonials[5]= new Array(3);
testimonials[5][1] = "Great accommodations!  The location is perfect - accessible to downtown and the wharf.  We enjoyed our stay.  Many thanks.";
testimonials[5][2] = "Gordon and Rita Mielke";
testimonials[5][3] = "May 04, 2008";

testimonials[6]= new Array(3);
testimonials[6][1] = "We enjoyed our stay, very comfortable & exceptionally clean accommodation.  Great location!";
testimonials[6][2] = "Kenji and Lily - Hawaii, Bert and Sherri (Colorado)";
testimonials[6][3] = "May 14, 2008";

testimonials[7]= new Array(3);
testimonials[7][1] = "Loved the accommodation - nice decor, very comfortable, great location!";
testimonials[7][2] = "Zoe & Trista Carey, & Lee Walker - Red Deer AB";
testimonials[7][3] = "May 18, 2008";

testimonials[8]= new Array(3);
testimonials[8][1] = "Trista's birthday.";
testimonials[8][2] = "";
testimonials[8][3] = "May 23, 2008";

testimonials[9]= new Array(3);
testimonials[9][1] = "Awesome location, great interiors. Excellent stay for a family.  We will definately recommend people about this place";
testimonials[9][2] = "Abhi & Nijati Gupta (Seattle WA) - Ashok and Bharti Desai (India)";
testimonials[9][3] = "May 30, 2008";

testimonials[10]= new Array(3);
testimonials[10][1] = "We were out for a Law School convocation.  Great location, we had fun!";
testimonials[10][2] = "Roger & Lori Conner - Claremore AB - Kyla Conre-Driedeic & Admon Driedzic - Edmonton ";
testimonials[10][3] = "June 8, 2008";

testimonials[11]= new Array(3);
testimonials[11][1] = "We came in from your Tofino place (which we liked very much) into the city to your Victoria condo - very POSH";
testimonials[11][2] = "";
testimonials[11][3] = "May 31, 2008";


testimonials[12]= new Array(3);
testimonials[12][1] = "We enjoyed our stay very much and hope to come back for a longer stay.  Great location and very well equiped home away from home";
testimonials[12][2] = "The Seyals - Vancouver";
testimonials[12][3] = "June 4, 2008";


testimonials[13]= new Array(3);
testimonials[13][1] = "We found your place through the internet and weren't sure what to expect.  What a great location.  Warm, comfortable place to stay, so much more relaxing than a hotel. It was exactly as described.  We'll be back.";
testimonials[13][2] = "Lori & Vince Pishwan (Stockton CA)";
testimonials[13][3] = "June 14, 2008";


testimonials[14]= new Array(3);
testimonials[14][1] = "Comfortable, beautiful and clean.  Thank you for your hospitality.  We definately look forward to coming back.";
testimonials[14][2] = "Frank & Sandy MOham (Stockton CA)";
testimonials[14][3] = "June 20, 2008";


testimonials[15]= new Array(3);
testimonials[15][1] = "Enjoyed the downtown environment and this fun apartment.  We'd been to Victoria 25 years ago when I began to suspect I was pregnant.  Brought the 25 year old and 18 year old girls back with us this time for family fun.  Very comfortable stay - many thanks!";
testimonials[15][2] = "Jeanne Larry & Brenna Jones - Poway CA - Whitney Jones Morcester MA";
testimonials[15][3] = "June 28, 2008";


testimonials[16]= new Array(3);
testimonials[16][1] = "Great place!  Loved the city too!  Thanks";
testimonials[16][2] = "Judy and Rick (Edmonton)";
testimonials[16][3] = "July 2, 2008";


testimonials[17]= new Array(3);
testimonials[17][1] = "Thanks for the wonderful accommodations!  What a great place to stay while enjoying this great city.";
testimonials[17][2] = "Chiristine, Mark Dwyer - Couer DeLaine, Idaho";
testimonials[17][3] = "July 12, 2008";


testimonials[18]= new Array(3);
testimonials[18][1] = "Wonderful place to stay in such a fun city!  Thank you for all your help.";
testimonials[18][2] = "Cindy, Jean & Charlotte - Portland, OR";
testimonials[18][3] = "July 16, 2008";


testimonials[19]= new Array(3);
testimonials[19][1] = "Spacious and comfortable!  Thanks!";
testimonials[19][2] = "Rod and Jan - Red Deer AB";
testimonials[19][3] = "July 27, 2008";


testimonials[20]= new Array(3);
testimonials[20][1] = "We loved visiting our kids and grandson & staying in your great condo in this awesome and unique city!  Many thanks!";
testimonials[20][2] = "The Gosmairs - Toledo, Ohio";
testimonials[20][3] = "August 23, 2008";




testimonials[21]= new Array(3);
testimonials[21][1] = "Thanks Jennifer - loved your beautiful condo!  It was a pleasure to barbecue and dine on the spacious patio.  Everything in the condo felt new and fresh - you looked after every detail and we were very comfortable.  Look forward to coming back some day.  Cheers!";
testimonials[21][2] = "John and Sharm Doherty";
testimonials[21][3] = "September 17, 2008";




testimonials[22]= new Array(3);
testimonials[22][1] = "Most enjoyable stay in your lovely apartment which is beautifully fitted out and central to main areas making our first visit to Victoria a wonderful experience.  Many thanks!";
testimonials[22][2] = "Don and Eleanor Newman - South Africa";
testimonials[22][3] = "September 19, 2008";




testimonials[23]= new Array(3);
testimonials[23][1] = "This place is great!  Clean, comfy & great location.  I definately will stay here during my next visit to Victoria.  I also loved the way it is decorated...great taste!  Thanks for everything!";
testimonials[23][2] = "Jonathan & Karin, Donnie & Bob";
testimonials[23][3] = "September 19, 2008";


testimonials[24]= new Array(3);
testimonials[24][1] = "We have had such a wonderful family week with our mother who is in a home.  Such a beautiful place to rest at the end of the day!  Thank you for sharing yoru beautiful place.";
testimonials[24][2] = "Sharon and Darrin (Winnipeg) - Errol and Donna (Kingston)";
testimonials[24][3] = "October 21, 2008";


testimonials[25]= new Array(3);
testimonials[25][1] = "We absolutely loved everything about this condo!  Especially the view.  We loved watching the birds put on their acrobatics show at dusk.  We'll be back!";
testimonials[25][2] = "John, Lori, & Chloe";
testimonials[25][3] = "October 29, 2008";


testimonials[26]= new Array(3);
testimonials[26][1] = "Wonderful condo.  Great location.  We'll be back!  Thanks for everything.";
testimonials[26][2] = "Mike, Joyce & Heather - Calgary";
testimonials[26][3] = "November 11, 2008";




testimonials[27]= new Array(3);
testimonials[27][1] = "Great condo.  We enjoyed our month here.  Thanks.";
testimonials[27][2] = "Don & Jessie Stowe, Eva Gillingham - Pasadena, Newfoundland";
testimonials[27][3] = "December 11, 2008";




testimonials[28]= new Array(3);
testimonials[28][1] = "";
testimonials[28][2] = "";
testimonials[28][3] = "";


