

  function ig_show () {
    redzamiba = document.getElementById('ig_div').style.display;
	close_all_forms();
	if (redzamiba == 'block') {
	  document.getElementById('ig_div').style.display = 'none';
	} else {
	  document.getElementById('ig_div').style.display = 'block';
	}
  }
  function login_parole_md5 () {
	  parole = login_form.login_parole.value;
	  parole = hex_md5(parole);
	  login_form.login_parole.value = parole;
  }
  function login_show () {
      close_all_forms();
	  if (document.getElementById('login_div')) {
	      document.getElementById('login_div').style.display = 'block';
	  }
  }
  function close_all_forms(){
  	  if (document.getElementById('ig_div')) {
          document.getElementById('ig_div').style.display = 'none';
      }
	  if (document.getElementById('reg_div')) {
		  document.getElementById('reg_div').style.display = 'none';
	  }
	  if (document.getElementById('login_div')) {
	      document.getElementById('login_div').style.display = 'none';
	  }
  }
  function pg_preces_sk (sURL,prece_order,order_sk) {
      sURL = sURL+'&prece_order='+prece_order+'&order_sk='+order_sk;
      window.location.replace( sURL );
  }
  function new_win_ka_iepirkties () {
      ka_iepirkties = window.open('/eva/veikals/ka_iepirkties_2.htm','ka_iepirkties','scrollbars=yes,channelmode=no,fullscreen=no,width=750,height=500,top=50,left=50,resizable=yes,toolbar=no,menubar=no,location=no,status=no');
  }
  function new_win_katalogs_csv (url_x){
      url = '/eva/veikals/katalogs_csv.php?'+url_x;
  	  katalogs_csv = window.open(url,'katalogs_csv','scrollbars=no,channelmode=no,fullscreen=no,width=450,height=150,top=250,left=250,resizable=no,toolbar=no,menubar=no,location=no,status=no');
  }
  function new_win_katalogs_print (url_x){
      url = '/eva/veikals/katalogs_print.php?'+url_x;
  	  katalogs_print = window.open(url,'katalogs_print','scrollbars=yes,channelmode=no,fullscreen=no,width=750,height=600,top=50,left=50,resizable=yes,toolbar=no,menubar=no,location=no,status=no');
  }