function go_to_shop (gfghID, root){
	var file=document.getElementById('go_to_shop_'+gfghID).options[document.getElementById('go_to_shop_'+gfghID).selectedIndex].value;
	var url = root+''+file;
	window.location.href=url;
}
