  if (document.images) {
//    var cegunkrol = new Image(); cegunkrol.src='/img/menu_cegunkrol_o.gif';
  }
  function menuOver(pont) {
    if(document.getElementById(pont))
      document.getElementById(pont).src = '/img/menu_'+pont+'_o'+LangExt+'.gif';
  }
  function menuOut(pont) {
    if(document.getElementById(pont))
      document.getElementById(pont).src = '/img/menu_'+pont+LangExt+'.gif';
  }
  function imageopen(url,width,height) {
    imgwin = window.open('','regalhu','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>Regál Nyomda és Irodaszer-áruház</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 submitArtipus(urlPostfix) {
    s = document.getElementById('artipus');
    location.replace('?a=switchartipus&value=' + s.value + urlPostfix);
  }
  function submitPenznem(urlPostfix) {
  	s = document.getElementById('penznem_id');
    location.replace('?a=switchpenznem_id&value=' + s.value + urlPostfix);
  }
  /**/
  function entsub(myform) {
  if (window.event && window.event.keyCode == 13)
    myform.submit();
  else
    return true;
  }

