 function photo_window(parms, nwidth, nheight, url){
   if(!url||url=='') url="photoshow.php";
   if(parms!='') url+="?"+parms;
   if(!nwidth) nwidth=880;
   if(!nheight) nheight=930;
   window.open(url, "photowindow", "status=yes,toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,width="+nwidth+",height="+nheight);
 }

 function load(url) {
  parent.location.href= url;
 }
 function change_lang(lang){
  var page='<?print($page)?>';
  load('index.php?lang='+lang);
 }
function sendMail(whom) {
  company='dobrushin';
  domain='de';
      locationstring = 'mai' + 'lto:' + whom + '@' + company + '.' + domain;
      window.location.replace(locationstring);
}
