var langs = {
  // home.html page
  "title_home": "L.F. George Properties",
  "footer_name": "Millbrae Paradise Sales Office",
  "footer_addr": " | 151 El Camino Real, Millbrae, CA 94030 | (415) 828-9300",
  "footer_terms": "Terms of Use",
  "footer_policy": "Privacy Policy",
  "footer_copyright": "L.F. George Properties © 2009 ",

  // mp.html
  "title_mp": "L.F. George Properties | Millbrae Paradise",
  "click_learn": "Click Here to learn more ",
  "about": " about ",
  "millbrae": "Millbrae Paradise",
  "click_see_building": "Click to see different building views:",
  "el_camino_real": "El Camino Real",
  "broadway": "Broadway",
  "chadbourne": "Chadbourne Ave.",
  "bird": "Bird View",
  "welcome_to": "Welcome To Millbrae Paradise ",
  "mp_line1": "Centrally located in the prestigious San Francisco peninsula, Millbrae Paradise offers urban families and young professionals an ideal perfect balance between city life and suburban living. Easily go from a day relaxing on the Peninsula’s picturesque beaches, parks, and hiking trails to fabulous shopping and world-class restaurants in San Francisco. The city of Millbrae itself boasts of several distinguished schools and a vibrant downtown area, which is a mere 5 minute walk away.",
  "mp_line2": "Complementing this urban setting, each residence in Millbrae Paradise features gourmet kitchens with the latest in modern appliances, spacious bedrooms with walk-in closets, and stylish finishes. Secure underground residential parking and gorgeous courtyards complete this welcoming community.",
  "mp_line3": "Come experience the comfort, style, and convenience of Millbrae Paradise today!",
  "view_el_camino": " View from El Camino Real ",

  // mpbro.html
  "view_broadway": " View from Broadway ",

  // mpcha.html
  "view_chadbourne": " View from Chadbourne Ave. ",

  // mpbv.html
  "view_roof": " Courtyard Landscape and Roof Top View ",

  // terms_of_use.html
  "terms_line1": "By use of this website, you accept and agree to all terms, conditions and notices contained or referenced on the web site. Please read the following terms carefully. If you do not agree to the Terms of Use, do not use this site. LF George Properties LLC reserves the right to update or revise the Terms of Use at anytime, and you should therefore check the Terms of Use periodically for changes.",
  "terms_line2": "LF George Properties LLC reserves the right, in its sole discretion, to terminate or block you access to all or part or this website, with or without notice.",

  // privacy_policy.html
  "policy_line1": "Your privacy on the internet is important to us and we value the trust that our guests place in us. We are committed to protecting the personal privacy of everyone who visits our Website. LF George Properties LLC provides this Privacy Statement to inform you of our Privacy Policy and the choices you can make about the way your information is collected online and how that information is used. We will never share or sell your personal information with another company, which includes but not limited to your name, address, phone number and Email address. ",
  "policy_line2": "You will only receive emails or mailings from LF George Properties LLC if you have requested to be on any of our interest lists. If you are currently on a list and do not wish to receive further information from us, simply tell us by contacting our sale representative.",
  "policy_line3": "If you have further questions about our Privacy Policy, the practices of our website or your experience with our site, or for information on how to use of your personal data, you may contact our sale representative. By visiting this site you are agreeing to the terms as outlined above and in the Terms of Use section. We reserve the right to change our Privacy Policy at any time.",

  // about.html
  "title_about": "L.F. George Properties | About Us",
  "about_title": "About L.F. George Properties",
  "about_line1": "Founded in the San Francisco Bay Area, LF George Properties has over 20 years of experience in investing, developing, and managing property all over the Bay Area. LF George Properties is a local company that understands the needs of Bay Area residents and is committed to providing quality affordable housing.",

  // contact_us.html
  "title_contact_us": "L.F. George Properties | Contact Us",
  "contact_us_addr": "<strong>Millbrae Paradise <br />Sale Center:</strong> <br />151 El Camino Real<br/> Millbrae, CA 94030<br />(415) 828-9300 <br />or (415) 863-2888<br />Info@LFGeorgeProperties.com<br /><br /> <strong>Office Hours: </strong><br/>Mon - Fri 8:00am to 4:30pm  <br /><br /><strong>Mailing Address:</strong><br />888 Brannan Street, #153-155 <br />San Francisco, CA 94103",
  "contact_error1": "Please submit a proper email address.",
  "contact_error2": "Please re-type your email address",
  "contact_error3": "Please submit your name.",
  "contact_info1": "Thank you, your message has been sent.",
  "contact_error4": "Error Sending Message. Please re-send to <a href='susanna@ssquaregraphix.com'>administrator</a>",
  "contact_error5": "OOPS! You forgot something:",
  "first_name": "First Name:",
  "last_name": "Last Name:",
  "address": "Address:",
  "city_state_zip": "City State Zip:",
  "phone": "Phone #:",
  "email": "Email:",
  "confirm_email": "Confirm Email:",
  "email_me": "Email Me Updates:",
  "preferred_contact": "Preferred Method of Contact:",
  "by_mail": "By Mail",
  "by_phone": "By Phone",
  "by_email": "By Email",
  "purchase": "When are you looking to purchase?",
  "thr_months": "3 months",
  "six_months": "6 months",
  "nine_months": "9 months",
  "one_year": "1 year or more",
  "what_home": "What type of home are you looking for?",
  "one_bedroom": "1 Bedroom",
  "two_bedroom": "2 Bedroom",
  "thr_bedroom": "3 Bedroom",
  "price": "Price Range:",
  "price_more": "$900,000-$1,000,000 or more",
  "find_us": "How did you find us?",
  "newspaper": "Newspaper",
  "magazine": "Magazine",
  "referral": "Referral",
  "sign_billboard": "Sign/Billboard",
  "search_engine": "Search Engine",
  "other": "Other",
  "message": "Message:",
  "send": "Send",
  "reset": "Reset",
  "required": "fields are required.",
  "contact_note": "By providing my e-mail and or telephone number, I agree that LF George Properties may contact me regarding community updates, specil offerings, and event invitations. The information contained in this form will remain confidential. ",

  // Virtual Tour
  "virtual_tour": "Virtual Tour",
  "master_bedroom": "Master Bedroom",
  "living_room": "Living Room",
  "living_room1": "Living Room with Patio",
  "exit": "Exit",
  "virtual_descr": "click inside of image and drag for interactive virtual tour "
}


