function click2 (URL1,URL2)
     {  
      parent.topFrame.location.href=URL1;
      parent.main.location.href=URL2;
     }


