function mOut(id) {
	foo = "img"+id;
	elment = document.getElementById(foo);
	elment.src = "_gfx/topmenu/topmenu_"+id+".gif";
}

function mOvr(id) {
	foo = "img"+id;
	elment = document.getElementById(foo);
	elment.src = "_gfx/topmenu/topmenu_ovr_"+id+".gif";

}

function forgotpassword() {
	frm = document.getElementById("loginform");
	if (frm.uname.value.length > 0) {
		eml = frm.uname.value;
	} else {
		eml = prompt("Tast inn epostadressen din");
	}
	location.href = 'script.cfml?action=forgotPword&eml='+eml;
}

function lagerstatus(prodid) {
	statwin = window.open("lagerstatus.cfm?id="+prodid,"statwin", "resizable=No,scrollbars=1,menubar=no,height=600,width=400");
	statwin.focus();	

}
