﻿

// set the html initial page according to selected language
function initLayout()
{
    //eID("titleDiv").innerHTML = txt_Welcome;
	
	eID("menu_streetSearch_lang").innerHTML = txt_menuStreetSearch_lang;
	eID("menu_landmarkSearch_lang").innerHTML = txt_menuLandmarkSearch_lang;
	eID("menu_About_lang").innerHTML = txt_menuAbout_lang;
	
    eID("showOverlaysSpan").innerHTML = txt_ShowOverlays;
    eID("showOverlaysCheck").style.display = "inline";
    // eID("viewAllSpan").innerHTML = txt_ViewAll;
    eID("streetsSpan").innerHTML = txt_Streets;
    eID("filterText").title = txt_FindStreet;
    eID("filterClearLink").title = txt_ClearFilter;
    
    // eID("partnersSpan").innerHTML = txt_Partners;
    // eID("landmarkDiv").innerHTML = txt_Landmarks; // ???
    // eID("helpSpan").innerHTML = txt_Help;
    eID("languageSpan").innerHTML = txt_Language;
	eID("filterText").value = txt_filterText;
	eID("placeFilterText").value = txt_placeFilterText;
	
	
}


// <a id="sm3" href="javascript:sideMode(3)" style="color:blue;font-weight:normal;text-decoration:underline"><span id="helpSpan"></span></a>

