var agent = location.href;

function menuActive(){

	if (agent.match(/[!#-9A-~]+news*/i)){
		document.news.src = "/common/images/menu_news_active.gif";
		document.title_src.src = "/archives/title-news.gif";
	}
	
	if (agent.match(/[!#-9A-~]+\/archives\/gallery\/.*/i)){
		document.gallery.src = "/common/images/menu_gallery_active.gif";
		document.title_src.src = "/archives/title-gallery.gif";
	}
	if (agent.match(/[!#-9A-~]+\/archives\/gallery\/(index\.html)?$/i)){
		document.title_src.src = "/archives/gallery-lead.gif";
	}
	if (agent.match(/[!#-9A-~]+\/en\/archives\/gallery\/(index\.html)?$/i)){
		document.title_src.src = "/archives/gallery-lead_en.gif";
	}
			  
	if (agent.match(/[!#-9A-~]+collection*/i)){
		document.collection.src = "/common/images/menu_collection_active.gif";
		document.title_src.src = "/archives/title-collection.gif";
	}
			  
	if (agent.match(/[!#-9A-~]+embrroidery*/i)){
		document.collection.src = "/common/images/menu_collection_active.gif";
		document.title_src.src = "/archives/title-collection.gif";
	}
			  
	if (agent.match(/[!#-9A-~]+material*/i)){
		document.collection.src = "/common/images/menu_collection_active.gif";
		document.title_src.src = "/archives/title-collection.gif";
	}
	
	if (agent.match(/[!#-9A-~]+stitch*/i)){
		document.collection.src = "/common/images/menu_collection_active.gif";
		document.title_src.src = "/archives/title-collection.gif";
	}
	
	if (agent.match(/[!#-9A-~]+\/archives\/column\/.*/i)){
		document.column.src = "/common/images/menu_column_active.gif";
		document.title_src.src = "/archives/title-column.gif";
	}
	if (agent.match(/[!#-9A-~]+\/archives\/column\/(index\.html)?$/)) {
		document.title_src.src = "/archives/column-lead.gif";
	}
	if (agent.match(/[!#-9A-~]+\/en\/archives\/column\/(index\.html)?$/)) {
		document.title_src.src = "/archives/column-lead_en.gif";
	}
		 
	if (agent.match(/[!#-9A-~]+shop/i)){
		document.shop.src = "/common/images/menu_shop_active.gif";
		document.title_src.src = "/archives/title-shop.gif";
	}
		 
	if (agent.match(/[!#-9A-~]+profile*/i)){
		document.profile.src = "/common/images/menu_profile_active.gif";
		document.title_src.src = "/archives/title-profile.gif";
	}
		 
	if (agent.match(/[!#-9A-~]+contact*/i)){
		document.contact.src = "/common/images/menu_contact_active.gif";
		document.title_src.src = "/archives/title-contact.gif";
	}
}
