<!--
function email(jmeno,adresa)
  {

/* volitelné nastavení ----------------------------------------------------------------------------------------------*/
var styly="http://agrospolvb.cz/mail/styly.css";		// url CSS stylů
var pozadi="http://agrospolvb.cz/images/tapeta.jpg";		// url pozadí obrázku
var akce="http://agrospolvb.cz/mail/send.php";			// url odeslání formuláře

var sirka = (screen.width-430)/2;
var vyska = (screen.height-350)/2;

/* vytvoření symbolické adresy (včetně odstranění nepovolených znaků) -----------------------------------------------*/
re=/^[a-zA-Z0-9_%]*$/;			// regulární výraz zkoumající přítomnost nepovolených znaků
var name="";				// odstranění nepovolených znaků
for (i=0; i<=(adresa.length)-1; i++) 
   {
    znak=adresa.charAt(i);
    if (znak.search(re)==0) { name=name+znak; }
   }

/* Netscape Navigator -----------------------------------------------------------------------------------------------*/
   if (navigator.appName == "Netscape")
       {
	var okno=window.open('',name, 'toolbar=no,menubar=no,location=no,directories=no,scrollbars=no,resizable=no,status=no,width=530,height=350,top='+vyska+',left='+sirka);
	okno.focus();
	okno.document.write("<HTML>");
	okno.document.write("<TITLE>"+jmeno+"</TITLE>");
	okno.document.write("<LINK href=\""+styly+"\" type=text/css rel=StyleSheet>");
	okno.document.write("<META http-equiv=Content-Type content=\"text/html; charset=windows-1250\">");
	okno.document.write("<BODY background=\""+pozadi+"\">");
	okno.document.write("<CENTER>");
	okno.document.write("<BR>");
	okno.document.write("<FORM method=\"post\" action=\""+akce+"\" ENCTYPE=\"multipart/form-data\">");
	okno.document.write("<TABLE border=0 cellpadding=\"0\" cellspacing=\"0\" align=center>");
	okno.document.write("<TR><TD COLSPAN=2 CLASS=\"max\">ODESLÁNÍ E-MAILU</TD></TR>");
	okno.document.write("<TR><TD height=5></TD><TR>");
	okno.document.write("<TR><TD class=\"zelene\">Komu:</TD><TD>");
	okno.document.write("<INPUT type=\"text\" value=\""+jmeno+" \<"+adresa+"\>"+"\" size=50 disabled>");
	okno.document.write("<INPUT type=\"hidden\" name=\"komu\" value=\""+adresa+"\">");
	okno.document.write("<INPUT type=\"hidden\" name=\"styly\" value=\""+styly+"\">");
	okno.document.write("<INPUT type=\"hidden\" name=\"pozadi\" value=\""+pozadi+"\">");
	okno.document.write("</TD></TR>");
	okno.document.write("<TR><TD class=\"zelene\">Předmět:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD><TD><input type=\"text\" name=\"subj\" size=50></TD></TR>");

	okno.document.write("<TR><TD class=\"zelene\">Příloha:&nbsp;&nbsp;</td><td><INPUT TYPE=\"file\" NAME=\"soubor\" size=36></TD></TR>");

	okno.document.write("<TR><TD colspan=2><textarea rows=9 cols=58 name=\"msg\"></textarea></TD></TR>");
	okno.document.write("<TR><TD height=5></TD><TR>");
	okno.document.write("<TR><TD colspan=2 align=\"right\"><input type=\"submit\" value=\"Odeslat e-mail!\"></TD></TR>");
	okno.document.write("</TABLE>");
	okno.document.write("</FORM>");
	okno.document.write("</CENTER>");
	okno.document.write("</BODY></HTML>");   
      }

/* Internet Explorer ------------------------------------------------------------------------------------------------*/
   if (navigator.appName == "Microsoft Internet Explorer")
       {
	var okno=window.open('',name, 'toolbar=no,menubar=no,location=no,directories=no,scrollbars=no,resizable=no,status=no,width=490,height=320,top='+vyska+',left='+sirka);
	okno.focus();
	okno.document.write("<HTML>");
	okno.document.write("<TITLE>"+jmeno+"</TITLE>");
	okno.document.write("<LINK href=\""+styly+"\" type=text/css rel=StyleSheet>");
	okno.document.write("<META http-equiv=Content-Type content=\"text/html; charset=windows-1250\">");
	okno.document.write("<BODY background=\""+pozadi+"\">");
	okno.document.write("<CENTER>");
	okno.document.write("<FORM method=\"post\" action=\""+akce+"\" ENCTYPE=\"multipart/form-data\">");
	okno.document.write("<TABLE border=0 cellpadding=\"0\" cellspacing=\"0\" align=center>");
	okno.document.write("<TR><TD height=10 width=150></TD><TD width=390></TD><TR>");
	okno.document.write("<TR><TD COLSPAN=2 CLASS=\"max\">ODESLÁNÍ E-MAILU</TD></TR>");
	okno.document.write("<TR><TD height=5></TD><TD></TD><TR>");
	okno.document.write("<TR><TD class=\"zelene\">Komu:</TD><TD>");
	okno.document.write("<INPUT type=\"text\" value=\""+jmeno+" \<"+adresa+"\>"+"\" size=60 disabled>");
	okno.document.write("<INPUT type=\"hidden\" name=\"komu\" value=\""+adresa+"\">");
	okno.document.write("<INPUT type=\"hidden\" name=\"styly\" value=\""+styly+"\">");
	okno.document.write("<INPUT type=\"hidden\" name=\"pozadi\" value=\""+pozadi+"\">");
	okno.document.write("</TD></TR>");
	okno.document.write("<TR><TD class=\"zelene\">Předmět:&nbsp;&nbsp;</TD><TD><input type=\"text\" name=\"subj\" size=60></TD></TR>");

	okno.document.write("<TR><TD class=\"zelene\">Příloha:&nbsp;&nbsp;</td><td><INPUT TYPE=\"file\" NAME=\"soubor\" size=43></TD></TR>");


	okno.document.write("<TR><TD colspan=2><textarea rows=10 cols=56 name=\"msg\"></textarea></TD></TR>");
	okno.document.write("<TR><TD height=5></TD><TD></TD><TR>");
	okno.document.write("<TR><TD colspan=2 align=\"right\"><input type=\"submit\" value=\"Odeslat e-mail!\"></TD></TR>");
	okno.document.write("</TABLE>");
	okno.document.write("</FORM>");
	okno.document.write("</CENTER>");
	okno.document.write("</BODY></HTML>");
       }
  }
