<!--
var aPayLink = new Array();
var aWebLink = new Array();

// southern facilites
// South East FL
aPayLink[0] = "uV/Ju8fc8DJ8plusaxlVrkPXA=="; aWebLink[0] = "self-storage-palm-beach-gardens-east-park-drive"; // palm-beach-gardens-east-park-drive
aPayLink[1] = "nOgfSZ47EBFTAaBEjzziuw=="; aWebLink[1] = "self-storage-palm-beach-gardens-burns-road"; // palm-beach-gardens-burns-road
aPayLink[2] = "QKLA6b0O4mpVrs2aFvr7plusA=="; aWebLink[2] = "self-storage-north-palm-beach-northlake"; // north-palm-beach-northlake
aPayLink[3] = "FovpLEw5o7i7iX6QnqYO6A=="; aWebLink[3] = "self-storage-north-palm-beach-us1"; // north-palm-beach-us1
aPayLink[4] = "gxx2Db9pluswmplus4JrzuHQDDplusA=="; aWebLink[4] = "self-storage-west-palm-beach-jog-road"; // west-palm-beach-jog-road
aPayLink[5] = "gxMPKnkbYK0y6plus/alGY9/A=="; aWebLink[5] = "self-storage-west-palm-beach-okeechobee-blvd"; // west-palm-beach-okeechobee-blvd
aPayLink[6] = "OWoeNxkDG6/HY0SEnoxFgw=="; aWebLink[6] = "self-storage-lantana"; // lantana
aPayLink[7] = "y/jFm75Wv8IbcvJuzoxkqg=="; aWebLink[7] = "self-storage-boca-raton"; // boca-raton
aPayLink[8] = "f8sNogw9RLZXPhD3OMAG/Q=="; aWebLink[8] = "self-storage-boca-raton-holland-drive"; // boca-raton-holland-drive
// South West FL
aPayLink[9] = "sGa96R4wFgnSHT8NHvfidw=="; aWebLink[9] = "self-storage-fort-myers"; // fort-myers
// North East FL
aPayLink[10] = "WO5jiUK/04/lIjobi5CibA=="; aWebLink[10] = "self-storage-vero-beach"; // vero-beach
// North FL
aPayLink[11] = "yZIZfCplus9aHnNdb1rFupPBQ=="; aWebLink[11] = "self-storage-ocala-2110-36th"; // ocala-2110-36th
aPayLink[12] = "jNaMCnzKlJhH65koodplusEHA=="; aWebLink[12] = "self-storage-ocala-3407-36th"; // ocala-3407-36th
// North West FL
aPayLink[13] = "7mYmrpN9msxazrvSBxZaWw=="; aWebLink[13] = "self-storage-bradenton"; // bradenton
aPayLink[14] = "ljfhb/yp1KRYetc7iGOwWA=="; aWebLink[14] = "self-storage-clearwater"; // clearwater
aPayLink[15] = "F3e81MY3f4IcaovtqM7F3w=="; aWebLink[15] = "self-storage-new-port-richey"; // new-port-richey
aPayLink[16] = "t/AR7SblyW8J9GRUsWCSOQ=="; aWebLink[16] = "southern-self-storage-tampa"; // tampa
// Central FL
aPayLink[17] = "gDjbuPfTbTvqvko6fpC2Kg=="; aWebLink[17] = "self-storage-orlando-silver-star-road"; // orlando-silver-star-road
aPayLink[18] = "plusDlm4qJXbtLZ5RGkCDs2IA=="; aWebLink[18] = "self-storage-orlando-john-young-parkway"; // orlando-john-young-parkway
aPayLink[19] = "cerHoShNLTBfL4Z1nNh3yA=="; aWebLink[19] = "self-storage-kissimmee"; // kissimmee
// northern facilites
aPayLink[20] = "/Bg3f9EfuqIWz9mvplusyJWMg=="; aWebLink[20] = "self-storage-aurora"; // aurora
aPayLink[21] = "hqFZTTuWsckQxgIDaX4ymw=="; aWebLink[21] = "self-storage-barrie"; // barrie
aPayLink[22] = "5glUKf7E0ftI9Gech5cqCg=="; aWebLink[22] = "self-storage-bolton"; // bolton
aPayLink[23] = "qmNXYwgOBfuKuALtIl4tkQ=="; aWebLink[23] = "self-storage-keswick"; // keswick
aPayLink[24] = "fkH8lYKpOXCDelOyuYoplushw=="; aWebLink[24] = "self-storage-newmarket"; // newmarket

function displayInfo() {
	var sCurValue = $('#storage-location').val();
	if (sCurValue == '') {
		var sToDisplay = "<ul><li><a href=\"#\" onClick=\"javascript:alert('Please select a location from the dropdown box above.');return false;\">Reserve a Space</a></li><li><a href=\"#\" onClick=\"javascript:alert('Please select a location from the dropdown box above.');return false;\">My Account/Pay Bills</a></li></ul>";
	} else {
		var nCurValue = parseInt(sCurValue);
		var sToDisplay = "<ul><li><a href='https://www.smdservers.net/SLWebSiteTemplate/ReserveOnly.aspx?sCorpCode=GGYbnc4doRx5Bdr6T9FAKA==&amp;sLocationCode=" + aPayLink[nCurValue] + "' target = '_blank'>Reserve a Space</a></li><li><a href='https://www.smdservers.net/SLWebSiteTemplate/login.aspx?sCorpCode=GGYbnc4doRx5Bdr6T9FAKA==&amp;sLocationCode=" + aPayLink[nCurValue] + "' target = '_blank'>My Account/Pay Bills</a></li></ul>";
	}
	$("div#locInfo").html(sToDisplay);
}
//-->
