agents = navigator.userAgent;

function atver(fails, platums, augst){
	win = window.open(fails, "logs", "status=yes,scrollbars=yes,resizable=yes,width="+platums+",height="+augst);
	/*return false;*/
}

function popbilde(bilde, w, h)
{
  var bi=window.open('','bilde','status=yes,scrollbars=yes,resizable=yes,height='+h+',width='+w);
  
  bi.document.write('<html><head><title>Bilde</title>');
  bi.document.write('<link href="/_css/galvenais.css" rel="stylesheet" type="text/css">');
  bi.document.write('</head><body>');
  bi.document.write('<img src="'+bilde+'">');
  bi.document.write('</body></html>');
  bi.document.close();
}

if (document.images) {
  var atsoff = new Image();
  atsoff.src = "/_img/vestulite.png";
  var atson = new Image();
  atson.src = "/_img/vestulite.on.png";
}

function act() {
  if (document.images.atsauksme){
    document.images.atsauksme.src = atson.src;
  }
  
  if(agents.indexOf('MSIE')){
    document.getElementById('atsauksme').style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_img/vestulite.on.png', sizingMethod='scale')";
  }
}

function inact() {
  if (document.images.atsauksme){
    document.images.atsauksme.src = atsoff.src;
  }
  
  if(agents.indexOf('MSIE')){
	document.getElementById('atsauksme').style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_img/vestulite.png', sizingMethod='scale')";
  }
}

function kontakti(vards) {
	var subject="?subject=Zinja no dadzis.lv majaslapas.";
  document.location.href = "mailto:" + vards + "@" + "dadzis.lv" + subject;
}