<!--

function turn_on (img,self) {
if (document.images) document.images[img].src='http://www.selfstoreit.com/assets/pics/btn_' + img + '_a.gif'
}

function turn_off (img,self) {
if (active_btn != self) {
if (document.images) document.images[img].src='http://www.selfstoreit.com/assets/pics/btn_' + img + '.gif'
}
}
subnavig="";

var pic = new Array();
  pic[0] = "http://www.selfstoreit.com/assets/btn_home.gif";
  pic[1] = "http://www.selfstoreit.com/assets/btn_home_a.gif";
  pic[2] = "http://www.selfstoreit.com/assets/btn_locations.gif";
  pic[3] = "http://www.selfstoreit.com/assets/btn_locations_a.gif";
  pic[4] = "http://www.selfstoreit.com/assets/btn_renting.gif";
  pic[5] = "http://www.selfstoreit.com/assets/btn_renting_a.gif";
  pic[6] = "http://www.selfstoreit.com/assets/btn_contact.gif";
  pic[7] = "http://www.selfstoreit.com/assets/btn_contact_a.gif";
  pic[6] = "http://www.selfstoreit.com/assets/btn_resources.gif";
  pic[7] = "http://www.selfstoreit.com/assets/btn_resources_a.gif";
  
image="image";
if (document.images) {
for (ii=0; ii<pic.length; ii++) {
image=image+ii;
  image = new Image();
  image.src = pic[ii];
}
  }

if (active_btn == "home") {status="_a";} else {status="";}
document.write ( "<a href=\"http://www.selfstoreit.com/index.html\" onMouseOver=\"turn_on('home','home'); turn_off ('" + active_btn + "','home')\" onMouseOut=\"turn_off('home','home'); turn_on('" + active_btn + "','home');\"><img name=\"home\" src=\"http://www.selfstoreit.com/assets/pics/btn_home" + status + ".gif\" width=\"84\" height=\"35\" border=\"0\" alt=\"Home\"></a>" + subnavig);
subnavig="";

if (active_btn == "locations") {status="_a";} else {status="";}
document.write ( "<a href=\"http://www.selfstoreit.com/locations.html\" onMouseOver=\"turn_on('locations','locations'); turn_off ('" + active_btn + "','locations')\" onMouseOut=\"turn_off('locations','locations'); turn_on('" + active_btn + "','locations');\"><img name=\"locations\" src=\"http://www.selfstoreit.com/assets/pics/btn_locations" + status + ".gif\" width=\"84\" height=\"35\" border=\"0\" alt=\"Locations\"></a>" + subnavig);
subnavig="";

if (active_btn == "renting") {status="_a";} else {status="";}
document.write ( "<a href=\"http://www.selfstoreit.com/renting.html\" onMouseOver=\"turn_on('renting','renting'); turn_off ('" + active_btn + "','renting')\" onMouseOut=\"turn_off('renting','renting'); turn_on('" + active_btn + "','renting');\"><img name=\"renting\" src=\"http://www.selfstoreit.com/assets/pics/btn_renting" + status + ".gif\" width=\"84\" height=\"35\" border=\"0\" alt=\"Renting Info\"></a>" + subnavig);
subnavig="";

if (active_btn == "resources") {status="_a";} else {status="";}
document.write ( "<a href=\"http://www.selfstoreit.com/resources.html\" onMouseOver=\"turn_on('resources','resources'); turn_off ('" + active_btn + "','resources')\" onMouseOut=\"turn_off('resources','resources'); turn_on('" + active_btn + "','resources');\"><img name=\"resources\" src=\"http://www.selfstoreit.com/assets/pics/btn_resources" + status + ".gif\" width=\"84\" height=\"35\" border=\"0\" alt=\"Resources us\"></a>" + subnavig);
subnavig="";

if (active_btn == "contact") {status="_a";} else {status="";}
document.write ( "<a href=\"http://www.selfstoreit.com/contact.html\" onMouseOver=\"turn_on('contact','contact'); turn_off ('" + active_btn + "','contact')\" onMouseOut=\"turn_off('contact','contact'); turn_on('" + active_btn + "','contact');\"><img name=\"contact\" src=\"http://www.selfstoreit.com/assets/pics/btn_contact" + status + ".gif\" width=\"84\" height=\"35\" border=\"0\" alt=\"Contact us\"></a>" + subnavig);
subnavig="";
//-->