<!--
	// loading images

	Image1 = new Image; Image1.src = "http://sandiegoselfstorage.com/spanish/specials/images/buttons-off/Button1.gif";
    Image2 = new Image; Image2.src = "http://sandiegoselfstorage.com/spanish/specials/images/buttons-on/Button1.gif";

	Image3 = new Image; Image3.src = "http://sandiegoselfstorage.com/spanish/specials/images/buttons-off/Button2.gif";
	Image4 = new Image; Image4.src = "http://sandiegoselfstorage.com/spanish/specials/images/buttons-on/Button2.gif";

	Image5 = new Image; Image5.src = "http://sandiegoselfstorage.com/spanish/specials/images/buttons-off/Button3.gif";
	Image6 = new Image; Image6.src = "http://sandiegoselfstorage.com/spanish/specials/images/buttons-on/Button3.gif";

	Image7 = new Image; Image7.src = "http://sandiegoselfstorage.com/spanish/specials/images/buttons-off/Button4.gif";
	Image8 = new Image; Image8.src = "http://sandiegoselfstorage.com/spanish/specials/images/buttons-on/Button4.gif";

	Image9 = new Image; Image9.src = "http://sandiegoselfstorage.com/spanish/specials/images/buttons-off/Button5.gif";
	Image10 = new Image; Image10.src = "http://sandiegoselfstorage.com/spanish/specials/images/buttons-on/Button5.gif";

	Image11 = new Image; Image11.src = "http://sandiegoselfstorage.com/spanish/specials/images/buttons-off/Button6.gif";
	Image12 = new Image; Image12.src = "http://sandiegoselfstorage.com/spanish/specials/images/buttons-on/Button6.gif";

	Image13 = new Image; Image13.src = "http://sandiegoselfstorage.com/spanish/specials/images/buttons-off/Button7.gif";
	Image14 = new Image; Image14.src = "http://sandiegoselfstorage.com/spanish/specials/images/buttons-on/Button7.gif";

	Image15 = new Image; Image15.src = "http://sandiegoselfstorage.com/spanish/specials/images/buttons-off/Button8.gif";
	Image16 = new Image; Image16.src = "http://sandiegoselfstorage.com/spanish/specials/images/buttons-on/Button8.gif";

	Image17 = new Image; Image17.src = "http://sandiegoselfstorage.com/spanish/specials/images/buttons-off/Button9.gif";
	Image18 = new Image; Image18.src = "http://sandiegoselfstorage.com/spanish/specials/images/buttons-on/Button9.gif";

// swapping images

function swapImage(oldImage,newImage){
	document.images[oldImage].src=eval(newImage + ".src");
}	

//-->
