function printMenu()
{
	document.write('<a href=\"index.htm\" onfocus=\"blur\" class=\"topMenu\">forside</a>&nbsp;&nbsp;&nbsp;|');
	document.write('&nbsp;&nbsp;&nbsp;<a href=\"profil.htm\" onfocus=\"blur\" class=\"topMenu\">profil</a>&nbsp;&nbsp;&nbsp;|');
	document.write('&nbsp;&nbsp;&nbsp;<a href=\"ref.htm\" onfocus=\"blur\" class=\"topMenu\">referencer</a>&nbsp;&nbsp;&nbsp;|');
	document.write('&nbsp;&nbsp;&nbsp;<a href=\"kontakt.htm\" onfocus=\"blur\" class=\"topMenu\">kontakt os</a>');
}

function printCredits()
{
	document.write('<a href=\"http://www.emono.dk\" onfocus=\"blur\" target=\"_blank\"><img src=\"resources/images/credits.gif\" border=0></a>');
}

function switchImg(imgId, imgUrl)
{
	document.getElementById(imgId).src = imgUrl;
}
