
function onLinkclick(pLnk)   {

	if (pLnk == "hem")  {
		parent.frames["contents"].location.href="MenyFiler/StartMeny.htm";
		parent.frames["main"].location.href="start.htm";
	} 
	if (pLnk == "om")  {
		parent.frames["contents"].location.href="MenyFiler/OmKlubbenMeny.htm";
		parent.frames["main"].location.href="Valkommen.htm";
	} 
	if (pLnk == "prog")  {
		parent.frames["contents"].location.href="MenyFiler/ProgramMeny.htm";
		parent.frames["main"].location.href="Program2007.asp";
	} 
	if (pLnk == "nytt")  {
		parent.frames["contents"].location.href="MenyFiler/AktuelltMeny.htm";
		parent.frames["main"].location.href="Aktuellt/Aktuellt.htm";
	}
	if (pLnk == "seg")  {
		parent.frames["contents"].location.href="MenyFiler/SeglingMeny.htm";
		parent.frames["main"].location.href="MenyFiler/SeglingStart.htm";
	} 
	if (pLnk == "kaj")  {
		parent.frames["contents"].location.href="MenyFiler/PaddlingMeny.htm";
		parent.frames["main"].location.href="MenyFiler/KajakStart.htm";
		window.open( "paddling/paddling.htm");
	}
	if (pLnk == "kop")  {
		parent.frames["contents"].location.href="MenyFiler/AnnonserMeny.htm";
		parent.frames["main"].location.href="tillsalu/Annonser.asp";
	} 
	if (pLnk == "lnk")  {
		parent.frames["contents"].location.href="MenyFiler/LankarMeny.htm";
		parent.frames["main"].location.href="lankar.htm";
	} 
	if (pLnk == "ark")  {
		parent.frames["contents"].location.href="MenyFiler/ArkivMeny.htm";
		parent.frames["main"].location.href="Arkiv/ArkivStart.htm";
	}  
	if (pLnk == "lager")  {
		parent.frames["contents"].location.href="MenyFiler/SeglingMeny.htm";
		parent.frames["main"].location.href="Kanotsegling/kanotseglarskola.htm";
	} 
	if (pLnk == "hobby")  {
		parent.frames["contents"].location.href="MenyFiler/SeglingMeny.htm";
		parent.frames["main"].location.href="Kanotsegling/Kanoter/hobby/hobby.htm";
	} 
	if (pLnk == "med")  {
		msg=open("Medlem/LoggaIn.asp");
		//msg=open("Medlem/GkfAspTest.asp", "DisplayWindow", "toolbar=no, directories=no, menubar=no,  scrollbars=yes, width=400, height=200, Top=300, Left=300");
	} 
	if (pLnk == "seglarskola")  {
		parent.frames["contents"].location.href="MenyFiler/SeglingMeny.htm";
		parent.frames["main"].location.href="Kanotsegling/Seglarskolan2007.htm";	
        } 
	if (pLnk == "kanotsm")  {
		parent.frames["contents"].location.href="MenyFiler/SeglingMeny.htm";
		parent.frames["main"].location.href="Kanotsegling/tavling.htm";	
        } 
	if (pLnk == "resultat")  {
		parent.frames["contents"].location.href="MenyFiler/SeglingMeny.htm";
		parent.frames["main"].location.href="Kanotsegling/resultat.htm";	
        } 

	
}

function showImg(pImg) {
      		   var lImg = pImg;
               msg=open("ImgContainer.htm?Img=" + lImg + "", "DisplayWindow", "toolbar=no, directories=no, menubar=no,  scrollbars=yes, width=400, height=200, Top=300, Left=300");
      }

function openFile(pFile) {
      		   var lFile = pFile;
               msg=open(lFile, "DisplayWindow", "toolbar=no, directories=no, menubar=no,  scrollbars=yes, width=580, height=500, Top=100, Left=100");
      }

function PopupImage(img) { 
rubrik="GKF - bildarkiv"; 
w=open("",'image','width=400,height=400,toolbar=no,scrollbars=no,resizable=no'); 
w.document.write("<HTML><HEAD><TITLE>"+rubrik+"</TITLE></HEAD>"); 
w.document.write("<SCRIPT language=javascript>function checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width + 50, document.images[0].height + 100); window.focus();} else { setTimeout('checksize()',250) } }</"+"SCRIPT>"); 
w.document.write("<BODY onload='checksize()' onblur='window.close()' onclick='window.close()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>");
w.document.write("<TABLE width='100%' border='0' cellspacing='0' cellpadding='0' height='100%'><TR>");
w.document.write("<TD valign='middle' align='center'><IMG src='"+img+"' border=0 alt='GKF bildarkiv'>"); 
w.document.write("</TD></TR></TABLE>");
w.document.write("</BODY></HTML>"); 
w.document.close(); 
} 

