function mouseOverFaqLink(id) {
	document.getElementById(id).style.backgroundImage = 'url(../img/products/faq/arrows_green.gif)';
}

function mouseOutFaqLink(id) {
	document.getElementById(id).style.backgroundImage = 'url(../img/products/faq/arrows_grey.gif)';
}