<!--
var aPhone = new Array();
var aPayLink = new Array();
var aEmail = new Array();
var aWebLink = new Array();
var nSouthernLocations = 20;

// southern facilites
aPayLink[0] = "y/jFm75Wv8IbcvJuzoxkqg=="; // boca-raton
aPayLink[1] = "f8sNogw9RLZXPhD3OMAG/Q=="; // boca-raton-holland-drive
aPayLink[2] = "7mYmrpN9msxazrvSBxZaWw=="; // bradenton
aPayLink[3] = "ljfhb/yp1KRYetc7iGOwWA=="; // clearwater
aPayLink[4] = "sGa96R4wFgnSHT8NHvfidw=="; // fort-myers
aPayLink[5] = "cerHoShNLTBfL4Z1nNh3yA=="; // kissimmee
aPayLink[6] = "OWoeNxkDG6/HY0SEnoxFgw=="; // lantana
aPayLink[7] = "F3e81MY3f4IcaovtqM7F3w=="; // new-port-richey
aPayLink[8] = "QKLA6b0O4mpVrs2aFvr7plusA=="; // north-palm-beach-northlake
aPayLink[9] = "FovpLEw5o7i7iX6QnqYO6A=="; // north-palm-beach-us1
aPayLink[10] = "yZIZfCplus9aHnNdb1rFupPBQ=="; // ocala-2110-36th
aPayLink[11] = "jNaMCnzKlJhH65koodplusEHA=="; // ocala-3407-36th
aPayLink[12] = "plusDlm4qJXbtLZ5RGkCDs2IA=="; // orlando-john-young-parkway
aPayLink[13] = "gDjbuPfTbTvqvko6fpC2Kg=="; // orlando-silver-star-road
aPayLink[14] = "nOgfSZ47EBFTAaBEjzziuw=="; // palm-beach-gardens-burns-road
aPayLink[15] = "uV/Ju8fc8DJ8plusaxlVrkPXA=="; // palm-beach-gardens-east-park-drive
aPayLink[16] = "t/AR7SblyW8J9GRUsWCSOQ=="; // tampa
aPayLink[17] = "gxx2Db9pluswmplus4JrzuHQDDplusA=="; // west-palm-beach-jog-road
aPayLink[18] = "gxMPKnkbYK0y6plus/alGY9/A=="; // west-palm-beach-okeechobee-blvd
aPayLink[19] = "WO5jiUK/04/lIjobi5CibA=="; // vero-beach
// northern facilites
aPayLink[20] = "/Bg3f9EfuqIWz9mvplusyJWMg=="; // aurora
aPayLink[21] = "hqFZTTuWsckQxgIDaX4ymw=="; // barrie
aPayLink[22] = "5glUKf7E0ftI9Gech5cqCg=="; // bolton
aPayLink[23] = "qmNXYwgOBfuKuALtIl4tkQ=="; // keswick
aPayLink[24] = "fkH8lYKpOXCDelOyuYoplushw=="; // newmarket

// southern facilities
aWebLink[0] = "self-storage-boca-raton";
aWebLink[1] = "self-storage-boca-raton-holland-drive";
aWebLink[2] = "self-storage-bradenton";
aWebLink[3] = "self-storage-clearwater";
aWebLink[4] = "self-storage-fort-myers";
aWebLink[5] = "self-storage-kissimmee";
aWebLink[6] = "self-storage-lantana";
aWebLink[7] = "self-storage-new-port-richey";
aWebLink[8] = "self-storage-north-palm-beach-northlake";
aWebLink[9] = "self-storage-north-palm-beach-us1";
aWebLink[10] = "self-storage-ocala-2110-36th";
aWebLink[11] = "self-storage-ocala-3407-36th";
aWebLink[12] = "self-storage-orlando-john-young-parkway";
aWebLink[13] = "self-storage-orlando-silver-star-road";
aWebLink[14] = "self-storage-palm-beach-gardens-burns-road";
aWebLink[15] = "self-storage-palm-beach-gardens-east-park-drive";
aWebLink[16] = "southern-self-storage-tampa";
aWebLink[17] = "self-storage-west-palm-beach-jog-road";
aWebLink[18] = "self-storage-west-palm-beach-okeechobee-blvd";
aWebLink[19] = "self-storage-vero-beach";
// northern facilites
aWebLink[20] = "self-storage-aurora";
aWebLink[21] = "self-storage-barrie";
aWebLink[22] = "self-storage-bolton";
aWebLink[23] = "self-storage-keswick";
aWebLink[24] = "self-storage-newmarket";

function displayInfo(indLocation) {
	if (indLocation >= nSouthernLocations + 1) {
		indOffset = 2; 
	} else {
		indOffset = 1; 
	}
	
	if (indLocation > 0 && indLocation != (nSouthernLocations + 1)) {
		var sToDisplay = "<ul><li><a href='https://www.smdservers.net/SLWebSiteTemplate/login.aspx?sCorpCode=GGYbnc4doRx5Bdr6T9FAKA==&amp;sLocationCode=" + aPayLink[indLocation - indOffset] + "' target = '_blank'>Pay Online</a></li><li><a href='https://www.smdservers.net/SLWebSiteTemplate/login.aspx?sCorpCode=GGYbnc4doRx5Bdr6T9FAKA==&amp;sLocationCode=" + aPayLink[indLocation - indOffset] + "' target = '_blank'>My Account</a></li><li><a href='https://www.smdservers.net/SLWebSiteTemplate/ReserveOnly.aspx?sCorpCode=GGYbnc4doRx5Bdr6T9FAKA==&amp;sLocationCode=" + aPayLink[indLocation - indOffset] + "' target = '_blank'>Reserve</a></li><li><a href='./" + aWebLink[indLocation - indOffset] + "/specials.php'>Specials</a></li><li><a href='./" + aWebLink[indLocation - indOffset] + "/.'>Visit Site</a></li></ul>";
	} else {
		var sToDisplay = "<ul><li><a href=\"#\" onClick=\"javascript:alert('Please select a location from the dropdown box above.');return false;\">Pay Online</a></li><li><a href=\"#\" onClick=\"javascript:alert('Please select a location from the dropdown box above.');return false;\">My Account</a></li><li><a href=\"#\" onClick=\"javascript:alert('Please select a location from the dropdown box above.');return false;\">Reserve</a></li><li><a href=\"#\" onClick=\"javascript:alert('Please select a location from the dropdown box above.');return false;\">Specials</a></li><li><a href=\"#\" onClick=\"javascript:alert('Please select a location from the dropdown box above.');return false;\">Visit Site</a></li></ul>";
	}
	jQuery("div#locInfo").html(sToDisplay);
}
//-->