Filen...
kom visst inte med?
Kopierar in all kod istället då :)
<html>
<head>
<SCRIPT LANGUAGE="javascript" SRC="layerlib.js"></script>
</head>
<body>
<table width="500">
<tr>
<td width="200" valign="top">
xxx
</td>
<td width="148" valign="top">
<table cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<div style="position:relative;top:0;left:0;">
<img src="design/karta.gif" border="0" width="148" height="350" usemap="#karta">
<div id="lan1" style="position:absolute;top:0;left:54;visibility:hidden;"><img src="design/norrbotten.gif" usemap="#karta" border="0" onmouseover="showLayer('lan1');" onmouseout="hideLayer('lan1');"></div>
<div id="lan2" style="position:absolute;top:72;left:42;visibility:hidden;"><img src="design/vasterbotten.gif" usemap="#karta" border="0" onmouseover="showLayer('lan2');" onmouseout="hideLayer('lan2');"></div>
<div id="lan3" style="position:absolute;top:103;left:18;visibility:hidden;"><img src="design/jamtland.gif" usemap="#karta" border="0" onmouseover="showLayer('lan3');" onmouseout="hideLayer('lan3');"></div>
<map name="karta">
<area shape="poly" coords="106,0,128,14,134,24,144,55,147,79,122,99,116,100,111,96,105,96,100,101,94,97,86,91,81,91,72,80,58,74,58,62,72,29,100,0" alt="Norrbottens län" href="resultat.asp?lan_id=23" onmouseover="showLayer('lan1');" onmouseout="hideLayer('lan1');">
<area shape="poly" coords="57,73,71,80,80,90,84,90,92,94,98,100,101,100,104,95,109,96,114,99,121,100,123,117,107,142,101,143,90,131,72,131,67,126,64,125,60,119,57,117,52,110,44,103,50,76" alt="Västerbottens län" href="resultat.asp?lan_id=23" onmouseover="showLayer('lan2');" onmouseout="hideLayer('lan2');">
<area shape="poly" coords="44,103,51,109,55,114,57,118,61,120,63,124,67,126,71,130,71,138,62,139,62,143,65,147,73,156,73,158,69,164,61,164,58,166,49,166,51,173,56,174,56,179,53,183,52,186,45,188,44,190,34,198,32,186,31,181,27,180,23,176,16,175,18,129" alt="Jämtlands län" href="resultat.asp?lan_id=23" onmouseover="showLayer('lan3');" onmouseout="hideLayer('lan3');">
</map>
</div>
</td>
</tr>
</table>
</td>
<td valign="top">
<a href="default.asp" onmouseover="showLayer('lan1');" onmouseout="hideLayer('lan1');">Norrbottens län</a><br>
<a href="default.asp" onmouseover="showLayer('lan2');" onmouseout="hideLayer('lan2');">Västerbottens län</a>
<a href="default.asp" onmouseover="showLayer('lan3');" onmouseout="hideLayer('lan3');">Jämtlands län</a>
</td>
</tr>
</table>
</body>
</html>