<!--function showhtml(w, h, id)	 {		  l=(window.screen.availWidth-w)/2;		  t=(window.screen.availHeight-h)/2;		  oknoinfo=window.open(id,'okno','width='+w+',height='+h+',scrollbars=1,top='+t+',left='+l);		  oknoinfo.focus();	 }function video(divnazev, htmlkod)    { if (document.getElementById)      {     document.getElementById(divnazev).innerHTML = htmlkod;     }	 }function prclanek(w, h, id)	 {		  l=(window.screen.availWidth-w)/2;		  t=(window.screen.availHeight-h)/2;		  okno=window.open('/1/prclanky/'+id+'/index.htm','prclanek','width=960,height=720,scrollbars=1,top='+t+',left='+l);		  okno.focus();	 }function prodejna(w, h)	 {		  l=(window.screen.availWidth-w)/2;		  t=(window.screen.availHeight-h)/2;		  okno=window.open('/1/prodejna/index.html','okno','width='+w+',height='+h+',scrollbars=0,top='+t+',left='+l);			  okno.focus();	 }function inzerat(w, h)	 {		  l=(window.screen.availWidth-w)/2;		  t=(window.screen.availHeight-h)/2;		  okno=window.open('/1/prodejna/main.htm','okno','width=655,height=515,scrollbars=0,top='+t+',left='+l);			  okno.focus();	 }function postovne(w, h)	 {		  l=(window.screen.availWidth-w)/2;		  t=(window.screen.availHeight-h)/2;		  okno=window.open('/1/postovne/index.htm','okno','width=655,height=515,scrollbars=0,top='+t+',left='+l);		  okno.focus();	 }function detail(name_table, num)	 {	 		w=960;	 		h=768;		  l=(window.screen.availWidth-w)/2;		  t=(window.screen.availHeight-h)/2;		  okno=window.open('detail_texty.php?id='+num+'&table='+name_table,'okno','width=960,height=768,scrollbars=1,top='+t+',left='+l);		  okno.focus();	 }function history(num)	 {	 		w=640;	 		h=480;		  l=(window.screen.availWidth-w)/2;		  t=(window.screen.availHeight-h)/2;		  okno=window.open('history.php?id='+num,'okno','width=640,height=480,scrollbars=1,top='+t+',left='+l);			  okno.focus();	 }function img(w, h, img)	 {		  l=(window.screen.availWidth-w)/2;		  t=(window.screen.availHeight-h)/2;		  okno=window.open('/1/img.php?img='+img+'&width='+w+'&height='+h,'okno','width='+w+',height='+h+',top='+t+',left='+l);		  okno.focus();	 }function imgclanek(w, h, img)	 {		  l=(window.screen.availWidth-w)/2;		  t=(window.screen.availHeight-h)/2;		  oknoimgclanek=window.open('/1/imgclanek.php?img='+img+'&width='+w+'&height='+h,'imgclanek','width='+w+',height='+h+',top='+t+',left='+l);		  oknoimgclanek.focus();	 }function okno(okno){  window.open(okno, 'okno','width=640,height=480,scrollbars=1');}function formCheck(form){  if(form.jmeno.value == "")	{    alert("Zadejte prosím Váše jméno.");    form.jmeno.focus();    return false ;  }  if(form.email.value == "") {    alert("Zadejte prosím Váš e-mail.");    form.email.focus();    return false ;  }  if(form.email.value != "")  {	  	var hodnota=form.email.value;		var regular=/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i;		if (!(regular.test(hodnota)))		{			alert("Zkontrolujte prosím správnost Vaší e-mailové adresy.");			form.email.focus();			return false;		}	}  if(form.dotaz.value == "")  {    alert("Zadejte prosím text Vašeho dotazu.");    form.dotaz.focus();    return false ;  }  	return true ;}function spamCheck(){  document.getElementById('antispam-box').style.display = 'none';  document.getElementById('form-antispam').value = 965;}//-->
