function popUpa(URL)
{
var adresa;
if (URL == 1) adresa = 'http://www.podani.gov.cz/help/help_template.asp?content=help_government_services_online.htm&languageid=1';
if (URL == 2) adresa = 'http://www.podani.gov.cz/help/help_template.asp?content=help_sending_forms_electronically.htm&languageid=1';
if (URL == 3) adresa = 'http://www.podani.gov.cz/help/help_template.asp?content=help_more_info_gateway.htm&languageid=1';
if (URL == 4) adresa = 'http://www.podani.gov.cz/help/help_template.asp?content=help_what_do_i_need_to_register.htm&languageid=1';
if (URL == 5) adresa = 'http://www.podani.gov.cz/help/help_template.asp?content=help_is_it_secure.htm&languageid=1';
if (URL == 6) adresa = 'http://www.podani.gov.cz/help/help_template.asp?content=help_whats_new.htm&languageid=1';
if (URL == 7) adresa = 'http://www.podani.gov.cz/help/help_template.asp?content=help_government_links.htm&languageid=1';

	var winl = (screen.width - 400) / 2;
	var wint = (screen.height - 500) / 2;
	eval("page = window.open(adresa,'', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=yes,height=500,width=400,top='+wint+',left='+winl);");
}
function checkAnchor() 
{
      if (document.getElementById)
      {
	vsechny_odkazy =  document.getElementsByTagName('a');
	pocet = document.getElementsByTagName('a').length;
	     
	for(var y=0; y < pocet; y++)
	{	
		//if (vsechny_odkazy[y].target) vsechny_odkazy[y].className="inetodkazy";
		if (vsechny_odkazy[y].target == "_blank" || vsechny_odkazy[y].target == "_new") vsechny_odkazy[y].className="inetodkazy";
	}
      }
}