//Write language picker BEGIN
var ALLOW_LANGS = [
					{"title": "English", "sym": "en"},
					{"title": "中文（繁體）", "sym": "zh-cn"}
				  ];

function getLangPicker(params) {
	var currentLang = params.currentLang;
	var page = params.page;
	var ret = [];
	for (var i=0;i< ALLOW_LANGS.length;i++ ) {
		if (currentLang != ALLOW_LANGS[i]["sym"]) {		
			if (page.indexOf("/") == -1)
				ret[ret.length] = '<a href="../'+ ALLOW_LANGS[i]["sym"] +'/'+ page +'" target="_self" class="lang_link">'+ALLOW_LANGS[i]["title"]+'</a>';
			else if (page.split("/").length == 3) 
				ret[ret.length] = '<a href="../../../'+ ALLOW_LANGS[i]["sym"] +'/'+  page +'" target="_self" class="lang_link">'+ALLOW_LANGS[i]["title"]+'</a>';
			else if (page.split("/").length == 2)
				ret[ret.length] = '<a href="../../'+ ALLOW_LANGS[i]["sym"] +'/'+  page +'" target="_self" class="lang_link">'+ALLOW_LANGS[i]["title"]+'</a>';
		} else {
			ret[ret.length] = '<span class="lang_label">'+ALLOW_LANGS[i]["title"]+'</span>';
		}
	}
	var splitor = '<span class="lang_sep">&nbsp;|&nbsp;</span>'
	return ret.join(splitor);
}

//Write language picker END
