<!--

window.status='www.wogab.se';

//---------------------------------------------------------------------------------------------------------------------------------------------

if (document.images) {
	img1on = new Image();
	img1on.src = "gfx/nav/but_1a.gif";

	img2on = new Image();
	img2on.src = "gfx/nav/but_2a.gif";

	img3on = new Image();
	img3on.src = "gfx/nav/but_3a.gif";

	img4on = new Image();
	img4on.src = "gfx/nav/but_4a.gif";

	img5on = new Image();
	img5on.src = "gfx/nav/but_5a.gif";

	img6on = new Image();
	img6on.src = "gfx/nav/but_6a.gif";

	img7on = new Image();
	img7on.src = "gfx/nav/but_7a.gif";


		img1off = new Image();
		img1off.src = "gfx/nav/but_1b.gif";

		img2off = new Image();
		img2off.src = "gfx/nav/but_2b.gif";

		img3off = new Image();
		img3off.src = "gfx/nav/but_3b.gif";

		img4off = new Image();
		img4off.src = "gfx/nav/but_4b.gif";

		img5off = new Image();
		img5off.src = "gfx/nav/but_5b.gif";

		img6off = new Image();
		img6off.src = "gfx/nav/but_6b.gif";

		img7off = new Image();
		img7off.src = "gfx/nav/but_7b.gif";



	}

function imgOn(imgName) {
	if (document.images) {
	document[imgName].src = eval(imgName + "on.src");
        }
}

function imgOff(imgName) {
	if (document.images) {
	document[imgName].src = eval(imgName + "off.src");
	}
}

//---------------------------------------------------------------------------------------------------------------------------------------------

function fixUglyIE() {
	for (a in document.links) document.links[a].onfocus = document.links[a].blur;
	}

if (document.all) {
	document.onmousedown = fixUglyIE;
}

//---------------------------------------------------------------------------------------------------------------------------------------------

function mover(num){
	if(browser){
		eval(layerRef+'startingMsg'+changeMessages)
		eval(layerRef+'startingMsg'+closeit);
	}
}


function mout(num){
	if(browser){
		eval(layerRef+'startingMsg'+changeMessages);
		eval(layerRef+'startingMsg'+closeit);
        }

}

//---------------------------------------------------------------------------------------------------------------------------------------------

function valid(){

	var epost = document.logga.epost.value;
if (epost==""){
alert("Du glömde ange din E-postadress!")
		document.logga.epost.focus()
		return false;
	}
if (epost.indexOf('@', 0) == -1 || epost.indexOf('.', 0) == -1){ alert("Denna E-postadress är EJ giltig!");
		document.logga.epost.focus()
		return false;
	}

	var losen = document.logga.losen.value;
if (losen==""){
alert("Du glömde ange ett Lösenord!")
document.logga.losen.focus()
return false;
	}
}

//---------------------------------------------------------------------------------------------------------------------------------------------
// -->