/* ------------------------------------------------------------------------------------------------------------------*/
function picture(src,sirka,vyska)
{
var width, height, roll="no", okno_sirka=sirka, okno_vyska=vyska;		// umístění obrázku na obrazovce
if (sirka>screen.width-16) {width=0; roll="yes"; okno_sirka=screen.width-10; okno_vyska=okno_vyska+16} 
else {width = (screen.width-sirka)/2;}
if (vyska>screen.height-57) {height=0;  roll="yes"; okno_vyska=screen.height-57; okno_sirka=okno_sirka+16;}
else {height = (screen.height-vyska)/2;}
if ((vyska>screen.height-57)&&(sirka>screen.width-16)) {okno_vyska=screen.height-57; okno_sirka=screen.width-10;}

	re=/^[a-zA-Z0-9_%]*$/;			// regulární výraz zkoumající přítomnost nepovolených znaků
	var jmeno="";
	for (i=0; i<=(src.length)-1; i++)	// odstranění nepovolených znaků
	   {
	    znak=src.charAt(i);
	    if (znak.search(re)==0) { jmeno=jmeno+znak; }
	   }
	var okno=window.open('',jmeno, 'toolbar=no,menubar=no,location=no,directories=no,scrollbars='+roll+',resizable=no,status=no,width='+okno_sirka+',height='+okno_vyska+',top='+height+',left='+width);
	okno.focus();
	okno.document.write("<HTML><HEAD>");
	okno.document.write("<TITLE>"+src+"</TITLE>");
	okno.document.write("</HEAD><BODY leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
	okno.document.write("<IMG src=\""+src+"\" width="+sirka+" height="+vyska+" border=0><BR>");
	okno.document.write("</BODY></HTML>");
}
/* ------------------------------------------------------------------------------------------------------------------*/
function HighlightAnchor()
  {
   if (window.event.srcElement.tagName == "A")
       window.event.srcElement.style.color = "#FF0000";
  }
/* ------------------------------------------------------------------------------------------------------------------*/
function LowlightAnchor()
  {
   if (window.event.srcElement.tagName == "A")
       window.event.srcElement.style.color = "#006225";
  }
/* ------------------------------------------------------------------------------------------------------------------*/
//-->