  if (document.images) {var bevel=new Image(); bevel.src="/img/bevel.jpg";}
  function langChg() {
    location.replace('/' + document.getElementById('lang').value);
  }
  var imgwin = '';
  function imageopen(url,width,height) {
    if(imgwin) imgwin.close();
    imgwin = window.open('','rancz','left=0,top=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=' + (width) + ',height=' + (height+4));
    imgwin.document.open();
    imgwin.document.write('<html><head><title>Rancz.com</title></head><body style="margin: 0; padding: 0; border: none"><a href="javascript:window.close()"><img src="/'+url+'" style="border: none" alt=""></a></body></html>');
    imgwin.document.close();
  }
  function changePic(ujsrc) {
    document.getElementById('bigpicimg').src = ujsrc;
  }
