function header_Load() {
	str = new String(location.pathname)
	if (str.indexOf("/[~15~]") >= 0) {
			document.getElementById('nav_products').getAttributeNode('class').value = 'nav_products_on';
			document.getElementById('nav_products').getAttributeNode('onmouseover').value = '';
			document.getElementById('nav_products').getAttributeNode('onmouseout').value = '';
	}
	else if (str.indexOf("/[~16~]") >= 0) {
			document.getElementById('nav_recipes').getAttributeNode('class').value = 'nav_recipes_on';
			document.getElementById('nav_recipes').getAttributeNode('onmouseover').value = '';
			document.getElementById('nav_recipes').getAttributeNode('onmouseout').value = '';
	}
	else if (str.indexOf("/[~17~]") >= 0) {
			document.getElementById('nav_about').getAttributeNode('class').value = 'nav_about_on';
			document.getElementById('nav_about').getAttributeNode('onmouseover').value = '';
			document.getElementById('nav_about').getAttributeNode('onmouseout').value = '';
	}
	else if (str.indexOf("/[~19~]") >= 0) {
			document.getElementById('nav_faq').getAttributeNode('class').value = 'nav_faq_on';
			document.getElementById('nav_faq').getAttributeNode('onmouseover').value = '';
			document.getElementById('nav_faq').getAttributeNode('onmouseout').value = '';
	}
}
