function linkselect (url) {
    if (url.length > 0) {
        window.top.location = url;
    }
}

function changeImage(imgLocation)
{
    if (document.images)
        document.images["HOVED"].src = imgLocation;
}

function popup1(name, width, hight){
    sidaNu = name;
    w = width;
    h = hight;
    window.open(sidaNu, "", "toolbar=0,location=0,directories=0,status=1,menu=0,scrollbars=1,resizable=0,width="+w+",height="+h);
}