			<!--
				if (document.images) {

					homeon= new Image(106,79);
					homeon.src="http://mapkist.com/images/menu_home2.png";

					homeoff= new Image(106,79);
					homeoff.src="http://mapkist.com/images/menu_home.png";  

					portfolioon= new Image(149,79);
					portfolioon.src="http://mapkist.com/images/menu_portfolio2.png";

					portfoliooff= new Image(149,79);
					portfoliooff.src="http://mapkist.com/images/menu_portfolio.png";  

					blogon= new Image(104,79);
					blogon.src="http://mapkist.com/images/menu_blog2.png";

					blogoff= new Image(104,79);
					blogoff.src="http://mapkist.com/images/menu_blog.png";  

					abouton= new Image(114,79);
					abouton.src="http://mapkist.com/images/menu_about2.png";

					aboutoff= new Image(114,79);
					aboutoff.src="http://mapkist.com/images/menu_about.png";  
					
					contacton= new Image(123,79);
					contacton.src="http://mapkist.com/images/menu_contact2.png";

					contactoff= new Image(123,79);
					contactoff.src="http://mapkist.com/images/menu_contact.png"; 
					
					
					
					homefooteron= new Image(48,19);
					homefooteron.src="http://mapkist.com/images/menu_footer_home2.png";

					homefooteroff= new Image(48,19);
					homefooteroff.src="http://mapkist.com/images/menu_footer_home.png";  

					portfoliofooteron= new Image(83,19);
					portfoliofooteron.src="http://mapkist.com/images/menu_footer_portfolio2.png";

					portfoliofooteroff= new Image(83,19);
					portfoliofooteroff.src="http://mapkist.com/images/menu_footer_portfolio.png";  

					blogfooteron= new Image(45,19);
					blogfooteron.src="http://mapkist.com/images/menu_footer_blog2.png";

					blogfooteroff= new Image(45,19);
					blogfooteroff.src="http://mapkist.com/images/menu_footer_blog.png";  

					aboutfooteron= new Image(56,19);
					aboutfooteron.src="http://mapkist.com/images/menu_footer_about2.png";

					aboutfooteroff= new Image(56,19);
					aboutfooteroff.src="http://mapkist.com/images/menu_footer_about.png";  
					
					contactfooteron= new Image(74,19);
					contactfooteron.src="http://mapkist.com/images/menu_footer_contact2.png";

					contactfooteroff= new Image(74,19);
					contactfooteroff.src="http://mapkist.com/images/menu_footer_contact.png"; 
			
				}

				function lightup(imgName) {
					if (document.images) {
						imgOn=eval(imgName + "on.src");
						document[imgName].src= imgOn;
					}
				}

				function turnoff(imgName) {
					if (document.images) {
						imgOff=eval(imgName + "off.src");
						document[imgName].src= imgOff;
					}
				}
			//-->
