
window.name = "main";

function checkSuitability(id) {
    this.open('check_suitability?id=' + id , 'CheckSuitability', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=510,height=265,left=15,top=5');
}

function streetBlockSearchPopup() {
    //var lang = '';
    this.open('street_block_search', 'MyLocator', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=510,height=265,left=15,top=5');
}

function addThinkSpotsToFavorite() {
    window.external.AddFavorite('http://www.ThinkSpots.com/','ThinkSpots');
}