var homeicon = new Image()
var mailicon = new Image()
var mapicon = new Image()
var marker = new Image()
function imgpreload() {
	marker.src="images/marker1on.gif";
	homeicon.src="images/homeon.gif"
	mailicon.src="images/mailon.gif"
	mapicon.src="images/mapon.gif"	
}
