function addbookmark(){
	if (document.all) window.external.AddFavorite("http://www.abcslovensko.sk","Abc Slovensko")
}

/* Fotky */
function gEBI(id) {
  if (document.getElementById)
    return document.getElementById(id);
  if (document.all)
    return document.all[id];
  return false;
}
var fotky=1;
function add_fotky_input(input) {
	input.onchange='';
	fotky++;
	var temp=document.createElement('li');
	temp.innerHTML = '<input type="file" name="img['+fotky+']" size="35" onchange="add_fotky_input(this);">';
	var objekt=gEBI('fotky_input');
	objekt.appendChild(temp);
}
function velka_fotka(url) {
	window.open(url, "Obrázok","width=420,height=320,scrollbars=no,resizable=yes");
	return false;
}
