﻿/* <![CDATA[ */

function dohref() {
	if (!document.getElementsByTagName)
	    return;
	var c = new Array(21);
	c[0] = 109;	c[1] = c[0] - 12; c[2] = c[0] - 4; c[3] = c[2] + 3;	c[4] = c[2] + 11; c[5] = c[3] + 3; c[6] = c[4] / 2; c[7] = c[6] * 2 - 11;
	c[8] = c[7] + 5; c[9] = c[7] - 3; c[10] = c[8] + 1; c[11] = c[6] + 6; c[12] = c[8] + 2 - c[10] + c[5]; c[13] = c[12] + 2; c[14] = c[10];
	c[15] = c[0] + 10; c[16] = c[9] - 5; c[17] = c[13]; c[18] = c[3] - 7; c[19] = c[6] - 12; c[20] = c[17] + 1; c[21] = c[5] - 10;
	var s = "";
	for (var i = 0; i < c.length; i++)
        s += String.fromCharCode(c[i]);
	document.getElementById("contact-us").setAttribute("href", s); document.getElementById("contact-us").innerHTML = s.substr(7,15);
	document.getElementById("show-map").setAttribute("onclick", "switchBoxes();");
}

function switchBoxes() {
	if(document.getElementById('logo').style.marginLeft == '-9999px') {
		document.getElementById('ronneby').style.marginLeft='-9999px';
		document.getElementById('logo').style.marginLeft='0';
		document.getElementById("show-map").innerHTML = 'Visa karta';
	} else {
		document.getElementById('ronneby').style.marginLeft='0';
		document.getElementById('logo').style.marginLeft='-9999px';
		document.getElementById("show-map").innerHTML = 'Göm karta';
	}
}

function initialize() {
	if (GBrowserIsCompatible()) {
		var map = new GMap2(document.getElementById("ronneby"));
		map.removeMapType(G_HYBRID_MAP);
		map.setCenter(new GLatLng(56.198823, 15.289739), 13);
		map.enableScrollWheelZoom();
		map.setZoom(15);
		map.addControl(new GSmallMapControl());
		map.addControl(new GMapTypeControl());
		map.openInfoWindow(map.getCenter(), '<p id="minibox"><img src="minilogo.jpg" alt="" /><br /><b>Proware</b><br />Soft Center V<br />372 25 RONNEBY</p>');
	}
}

window.onload = function() {eval("initialize();dohref();");};
window.onunload = function() {eval("GUnload();");};

/* ]]> */