function fq(alb,pic) {  var wi=500;  var he=355;	var left=(screen.width-wi)/2;
	var top=(screen.height-he)/2;
  if (left<1) left=1;  if (top<1) top=1;  win=window.open("fotoq.htm?a=" + alb + "&f=" + pic,"fq","width="+wi+",height="+he+",left="+left+",top="+top);  return true;}function fh(alb,pic) {  var wi=337;  var he=518;	var left=(screen.width-wi)/2;
	var top=(screen.height-he)/2;
  if (left<1) left=1;  if (top<1) top=1;  win=window.open("fotoh.htm?a=" + alb + "&f=" + pic,"fh","width="+wi+",height="+he+",left="+left+",top="+top);  return true;}function sizeit() {  var wi=window.innerWidth;  if (!wi) {wi=document.body.offsetWidth}  document.getElementById("pos").style.left=(wi-800)/2;	return true;}window.onresize=sizeit;