function switchLine(id, state) {
	jQuery('#' + id).css('backgroundColor', state == 1
		? "#c5af96"
		: "");
}

function switchASMLine(id, state) {
	jQuery('#' + id).css('backgroundColor', state == 1
		? "#810404"
		: "");
}

function switchWSOP2006Line(id, state) {
	jQuery('#' + id).css('backgroundColor', state == 1
		? "#216cb8"
		: "");
}

function switchASM2008Line(id, state) {
	jQuery('#' + id).css('backgroundColor', state == 1
		? "#900"
		: "");
}

function switchSAPO2008Line(id, state) {
	jQuery('#' + id).css('backgroundColor', state == 1
		? "#362416"
		: "");
}
