﻿<!--
objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++)
{
    objects[i].outerHTML = objects[i].outerHTML;
}

function MHMWindow(theURL,winName,features) { // horizontali mazais
  HTML = "<html\"><head><link href=\"/class.css\" rel=\"stylesheet\" type=\"text/css\"></head><title>|</title><body bgcolor=\"#ffffff\" ><center><table width=\"100%\" height=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td align=\"center\"><a href=\"javascript:window.close()\"><img src='"+ theURL +"' border=0 alt=\"Aizvērt\"></a></tr></table></center></body></html>";
  popupImage = window.open(theURL,'bilde','scrollbars=auto,resizable=yes,width=540,height=360,top=20,left=100');
  popupImage.document.open();
  popupImage.document.write(HTML);
  popupImage.focus();
  popupImage.document.close();
}

function LHLWindow(theURL,winName,features) { //horizontali liels
  HTML = "<html\"><head><link href=\"/class.css\" rel=\"stylesheet\" type=\"text/css\"></head><title>|</title><body bgcolor=\"#ffffff\" ><center><table width=\"100%\" height=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td align=\"center\"><a href=\"javascript:window.close()\"><img src='"+ theURL +"' border=0 alt=\"Aizvērt\"></a></tr></table></center></body></html>";
  popupImage = window.open(theURL,'bilde','scrollbars=auto,resizable=yes,width=660,height=640,top=20,left=100');
  popupImage.document.open();
  popupImage.document.write(HTML);
  popupImage.focus();
  popupImage.document.close();
}

function LHWindow(theURL,winName,features) { //mazais vertikali atsauksmem
  HTML = "<html\"><head><link href=\"/class.css\" rel=\"stylesheet\" type=\"text/css\"></head><title>|</title><body bgcolor=\"#ffffff\" ><center><table width=\"100%\" height=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td align=\"center\"><a href=\"javascript:window.close()\"><img src='"+ theURL +"' border=0 alt=\"Aizvērt\"></a></tr></table></center></body></html>";
  popupImage = window.open(theURL,'bilde','scrollbars=auto,resizable=yes,width=520,height=740,top=20,left=100');
  popupImage.document.open();
  popupImage.document.write(HTML);
  popupImage.focus();
  popupImage.document.close();
}

function LHMWindow(theURL,winName,features) { // vertikali
  HTML = "<html\"><head><link href=\"/class.css\" rel=\"stylesheet\" type=\"text/css\"></head><title>|</title><body bgcolor=\"#ffffff\" ><center><table width=\"100%\" height=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td align=\"center\"><a href=\"javascript:window.close()\"><img src='"+ theURL +"' border=0 alt=\"Aizvērt\"></a></tr></table></center></body></html>";
  popupImage = window.open(theURL,'bilde','scrollbars=auto,resizable=yes,width=360,height=540,top=20,left=100');
  popupImage.document.open();
  popupImage.document.write(HTML);
  popupImage.focus();
  popupImage.document.close();
}

function printMail(name,server,divId) {
    address = name+'@'+server;
    string = '<a href="mailto:'+address+'">'+address+'</a>';
    element = document.getElementById(divId);
    element.innerHTML = string;
}

//->