function frame (aa) {
 var anh="";
 if (aa){
   if (aa.length>0){anh="?"+aa}
   }
   parent.location.href="index.html"+anh;
}


