function show_bottom (number) {
  	var main = "http://" + location.hostname + "/photokey/en/store/Main.cgi" ; 
	location.href= main + "?footerlink=" + number;
}