i=-1;
function goIndex(){
 if (i==-1)
  {if (self==top) window.open(ind,"index","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=450,left=0,top=0");
  }
}
if (window.opener)
 {opn=opener.location.toString();
 i=opn.indexOf("musicwired");
 if(i==-1){
  i=opn.indexOf("htdocs");
  }
 }
//else{i=0;}
goIndex();
if(!window.sub){setTimeout("self.focus()",7000);}