var GET = new Array(); 
var foto_i = new Array();

var foto_x = new Array("foto_ch","foto_pros","foto_sob_2","foto_sob_3","foto_sob_f2","foto_sob_f1");

foto_i[1] = new Array(4,"lokality-chrudim","chrudim-","Foto Chrudim");
foto_i[2] = new Array(4,"lokality-prosetin","prosetin-0","Foto Prosetín");
foto_i[3] = new Array(4,"lokality-sobetuchy-2","sobetuchy2-0","Foto Sobětuchy 2");
foto_i[4] = new Array(4,"lokality-sobetuchy-3","sobetuchy3-0","Foto Sobětuchy 3");
foto_i[5] = new Array(6,"foto-sobetuchy-2","sobetuchy2-1","Foto Sobětuchy 2");
foto_i[6] = new Array(20,"foto-sobetuchy-1","sobetuchy1-1","Foto Sobětuchy 1");

function nactiGET() {
	z1 = window.location.search.substr(1).split("&"); 
	for(i = 0; i < z1.length; i++){
		geti = z1[i].split("=");
		GET[geti[0]] = unescape(geti[1]); 
	}
}

function dn(a) {
	if (a<10) return a = "0"+a;
	else return a;
}
function otevri_f(a,b,c,d) {
	if (!c) c= 400;
	if (!d) d= 300;
	okno = window.open("fotka.php?sl="+a+"&i="+b,"fotka","top="+((screen.availHeight/2)-(d/2))+",left="+((screen.availWidth/2)-(c/2))+",width="+c+",height="+d+",menubar=0,resizable=0,scrollbars=0,menubar=0,status=0,directories=0,location=0,toolbar=0");
	okno.focus();
}
function otevri_f2(a,r1,r2) {
	if (!r1) r1=700;
	if (!r2) r2=500;
	okno = window.open("fotka-mapa.php?co="+a,"fotka","top="+((screen.availHeight/2)-(r2/2))+",left="+((screen.availWidth/2)-(r1/2))+",width="+r1+",height="+r2+",menubar=0,resizable=0,scrollbars=0,menubar=0,status=0,directories=0,location=0,toolbar=0");
	okno.focus();
}
function otevri_f3(a,b,r1,r2) {
	if (!b) b="Fotka";
	if (!r1) r1=700;
	if (!r2) r2=500;
	
	okno = window.open("fotka2.php?a="+a+"&b="+b,"fotka","top="+((screen.availHeight/2)-(r2/2))+",left="+((screen.availWidth/2)-(r1/2))+",width="+r1+",height="+r2+",menubar=0,resizable=0,scrollbars=0,menubar=0,status=0,directories=0,location=0,toolbar=0");
	okno.focus();
}
