<!--// //function navbox () {       var NBwidth = w;    var NBheight = h;    var NBlocation = x;    var attributes = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=yes,left=0,top=0,width=" + NBwidth + ",height=" + NBheight;    NavBox = window.open ("", "navbox", attributes);    {       if (NavBox.opener == null)          NavBox.opener = this;          NavBox.location.href = NBlocation;    }    }// -->