ÿþ<html> <head> <title>Meny</title> <base target="main"> <style type="text/css"> td { font-family: verdana, arial, geneva, helvetica, sans-serif; font-size: 11pt } A { color: #FF9900; text-decoration: none; font-weight: bold } A:visited { color: #000033; text-decoration:none; font-weight: bold } A:active { color: #000000; text-decoration:none; font-weight: bold } A:hover { color: #66CCFF; text-decoration: underline; font-weight: bold } </style> <body bgcolor="#FFFFFF"> <div align="center"><center> <SCRIPT language="JavaScript"> if (document.images) { pic1on= new Image(100,25); pic1on.src="./images/bilder_neg.gif"; pic1off= new Image(100,25); pic1off.src="./images/bilder.gif"; } if (document.images) { pic2on= new Image(100,25); pic2on.src="./images/referenser_neg.gif"; pic2off= new Image(100,25); pic2off.src="./images/referenser.gif"; } if (document.images) { pic3on= new Image(100,25); pic3on.src="./images/historik_neg.gif"; pic3off= new Image(100,25); pic3off.src="./images/historik.gif"; } if (document.images) { pic4on= new Image(100,25); pic4on.src="./images/begagnat_neg.gif"; pic4off= new Image(100,25); pic4off.src="./images/begagnat.gif"; } if (document.images) { pic5on= new Image(100,25); pic5on.src="./images/kontakt_neg.gif"; pic5off= new Image(100,25); pic5off.src="./images/kontakt.gif"; } if (document.images) { pic6on= new Image(100,25); pic6on.src="./images/karta_neg.gif"; pic6off= new Image(100,25); pic6off.src="./images/karta.gif"; } function lightup(imgName) { if (document.images) { imgOn=eval(imgName + "on.src"); document[imgName].src= imgOn; } } function turnoff(imgName) { if (document.images) { imgOff=eval(imgName + "off.src"); document[imgName].src= imgOff; } } // </SCRIPT> <table> <td> <tr> <A HREF="./bilder.html" onMouseover="lightup('pic1')" onMouseout="turnoff('pic1')"> <IMG SRC="./images/bilder.gif" name="pic1" width="130" height="35" border="0"></A> </tr> <tr> <A HREF="./referenser.html" onMouseover="lightup('pic2')" onMouseout="turnoff('pic2')"> <IMG SRC="./images/referenser.gif" name="pic2" width="130" height="35" border="0"></A> </tr> <tr> <A HREF="./historik.html" onMouseover="lightup('pic3')" onMouseout="turnoff('pic3')"> <IMG SRC="./images/historik.gif" name="pic3" width="130" height="35" border="0"></A> </tr> <tr> <A HREF="./begagnat.html" onMouseover="lightup('pic4')" onMouseout="turnoff('pic4')"> <IMG SRC="./images/begagnat.gif" name="pic4" width="130" height="35" border="0"></A> </tr> <tr> <A HREF="./kontakt.html" onMouseover="lightup('pic5')" onMouseout="turnoff('pic5')"> <IMG SRC="./images/kontakt.gif" name="pic5" width="130" height="35" border="0"></A> </tr> <tr> <A HREF="./karta.html" onMouseover="lightup('pic6')" onMouseout="turnoff('pic6')"> <IMG SRC="./images/karta.gif" name="pic6" width="130" height="35" border="0"></A> </tr> </td> </table> </center></div> <script language="JavaScript1.2"> //Specify the marquee's width (in pixels) var marqueewidth=170 //Specify the marquee's height var marqueeheight=300 //Specify the marquee's scroll speed (larger is faster) var speed=1 //Specify the marquee contents var marqueecontents= '<PREVIEW=><FONT FACE="Arial" Size=2> if (document.all) document.write('<marquee direction="up" scrollAmount='+speed+'style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>') function regenerate(){ window.location.reload() } function regenerate2(){ if (document.layers){ setTimeout("window.onresize=regenerate",450) intializemarquee() } } function intializemarquee(){ document.cmarquee01.document.cmarquee02.document.write(marqueecontents) document.cmarquee01.document.cmarquee02.document.close() thelength=document.cmarquee01.document.cmarquee02.document.height scrollit() } function scrollit(){ if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){ document.cmarquee01.document.cmarquee02.top-=speed setTimeout("scrollit()",100) } else{ document.cmarquee01.document.cmarquee02.top=marqueeheight scrollit() } } window.onload=regenerate2 </script><p>&nbsp;</p> </body> </html>