if (document.images) {		var home = new Image();	var greatsongs = new Image();	var education = new Image();	var contest = new Image();	var contact = new Image();	var support = new Image();	var community = new Image();	var search = new Image();		var homeov = new Image();	var greatsongsov = new Image();	var educationov = new Image();	var contestov = new Image();	var contactov = new Image();	var supportov = new Image();	var communityov = new Image();	var searchov = new Image();	home.src = "http://www.lottelehmann.org/song/images/button/button_home.gif";	greatsongs.src = "http://www.lottelehmann.org/song/images/button/button_great_songs.gif";	education.src = "http://www.lottelehmann.org/song/images/button/button_education.gif";	contest.src = "http://www.lottelehmann.org/song/images/button/button_contest.gif";	contact.src = "http://www.lottelehmann.org/song/images/button/button_contact.gif";	support.src = "http://www.lottelehmann.org/song/images/button/button_support.gif";	community.src = "http://www.lottelehmann.org/song/images/button/button_community.gif";	search.src = "http://www.lottelehmann.org/song/images/button/button_search.gif";	homeov.src = "http://www.lottelehmann.org/song/images/button/button_home1.gif";	greatsongsov.src = "http://www.lottelehmann.org/song/images/button/button_great_songs1.gif";	educationov.src = "http://www.lottelehmann.org/song/images/button/button_education1.gif";	contestov.src = "http://www.lottelehmann.org/song/images/button/button_contest1.gif";	contactov.src = "http://www.lottelehmann.org/song/images/button/button_contact1.gif";	supportov.src = "http://www.lottelehmann.org/song/images/button/button_support1.gif";	communityov.src = "http://www.lottelehmann.org/song/images/button/button_community1.gif";	searchov.src = "http://www.lottelehmann.org/song/images/button/button_search1.gif";}