/**
  * Constructor.
  */
 function firefoxDetails()
 {
     parent::productDetails();
 }
 /**
  * Constructor.
  */
 function thunderbirdBuildDetails()
 {
     parent::productDetails();
 }