function openpicture(bildnamn, titel, fotograf, lokal, kommentar){
	OpenWindow=window.open("", "newwin", "height=570, width=700,toolbar=no,scrollbars="+scroll+",menubar=no");
	OpenWindow.document.write("<TITLE>" + "- " + titel + "</TITLE>")
	OpenWindow.document.write("<BODY BGCOLOR=#D0DFDE>")
	OpenWindow.document.write("<CENTER>")

	OpenWindow.document.write("<IMG SRC=" + bildnamn + " border=1>")
	OpenWindow.document.write("<BR><BR>")
	OpenWindow.document.write("</CENTER>")
	OpenWindow.document.write("<FONT size=2 face=tahoma>")
	OpenWindow.document.write("<B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fotograf:&nbsp;</B>")
	OpenWindow.document.write(fotograf +"<BR>")

	OpenWindow.document.write("<B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lokal:&nbsp;</B>")
	OpenWindow.document.write(lokal +"<BR>")

	OpenWindow.document.write("<B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kommentar:&nbsp;</B>")
	OpenWindow.document.write(kommentar)

	OpenWindow.document.write("</BODY>")
	OpenWindow.document.write("</HTML>")

	self.name="main"
}






function gettip(txt){
	tip1.innerHTML=txt
}

function reset(){
	tip1.innerHTML=""
}

function gettip2(txt){
	tip2.innerHTML=txt
}

function reset2(){
	tip2.innerHTML=""
}




myImages=new Array()

myImages[0]="images/naturbilder/tn_bild28.jpg"
myImages[1]="images/naturbilder/tn_bild4.jpg"
myImages[2]="images/naturbilder/tn_bild26.jpg"
myImages[3]="images/naturbilder/liten_gamlasoptippen.jpg"
myImages[4]="images/naturbilder/tn_bild22.jpg"
myImages[5]="images/naturbilder/tn_bild3.jpg"
myImages[6]="images/naturbilder/liten_nyasoptippen.jpg"
myImages[7]="images/naturbilder/tn_bild21.jpg"
myImages[8]="images/startlokal.gif"

function visabild(bildnummer){
	imageviewer.src=myImages[bildnummer]
}



function bookmark()
{
window.external.AddFavorite("http://www.markarydsfagelklubb.com","Markaryds Fågelklubb")
}



function startsida(element)
{
element.style.behavior='url(#default#homepage)'; 
element.setHomePage('http://www.markarydsfagelklubb.nu');
}



