var home = new Image(62,50)
	home.src = "images/buttons/Home.gif"
var homehigh = new Image(62,50)
	homehigh.src = "images/buttons/HomeHigh.gif"
var homeclick = new Image(62,50)
	homeclick.src = "images/buttons/HomeClick.gif"

var me = new Image(62,50)
	me.src = "images/buttons/Me.gif"
var mehigh = new Image(62,50)
	mehigh.src = "images/buttons/MeHigh.gif"
var meclick = new Image(62,50)
	meclick.src = "images/buttons/MeClick.gif"

var mymaps = new Image(62,50)
	mymaps.src = "images/buttons/MyMaps.gif"
var mymapshigh = new Image(62,50)
	mymapshigh.src = "images/buttons/MyMapsHigh.gif"
var mymapsclick = new Image(62,50)
	mymapsclick.src = "images/buttons/MyMapsClick.gif"

var contact = new Image(62,50)
	contact.src = "images/buttons/Contact.gif"
var contacthigh = new Image(62,50)
	contacthigh.src = "images/buttons/ContactHigh.gif"
var contactclick = new Image(62,50)
	contactclick.src = "images/buttons/ContactClick.gif"

var yourmaps = new Image(62,50)
	yourmaps.src = "images/buttons/YourMaps.gif"
var yourmapshigh = new Image(62,50)
	yourmapshigh.src = "images/buttons/YourMapsHigh.gif"
var yourmapsclick = new Image(62,50)
	yourmapsclick.src = "images/buttons/YourMapsClick.gif"


var boxopen = new Image(12,16)
	boxopen.src = "images/buttons/OpenBox.png"
var boxhigh = new Image(12,16)
	boxhigh.src = "images/buttons/HighBox.png"
var boxclick = new Image(12,16)
	boxclick.src = "images/buttons/ClickBox.png"
var boxopenWt = new Image(12,16)
	boxopenWt.src = "images/buttons/OpenBoxWt.png"

var next = new Image(12,16)
	next.src = "images/buttons/Next.png"
var nexthigh = new Image(12,16)
	nexthigh.src = "images/buttons/NextHigh.png"
var nextclick = new Image(12,16)
	nextclick.src = "images/buttons/NextClick.png"
var nextWt = new Image(12,16)
	nextWt.src = "images/buttons/NextWt.png"

var previous = new Image(12,16)
	previous.src = "images/buttons/Previous.png"
var prevhigh = new Image(12,16)
	prevhigh.src = "images/buttons/PrevHigh.png"
var prevclick = new Image(12,16)
	prevclick.src = "images/buttons/PrevClick.png"
var previousWt = new Image(12,16)
	previousWt.src = "images/buttons/PreviousWt.png"
