﻿function GetMapDataByLocation(LocationStr, Obj)
{
    $get("Hidden1").value = LocationStr;
    Obj.blur();
    $get("blah").src = "/consultants/images/international/" + LocationStr + ".jpg";
    if ($get("lastlink").value != "")
    {
        $get($get("lastlink").value).style.backgroundColor = "#FFFFFF";
        
    }
    $get("lastlink").value = Obj.id;
    
    $get($get("lastlink").value).style.backgroundColor = "#e9d98f";
    
    
    //$get("link_" + LocationStr).

    MapService.GetMapDataByLocation(LocationStr, DisplayMapData, ErrorHandler, TimeOutHandler);
}

function ResetMapImage()
{
    if ($get("lastlink").value != "")
    {
        $get("blah").src = "/consultants/images/international/" + $get("lastlink").value + ".jpg";
        
    }
    else
    {
        $get("blah").src = "/consultants/images/international/" + $get("currentmap").value + ".jpg";
    }
}

function DisplayMapData(result)
{

    var html = "";
    var country = "";
    
    for(var item in result)
    {
        result[item].Name
        country += result[item].Country;
        
        if ($get("Hidden1").value != "usa")
        {
            if ($get("Hidden1").value != "china")
            {
                if ($get("Hidden1").value != "mexico")
                {
                    if ($get("Hidden1").value != "uk")
                    {
                        html += "<table id=\"BLAHBLAH\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td id=\"col1\"><p><b>Main Contact:</b></p></td><td id=\"col2\"><p><b>Websites:</b></p></td><td id=\"col3\" style=\"border-right:none;\"><p><b>Company Name & Address:</b></p></td></tr><tr><td style=\"border-bottom:none;\"><p>" + result[item].Contact + "</p></td><td style=\"border-bottom:none;\"><p>" + result[item].Website + "</p></td><td style=\"border-bottom:none; border-right:none;\"><p>" + result[item].Address + "</p></td></tr><tr><td id=\"col1\"><p><b>Telephone & Fax:</b></p></td><td id=\"col2\"><p><b>Contact Persons:</b></p></td><td id=\"col3\" style=\"border-right:none;\"></td></tr><tr><td><p>" + result[item].Telephone + "</p></td><td><p>" + result[item].Persons + "</p></td><td style=\"border-right:none;\"></td></tr></table><div id=\"mapfooter\"><p>Please copy International Sales USA on any communications so we can facilitate any special requirements on your behalf<br /><a href=\"mailto:Bonnie.Small@itwfeg.com\">Bonnie.Small@itwfeg.com</a></p></div>";
                        document.getElementById("mapfooter2").style.display = "none";
                    }
                    else
                    {
                        html += "<table id=\"BLAHBLAH\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td id=\"col1\"><p><b>Main Contact:</b></p></td><td id=\"col2\"><p><b>Websites:</b></p></td><td id=\"col3\" style=\"border-right:none;\"><p><b>Company Name & Address:</b></p></td></tr><tr><td style=\"border-bottom:none;\"><p>" + result[item].Contact + "</p></td><td style=\"border-bottom:none;\"><p>" + result[item].Website + "</p></td><td style=\"border-bottom:none; border-right:none;\"><p>" + result[item].Address + "</p></td></tr><tr><td id=\"col1\"><p><b>Telephone & Fax:</b></p></td><td id=\"col2\"><p><b>Contact Persons:</b></p></td><td id=\"col3\" style=\"border-right:none;\"></td></tr><tr><td><p>" + result[item].Telephone + "</p></td><td><p>" + result[item].Persons + "</p></td><td style=\"border-right:none;\"></td></tr></table>";
                        document.getElementById("mapfooter2").style.display = "block";
                    }
                }
                else
                {
                    html += "<table id=\"BLAHBLAH\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td id=\"col1\"><p><b>Main Contact:</b></p></td><td id=\"col2\"><p><b>Websites:</b></p></td><td id=\"col3\" style=\"border-right:none;\"><p><b>Company Name & Address:</b></p></td></tr><tr><td style=\"border-bottom:none;\"><p>" + result[item].Contact + "</p></td><td style=\"border-bottom:none;\"><p>" + result[item].Website + "</p></td><td style=\"border-bottom:none; border-right:none;\"><p>" + result[item].Address + "</p></td></tr><tr><td id=\"col1\"><p><b>Telephone & Fax:</b></p></td><td id=\"col2\"><p><b>Contact Persons:</b></p></td><td id=\"col3\" style=\"border-right:none;\"></td></tr><tr><td><p>" + result[item].Telephone + "</p></td><td><p>" + result[item].Persons + "</p></td><td style=\"border-right:none;\"></td></tr></table><div id=\"mapfooter\"><p>Please copy International Sales USA on any communications so we can facilitate any special requirements on your behalf<br /><a href=\"mailto:Bonnie.Small@itwfeg.com\">Bonnie.Small@itwfeg.com</a></p></div><div id=\"mapfooter\"><p>Hobart has an extensive presence in Mexico with the head office in Mexico City (52-55-52062-8200).</p><p>Branch offices and remote technicians are in major cities in Mexico including:</p><ul><li>Cancun</li><li>Culiacan</li><li>Guadalajara</li><li>Monterrey</li><li>Tijuana</li><li>Hermosillo</li><li>Chihuahua</li></ul></div>";
                }
            }
            else
            {
                html += "<table id=\"BLAHBLAH\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td id=\"col1\"><p><b>Main Contact:</b></p></td><td id=\"col2\"><p><b>Websites:</b></p></td><td id=\"col3\" style=\"border-right:none;\"><p><b>Company Name & Address:</b></p></td></tr><tr><td style=\"border-bottom:none;\"><p>" + result[item].Contact + "</p></td><td style=\"border-bottom:none;\"><p>" + result[item].Website + "</p></td><td style=\"border-bottom:none; border-right:none;\"><p>" + result[item].Address + "</p></td></tr><tr><td id=\"col1\"><p><b>Telephone & Fax:</b></p></td><td id=\"col2\"><p><b>Contact Persons:</b></p></td><td id=\"col3\" style=\"border-right:none;\"></td></tr><tr><td><p>" + result[item].Telephone + "</p></td><td><p>" + result[item].Persons + "</p></td><td style=\"border-right:none;\"></td></tr></table><div id=\"mapfooter\"><p>Please copy International Sales USA on any communications so we can facilitate any special requirements on your behalf<br /><a href=\"mailto:Bonnie.Small@itwfeg.com\">Bonnie.Small@itwfeg.com</a></p></div><div id=\"mapfooter\"><p>Hobart China manufactures warewashers, designed for Asia, in Tianjin, China.</p><p>Hobart China has offices in:</p><ul><li>Chongqing</li><li>Beijing</li><li>Guangzhou</li><li>Shanghai</li></ul></div>";
            }
        }
        else
        {
            html += "<table id=\"BLAHBLAH\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td id=\"col1\"><p><b>Main Contact:</b></p></td><td id=\"col2\"><p><b>Websites:</b></p></td><td id=\"col3\" style=\"border-right:none;\"><p><b>Company Name & Address:</b></p></td></tr><tr><td style=\"border-bottom:none;\"><p>" + result[item].Contact + "</p></td><td style=\"border-bottom:none;\"><p>" + result[item].Website + "</p></td><td style=\"border-bottom:none; border-right:none;\"><p>" + result[item].Address + "</p></td></tr><tr><td id=\"col1\"><p><b>Telephone & Fax:</b></p></td><td id=\"col2\"><p><b>Contact Persons:</b></p></td><td id=\"col3\" style=\"border-right:none;\"></td></tr><tr><td><p>" + result[item].Telephone + "</p></td><td><p>" + result[item].Persons + "</p></td><td style=\"border-right:none;\"></td></tr></table>";
        }
    }
    $get("gridContainer").innerHTML = html;
    $get("country").innerHTML = country;
    $get("gridContainer").focus();
}

function ErrorHandler(result)
{
   alert("An Error has occured.  Please refresh the page and try again.");
   
   //var msg=result.get_exceptionType() + "\r\n";
   //msg += result.get_message() + "\r\n";
   //msg += result.get_stackTrace();
   //alert(msg);
   
}

function TimeOutHandler(result)
{
   alert("Timeout Error has occured.  Please refresh the page and try again.");
}