
    function openAppletWindow(link) {
        height = 300;
        width = 400;
        w = window.open("/images/360grad/"+link+"/index.jsp","movewindow","scrollbar=no,toolbar=no,status=no,menubar=no,resizeable=0,width="+width+",height="+height);
        w.focus();
    }