//Aktalni datumfunction DNDAT(){	datum = new Date();	denCislo = datum.getDay()	denSlovo = new Array("neděle", "pondělí", "úterý", "středa", "čtvrtek", "pátek", "sobota");	mesCislo = datum.getMonth();	mesSlovo = new Array("ledna", "února", "března", "dubna", "května", "června", "července", "srpna", "září", "října", "listopadu", "prosince");	document.write(denSlovo[denCislo]);	document.write(" - ");	document.write((datum.getDate())+". "+(mesSlovo[mesCislo])+" "+(datum.getFullYear()));}//HOUMfunction HOUM1(){	document.write("<a href='houm.htm'><img src='../img/houm_logo1.jpg' width='245' height='110' alt='Úvod' border='0'></a>");}	function HOUM2(){	document.write("<a href='houm.htm'><img src='../img/houm_logo2.jpg' width='245' height='135' alt='Úvod' border='0'></a>");}	//Tlacitko VIDEOobr1=new Image();obr1.src="../img/tlac_video1.jpg";//Tlacitko AUDIOobr2=new Image();obr2.src="../img/tlac_audio1.jpg";//Tlacitko FOTOobr3=new Image();obr3.src="../img/tlac_foto1.jpg";//Tlacitko DATAobr4=new Image();obr4.src="../img/tlac_data1.jpg";//Tlacitko KONTAKTobr5=new Image();obr5.src="../img/tlac_kontakt1.jpg";//Tlacitko GRAFIKAobr6=new Image();obr6.src="../img/tlac_graf1.jpg";//Vymena tlacitekfunction zamen(tl,tlz){ document.images[tl].src=tlz; }//wokno na fotku lezatyfunction FOT(url,fot_vel){	wokno=window.open(url,fot_vel, 'top=10,left=50,width=640,height=490,resizable=1,status=0,menubar=0,location=0,directories=0,scrollbars=1');	wokno.focus();	wokno.document.write('<html><head><title>MP-DATA.cz - picture</title></head>');	wokno.document.write('<body bgcolor="#1A1E21" text="#ffcc33" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" rightmargin="0" bottommargin="0">');	wokno.document.write('<p align="middle">');		wokno.document.write('<a href="javascript:window.close();">');	wokno.document.write('<img src="'+url+'" width="600" height"450" border="0" alt="Zavřít" hspace="10" vspace="10">');	wokno.document.write('</a>');	wokno.document.write('</p></body></html>');	wokno.document.close();	}//wokno na fotku stojatyfunction FOTST(url,fot_st){	wokno=window.open(url,fot_st, 'top=10,left=50,width=490,height=640,resizable=1,status=0,menubar=0,location=0,directories=0,scrollbars=1');	wokno.focus();	wokno.document.write('<html><head><title>MP-DATA.cz - picture</title></head>');	wokno.document.write('<body bgcolor="#1A1E21" text="#ffcc33" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" rightmargin="0" bottommargin="0">');	wokno.document.write('<p align="middle">');		wokno.document.write('<a href="javascript:window.close();">');	wokno.document.write('<img src="'+url+'" width="450" height"600" border="0" alt="Zavřít" hspace="10" vspace="10">');	wokno.document.write('</a>');	wokno.document.write('</p></body></html>');	wokno.document.close();	}//Vokno na odkazfunction ODK(url,odkz) {    nwokno=window.open(url,odkz,'top=5,left=5,width=1024,height=600,resizable=1,location=1,menubar=1,scrollbars=1,status=1,directories=1,toolbar=1');	nwokno.focus();}	//TopListfunction TOPLIST(){ 	document.write('<img src="http://toplist.cz/dot.asp?id=115032&http='+escape(document.referrer)+'&t='+escape(document.title)+'" width="1" height="1" border=0 alt="TOPlist" />');	document.write('<img src="http://toplist.cz/dot.asp?id=346578&http='+escape(document.referrer)+'&t='+escape(document.title)+'" width="1" height="1" border=0 alt="TOPlist" />');}
