// JavaScript Document
function ToggleMenu(action){
	if(action == 'show'){
		$('.tplrepeat-parent2').show();
	}
}