function okno(x) 
{
window.open(x,"Okno","toolbar=no,location=no,directories=yes,status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=no,width=800, height=800");
}

function najechanie(y)
{
document.getElementById(y).style.cursor='hand';
}
