
   function Preview(id,no)
   {
      window.location.href='index.php?operator=preview&operand=image&data=' + id + ',' + no;
   }

   function Preview_Close()
   {
      var which = 'OPTION3';
      var value = "";

      /*if(typeof(document.forms[0])=="undefined") {

         window.location.href = 'index.php?operator=browse';

      }
      else*/ /*if(typeof(document.forms[0].OPTION3)!="undefined") {
         value = document.forms[0].OPTION3.options[document.forms[0].OPTION3.selectedIndex].value;
         UpdateSearch(which,value);
      }*/
      /*else if(typeof(document.forms[0].OPTION2)!="undefined") {
         value = document.forms[0].OPTION2.options[document.forms[0].OPTION2.selectedIndex].value;
         UpdateSearch(which,value);
      }*/
      //else {
         window.location.href = 'index.php?operator=browse';
      //}
   }

