function bilden(){
var SWin = "";
SWin = window.open("","SaveMapImage","width=200,height=200,scrollbars=yes,resizable=yes");
SWin.moveTo(0,45);
SWin.document.open();
SWin.document.writeln('<html><head><title>SaveMapImage</title>');
SWin.document.writeln('<script>');
SWin.document.writeln('function saveImageAs(imgOrURL){\nif(typeof imgOrURL==\'object\'){\nimgOrURL=opener.parent.MapFrame.document.theImage.src; \nwindow.win=open(imgOrURL);setTimeout(\'win.document.execCommand("SaveAs")\', 500);}}<\/script>');
SWin.document.writeln('<script> var tidSek = 5000; t= null; function closeMe(){t = setTimeout("self.close()",tidSek);}'); 
SWin.document.writeln('<\/script>');
SWin.document.writeln('</head>');
SWin.document.writeln('<body>');
SWin.document.writeln('<IMG width="100%" height="100%" NAME="Varberg" SRC="http://kartor.kommunen.varberg.se/Pics/varberg.gif">');
SWin.document.writeln('<script>closeMe(); self.focus();saveImageAs(document.Varberg);<\/script>');
SWin.document.writeln('</body>');
SWin.document.writeln('</html>');
}

