/* Funktion öppnar bild i nytt fönster */
function newWindow(bild){
ahaWindow = window.open(bild, 'ahaWin', 'Width=355,Height=470, left=25, top=25, scrollbar=no, resizable=no') 
ahaWindow.focus()
}
function new_Window(bild2){
jamtWindow = window.open(bild2, 'jamtWin', 'Width=472, Height=365, left=25, top=25, scrollbar=no, resizable=no') 
jamtWindow.focus()
}
function irishWindow(bild3){
irish_Window = window.open(bild3, 'irishWin', 'Width=425, Height=325, left=150, top=150, scrollbar=no, resizable=no') 
irish_Window.focus()
}
if(top.location == self.location){
top.location.href="../index.htm"
}
