function selectByIndustry(industry) {
	var std = document.getElementById("STD");
	var sl = document.getElementById("SL");
	var ths3f = document.getElementById("3F");
	var ths3fsl = document.getElementById("3FSL");
	var mn = document.getElementById("MN");
	var mnns = document.getElementById("MNNS");
	var ph21 = document.getElementById("PH21");
	var ph21wip = document.getElementById("PH21WIP");
	var ph21dt = document.getElementById("PH21DT");
	var ph21ffv = document.getElementById("PH21FFV");
	var te = document.getElementById("TE");
	var tesl = document.getElementById("TESL");
	var a = document.getElementById("A");
	var tsm = document.getElementById("TSM");
	var g = document.getElementById("G");
	var tths = document.getElementById("TTHS");
	var fb = document.getElementById("FB");
	var mb = document.getElementById("MB");
	var pl = document.getElementById("PL");
	var plv = document.getElementById("PLV");
	var ffv = document.getElementById("FFV");
	var allmd = document.getElementById("ALLMD");
	var food = document.getElementById("FOOD");
	var pharma = document.getElementById("PHARMA");
	var tekstil = document.getElementById("TEKSTIL");
	var mining = document.getElementById("MINING");
	
	if(industry==0) {
		if(allmd) allmd.className = "active";
		if(food) food.className = "normal";
		if(pharma) pharma.className = "normal";
		if(tekstil) tekstil.className = "normal";
		if(mining) mining.className = "normal";
 		if(std) std.className = "normal";
		if(sl) sl.className = "normal";
		if(ths3f) ths3f.className = "normal";
		if(ths3fsl) ths3fsl.className = "normal";
		if(mn) mn.className = "normal";
		if(mnns) mnns.className = "normal";
		if(ph21) ph21.className = "normal";
		if(ph21wip) ph21wip.className = "normal";
		if(ph21dt) ph21dt.className = "normal";
		if(ph21ffv) ph21ffv.className = "normal";
		if(te) te.className = "normal";
		if(tesl) tesl.className = "normal";
		if(a) a.className = "normal";
		if(tsm) tsm.className = "normal";
		if(g) g.className = "normal";
		if(tths) tths.className = "normal";
		if(fb) fb.className = "normal";
		if(mb) mb.className = "normal";
		if(pl) pl.className = "normal";
		if(plv) plv.className = "normal";
		if(ffv) ffv.className = "normal";
	}
	if(industry==1) {
		if(allmd) allmd.className = "normal";
		if(food) food.className = "active";
		if(pharma) pharma.className = "normal";
		if(tekstil) tekstil.className = "normal";
		if(mining) mining.className = "normal";
 		if(std) std.className = "visiblebold";
		if(sl) sl.className = "visible";
		if(ths3f) ths3f.className = "visiblebold";
		if(ths3fsl) ths3fsl.className = "visible";
		if(mn) mn.className = "visible";
		if(mnns) mnns.className = "hidden";
		if(ph21) ph21.className = "hidden";
		if(ph21wip) ph21wip.className = "hidden";
		if(ph21dt) ph21dt.className = "hidden";
		if(ph21ffv) ph21ffv.className = "hidden";
		if(te) te.className = "hidden";
		if(tesl) tesl.className = "hidden";
		if(a) a.className = "hidden";
		if(tsm) tsm.className = "hidden";
		if(g) g.className = "visiblebold";
		if(tths) tths.className = "hidden";
		if(fb) fb.className = "visiblebold";
		if(mb) mb.className = "visiblebold";
		if(pl) pl.className = "visiblebold";
		if(plv) plv.className = "visiblebold";
		if(ffv) ffv.className = "visiblebold";
	}
		if(industry==2) {
		if(allmd) allmd.className = "normal";
		if(food) food.className = "normal";
		if(pharma) pharma.className = "active";
		if(tekstil) tekstil.className = "normal";
		if(mining) mining.className = "normal";
 		if(std) std.className = "visible";
		if(sl) sl.className = "hidden";
		if(ths3f) ths3f.className = "hidden";
		if(ths3fsl) ths3fsl.className = "hidden";
		if(mn) mn.className = "hidden";
		if(mnns) mnns.className = "hidden";
		if(ph21) ph21.className = "visiblebold";
		if(ph21wip) ph21wip.className = "visiblebold";
		if(ph21dt) ph21dt.className = "visiblebold";
		if(ph21ffv) ph21ffv.className = "visiblebold";
		if(te) te.className = "hidden";
		if(tesl) tesl.className = "hidden";
		if(a) a.className = "hidden";
		if(tsm) tsm.className = "hidden";
		if(g) g.className = "hidden";
		if(tths) tths.className = "hidden";
		if(fb) fb.className = "visible";
		if(mb) mb.className = "visible";
		if(pl) pl.className = "hidden";
		if(plv) plv.className = "hidden";
		if(ffv) ffv.className = "hidden";
	}
		if(industry==3) {
		if(allmd) allmd.className = "normal";
		if(food) food.className = "normal";
		if(pharma) pharma.className = "normal";
		if(tekstil) tekstil.className = "active";
		if(mining) mining.className = "normal";
 		if(std) std.className = "hidden";
		if(sl) sl.className = "hidden";
		if(ths3f) ths3f.className = "hidden";
		if(ths3fsl) ths3fsl.className = "hidden";
		if(mn) mn.className = "hidden";
		if(mnns) mnns.className = "visiblebold";
		if(ph21) ph21.className = "hidden";
		if(ph21wip) ph21wip.className = "hidden";
		if(ph21dt) ph21dt.className = "hidden";
		if(ph21ffv) ph21ffv.className = "hidden";
		if(te) te.className = "visiblebold";
		if(tesl) tesl.className = "visiblebold";
		if(a) a.className = "visible";
		if(tsm) tsm.className = "visible";
		if(g) g.className = "hidden";
		if(tths) tths.className = "visible";
		if(fb) fb.className = "visible";
		if(mb) mb.className = "visible";
		if(pl) pl.className = "hidden";
		if(plv) plv.className = "hidden";
		if(ffv) ffv.className = "hidden";
	}
		if(industry==4) {
		if(allmd) allmd.className = "normal";
		if(food) food.className = "normal";
		if(pharma) pharma.className = "normal";
		if(tekstil) tekstil.className = "normal";
		if(mining) mining.className = "active";
 		if(std) std.className = "hidden";
		if(sl) sl.className = "hidden";
		if(ths3f) ths3f.className = "hidden";
		if(ths3fsl) ths3fsl.className = "hidden";
		if(mn) mn.className = "hidden";
		if(mnns) mnns.className = "hidden";
		if(ph21) ph21.className = "hidden";
		if(ph21wip) ph21wip.className = "hidden";
		if(ph21dt) ph21dt.className = "hidden";
		if(ph21ffv) ph21ffv.className = "hidden";
		if(te) te.className = "hidden";
		if(tesl) tesl.className = "hidden";
		if(a) a.className = "visible";
		if(tsm) tsm.className = "visiblebold";
		if(g) g.className = "hidden";
		if(tths) tths.className = "hidden";
		if(fb) fb.className = "hidden";
		if(mb) mb.className = "hidden";
		if(pl) pl.className = "hidden";
		if(plv) plv.className = "hidden";
		if(ffv) ffv.className = "hidden";
	}
}
function selectBy(selection) {
	var allm = document.getElementById("ALLM");
	var classic = document.getElementById("CLASSIC");
	var hipe = document.getElementById("HI-PE");
	var pmd = document.getElementById("PMD");
	var smd = document.getElementById("SMD");
	var o2pn8 = document.getElementById("02PN8");
	var common = document.getElementById("COMMON");
	var sel = document.getElementById("SELECT");
	var sens = document.getElementById("SENS");
	var camera = document.getElementById("CAMERA");

	if(selection==0) {
		if(allm) allm.className = "active";
		if(classic) classic.className = "normal";
		if(hipe) hipe.className = "normal";
		if(pmd) pmd.className = "normal";
		if(smd) smd.className = "normal";
		if(o2pn8) o2pn8.className = "normal";
		if(common) common.className = "normal";
 		if(sel) sel.className = "normal";
		if(sens) sens.className = "normal";
		if(camera) camera.className = "normal";
	}
	if(selection==1) {
		if(allm) allm.className = "normal";
		if(classic) classic.className = "visible";
		if(hipe) hipe.className = "visible";
		if(pmd) pmd.className = "hidden";
		if(smd) smd.className = "hidden";
		if(o2pn8) o2pn8.className = "hidden";
		if(common) common.className = "active";
 		if(sel) sel.className = "normal";
		if(sens) sens.className = "normal";
		if(camera) camera.className = "normal";
	}
	if(selection==2) {
		if(allm) allm.className = "normal";
		if(classic) classic.className = "hidden";
		if(hipe) hipe.className = "hidden";
		if(pmd) pmd.className = "visible";
		if(smd) smd.className = "hidden";
		if(o2pn8) o2pn8.className = "hidden";
		if(common) common.className = "normal";
 		if(sel) sel.className = "active";
		if(sens) sens.className = "normal";
		if(camera) camera.className = "normal";
	}
	if(selection==3) {
		if(allm) allm.className = "normal";
		if(classic) classic.className = "hidden";
		if(hipe) hipe.className = "hidden";
		if(pmd) pmd.className = "hidden";
		if(smd) smd.className = "visible";
		if(o2pn8) o2pn8.className = "hidden";
		if(common) common.className = "normal";
 		if(sel) sel.className = "normal";
		if(sens) sens.className = "active";
		if(camera) camera.className = "normal";
	}
	if(selection==4) {
		if(allm) allm.className = "normal";
		if(classic) classic.className = "hidden";
		if(hipe) hipe.className = "hidden";
		if(pmd) pmd.className = "hidden";
		if(smd) smd.className = "hidden";
		if(o2pn8) o2pn8.className = "visible";
		if(common) common.className = "normal";
 		if(sel) sel.className = "normal";
		if(sens) sens.className = "normal";
		if(camera) camera.className = "active";
	}
}
