var anotherWindow = null
function loc()
{
    if (navigator.appName == "Netscape" ){ 

    window.open("lokacija.htm", "", "top=0,left=0,width=600,height=430");
}
    else {
    window.open("lokacija.htm", "", "top=0,left=0,width=600,height=430");
}

}

