function search(slovo){
	document.location.href="./index.php?page=search&hledej="+slovo;
}
// Mazani komentare
function mazaniViewImage(idfoto,prikaz){
text=window.confirm("Prejete si smazat tuto zpravu? Delete message ?");

if (text)
{
document.location.href="./index.php?page=view_image&id="+idfoto+"&del="+prikaz;
}
}
// Mazani komentare
function mazaniVideoComment(video,prikaz){
text=window.confirm("Prejete si smazat tento komentar? Delete message ?");

if (text)
{
document.location.href="./index.php?page=view_video&video="+video+"&del="+prikaz;
}
}

function HighlightAnchor()
{
    if (window.event.srcElement.tagName == "DIV") 
        window.event.srcElement.style.color = "white";
}

function LowlightAnchor()
{
    if (window.event.srcElement.tagName == "DIV") 
        window.event.srcElement.style.color = "black";
}

function mazaniComment(komentar){
text=window.confirm("Prejete si smazat tuto zpravu?");

if (text)
{
document.location.href="./index.php?page=comment&del="+komentar;
}
}

function Smile(what)
{
  document.forms.comment.body.focus();
  document.forms.comment.body.value=document.forms.comment.body.value+what;
}
var pokracovat = false; 
function Delete(){
	pokracovat = confirm("Opravdu chcete smazat tento prispevek ?");
}
