function in_basket(id){
   self.parent.location = "/cgi-bin/basket.cgi?do=add-to-basket&id="+id;
   return true;
}

function in_descr(url){
   self.parent.location = url;
   return true;
}