/* Funktion öppnar bild i nytt fönster */
function newWindow(bild){
ahaWindow = window.open(bild, 'ahaWin', 'Width=470, Height=620, left=150, top=150, scrollbar=no, resizable=no') 
ahaWindow.focus()
}
function sitasWindow(bild3){
sitas_Window = window.open(bild3, 'irishWin', 'Width=620, Height=470, left=150, top=150, scrollbar=no, resizable=no') 
sitas_Window.focus()
}
if(top.location == self.location){
top.location.href="../index.htm"
}
