/**
 * @author tlohner
 */

function showModule(lang,idx){
	
	document.location.href = "/website-static/derivative/know_product_module/"+lang+"/derivatives.html" 
	
	return;
}

