function over(img) {
  img.src="http://www.kirstenhoppe.dk/Billeder/menuon.gif";
}
function out(img) {
  img.src="http://www.kirstenhoppe.dk/Billeder/menuoff.gif";
}
 function changeIt(newLoc)  
{
 location.href=(newLoc)
}
function newWindow(newContent)
{
winContent = window.open(newContent, '_blank')    
 }
function thisWindow(newContent)
{
winContent = window.open(newContent, 'window')         
 }
