﻿var IE6 = false /*@cc_on || @_jscript_version < 5.7 @*/;
var isOver = false;

//used for coords per culture
var mylangUse = document.getElementById("hdnValue").value;

//bubble up map copy per culture
if (mylangUse == "fr-ca") {
    //fr-ca
    //coords
    var arrXCoords = new Array("587", "737", "756", "644", "818", "730", "789", "499");
    var arrYCoords = new Array("695", "591", "572", "390", "354", "360", "311", "695");
    //title
    var arrTitles = new Array("Mauritius", "Sarasota", "Merritt Island", "Aurora", "Worcester", "Hamilton", "Montréal", "Manille");
    //content
    var arrBody = new Array("<b>Mauritius</b><br/>Infomatics Park<br/>La Tour Koenig<br/>Pointe aux Sables<br/>Mauritius<br/>Phone: 800-677-2001 <br/><br/> <a href=\"\Mauritius.aspx\" style=\"color:#ff0000;\">Itinéraire pour s’y rendre</a>", "<b>Siège social de l’entreprise</b><br/>2805 Fruitville Road<br/>Sarasota, FL 34237<br/>Téléphone: 1-800-677-2001<br/>Télécopieur: 941-906-9099<br/><br/><a href=\"\CorporateHeadQuarters.aspx\" style=\"color:#ff0000;\">Itinéraire pour s’y rendre</a>", "<b>Floride</b><br/>255 North Sykes Creek Parkway<br/>2nd Floor<br/>Merritt Island, FL 32953<br/>Téléphone: 1-800-789-4009<br/>Télécopieur: 321-631-8852<br/><br/><a href=\"\MerrittIsland.aspx\" style=\"color:#ff0000;\">Itinéraire pour s’y rendre</a>", "<b>Illinois</b><br/>1000 Corporate Boulevard<br/>Aurora, IL 60505<br/>Téléphone: 630-820-4000<br/>Télécopieur: 630-820-7186<br/><br/><a href=\"\Aurora.aspx\" style=\"color:#ff0000;\">Itinéraire pour s’y rendre</a>", "<b>Massachussetts</b><br/>120 Front Street 7th Floor<br/>Worcester, MA 01605<br/>Téléphone: 508-363-3200<br/>Télécopieur: 508-755-4977<br/><br/><a href=\"\Worcester.aspx\" style=\"color:#ff0000;\">Itinéraire pour s’y rendre</a>", "<b>Ontario</b><br/>77 James St N Unit 335/345<br/>Hamilton (Ontario) L8R 2K3<br/>Téléphone: 905-527-9797<br/>Télécopieur: 905-527-4402<br/><br/><a href=\"\Hamilton.aspx\" style=\"color:#ff0000;\">Itinéraire pour s’y rendre</a>", "<b>Québec</b><br/>7077, av. du Parc, bureau 605<br/>Montréal (Québec) H3N 1X7<br/>Téléphone: 1-514-876-8760<br/>Télécopieur: 514-313-8379<br/><br/><a href=\"\Quebec.aspx\" style=\"color:#ff0000;\">Itinéraire pour s’y rendre</a>", "<b>Philippines</b><br/>11th Floor, Robinson’s Equitable Tower<br/>ADB Ave. Corner Proveda Road<br/>Ortigas Center, Pasig City<br/>Philippines 1600<br/>Téléphone: 1-800-677-2001<br/><br/><a href=\"\Manila.aspx\" style=\"color:#ff0000;\">Itinéraire pour s’y rendre</a>");
}
else {
    //en-Us
    //coords
    var arrXCoords = new Array("587", "737", "756", "644", "814", "730", "787", "499");
    var arrYCoords = new Array("678", "581", "557", "380", "342", "348", "297", "677");
    //title
    var arrTitles = new Array("Mauritius", "Sarasota", "Merritt Island", "Aurora", "Worcester", "Hamilton", "Montreal", "Manila");
    //content
    var arrBody = new Array("<b>Mauritius</b><br/>Infomatics Park<br/>La Tour Koenig<br/>Pointe aux Sables<br/>Mauritius<br/>Phone: 800-677-2001 <br/><br/> <a href=\"\Mauritius.aspx\" style=\"color:#ff0000;\">Get Directions to this Location</a> ", "<b>Corporate Headquarters</b><br/> 2805 Fruitville Road<br/> Sarasota, FL 34237<br/> Phone: 800-677-2001  <br/><br/><a href=\"\CorporateHeadQuarters.aspx\" style=\"color:#ff0000;\">Get Directions to this Location</a>", "<b>Florida</b><br/> 255 North Sykes Creek Parkway<br/> 2nd Floor<br/> Merritt Island, FL 32953<br/> Phone: 800-789-4009 <br/><br/><a href=\"\MerrittIsland.aspx\" style=\"color:#ff0000;\">Get Directions to this Location</a>", "<b>Illinois</b><br/> 1000 Corporate Boulevard<br/> Aurora, IL 60505<br/> Phone: 630-820-4000<br/><br/><a href=\"\Aurora.aspx\" style=\"color:#ff0000;\">Get Directions to this Location</a>", "<b>Worcester Massachusetts</b><br/>120 Front Street 7th Floor<br/> Worcester, MA 01605<br/> Phone: 508-363-3200<br/><br/><a href=\"\Worcester.aspx\" style=\"color:#ff0000;\">Get Directions to this Location</a>", "<b>Ontario</b><br/> 77 James Street North<br/> Unit 335/345<br/> Hamilton, Ontario, Canada L8R 2K3<br/> Phone: 905-527-9797<br/><br/><a href=\"\Hamilton.aspx\" style=\"color:#ff0000;\">Get Directions to this Location</a>", "<b>Quebec</b><br/>7077 ave. Du Parc, Suite 605<br/>Montreal, Quebec H3N 1X7<br/>Phone: 514-876-8760 <br/>Fax: 514-313-8379<br/><br/><a href=\"\Quebec.aspx\" style=\"color:#ff0000;\">Get Directions to this Location</a>", "<b>Manila</b><br/> 11th Floor, Robinson’s Equitable Tower<br/>ADB Ave. Corner Proveda Road<br/> Ortigas Center, Pasig City<br/>Philippines 1600<br/> Phone: 800-677-2001 <br/><br/><a href=\"\Manila.aspx\" style=\"color:#ff0000;\">Get Directions to this Location</a>");
}


function showPopup( evt, iIndex ) {
    var xOffset = 0;
    var width = 0;
    if ( self.innerWidth ) {
        width = self.innerWidth;
    } else if ( document.documentElement && document.documentElement.clientWidth ) {
        width = document.documentElement.clientWidth;
    } else if ( document.body ) {
        width = document.body.clientWidth;
    }
    
    if ( width > 980 ) {
        xOffset = (width - 980) / 2;
    }
    
    document.getElementById('PopBox').style.top = arrYCoords[iIndex] - 200 + 'px';
    document.getElementById('PopBox').style.left = (arrXCoords[iIndex] - 163 + xOffset) + 'px';
    
    document.getElementById('PopTitle').innerHTML = arrTitles[iIndex];
    document.getElementById('PopBody').innerHTML = arrBody[iIndex];
    
    document.getElementById('PopBox').style.display = "block";
}

function hidePopup() {
    setTimeout("if ( !isOver ) { document.getElementById('PopBox').style.display = \"none\";document.getElementById('PopBox').style.top = \"1000\"; }",50);
}

function mousedOut() {
    isOver=false;
    hidePopup();
}

function mousedOver() {
    isOver=true;
}