<!--
if(top!= self) { window.top.location.href=location; }
//-->


<!--
function menuOver(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#000000";
elem.style.cursor = 'hand'}

function menuOut(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FFFFFF";}

function menuDown(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#000000";}

function menuUp(path)
{location.href = path;}
//-->


<!--
var slen = 250;
function countit()
{
   str= upload.info.value;
   strlength= str.length;
   document.upload.count.value = slen - strlength;
   if(slen-strlength < 0) document.upload.count.value = '!!!';
}
//-->


<!--
function zkontroluj(formular)
{
if (formular.body.value=="")
	{
	 alert("Must write message!");
	 formular.body.focus();
	 return false;
	}	
else
return true;
}
// -->


function change(color)
{
var el=event.srcElement
if (el.tagName=="INPUT"&&el.type=="submit") event.srcElement.style.color=color;
}


        function XY(e)
        {
        x = event.clientX + document.body.scrollLeft;
        y = event.clientY + document.body.scrollTop;
        }

        function ShowMessage(text,id)
        {
                top_pos = y - 120 + 'px';
                left_pos = x - 0 + 'px';
        document.body.insertAdjacentHTML('BeforeEnd', '<div style="position:absolute; TOP:' + top_pos + '; LEFT:' + left_pos + ';" ID="' + id + '"><table border=0 bgcolor="#000000" cellpadding=0 cellspacing=1><tr><td>' + text + '</td></tr></table></div>');
        }

        function Kill(id)
        {
                id.innerHTML = "";
                id.outerHTML = "";
        }

function preview(filename)
{
	document.images["prw"].src = filename
}


function makeWindow(url)
{
	window.open(url, '', "toolbar=0,status=0,scrollbars=0,resizable=1,width=1,height=1");
}
