
function showAnswer()
{
   var questions = new Array ()
   var answers = new Array ()

   questions [0] = "What is so special about Narhex?";
   answers[0] = "Narhex is the only skin care company to have submitted its product to independent scientific double blind clinical trials which proved that in majority of cases, use of NarElastin\u2122 resulted in a measurable reduction of fine lines and wrinkles.";
   questions [1] = "What is so special about Narhex NarAHA\u2122?";
   answers[1] = "Because Narhex was involved with AHAs before most other skin care companies, it was able to choose what is considered to be the most effective alpha hydroxyl acids for inclusion in its products.  The combination of the correct AHAs is the most effective yet less irritant available 'over the counter'.";
   questions [2] = "What is so special about NarElastin\u2122?";
   answers[2] = "It is not necessary to be a scientist to understand that the structure of the elastin cross-linked protein is often broken during manufacture making it useless in skin treatments.  In many cheap products, the elastin is actually inactive, impure or diluted.  The elastin manufactured by Narhex (NarElastin\u2122) is cross-linked (active), undiluted and close to 100% purity.";
   questions [3] = "What is meant by 10/1 Elastin and NarElastin\u2122?";
   answers[3] = "10/1 refers to the size of the elastin molecule. NarElastin\u2122 is the general term for Narhex's patented elastin preparations.";
   questions [4] = "I am confused about what Narhex products do.";
   answers[4] = "Narhex NarAHA\u2122 clears away dead skin cells, NarElastin\u2122 fights wrinkles.  Together they lead to a better complexion, less visible lines and wrinkles and consequently a younger looking skin.";
   questions [5] = "Aren't skin creams all the same?";
   answers[5] = "No. Moisturisers work by trapping the moisture in the skin and sometimes by attracting moisture from the air (humectants).  They do not have any effect on the dead skin cells which make the skin look 'flat' and dry and there is little point in trying to moisturise dead skin.  Narhex's exclusive AHA products moisturise the skin while helping it to shed dead cells, which in turn allows NarElastin\u2122 preparations to begin the job of reducing fine lines and wrinkles.";
   questions [6] = "Do I need the whole range?";
   answers[6] = "No, but it is important to use Narhex NarAHA\u2122 and NarElastin\u2122 if you want the best results.  The more damaged your skin, the higher strength products you need.  Look at Narhex as an investment in your current appearance and self confidence and in the ongoing improvement that you will see in your complexion.";
   questions [7] = "When will I see a result?";
   answers[7] = "The majority of our clients obtain improvements within 28 days.";
   questions [8] = "Will my wrinkles disappear?";
   answers[8] = "Nothing (except perhaps surgery) will make wrinkles disappear, but prolonged use of Narhex NarAHA\u2122 and NarElastin\u2122 will significantly improve your skin texture and tone and can make you appear younger by alleviating the dry skin and reducing the depth of fine and coarse lines.";
   questions [9] = "At what age should I use which products?";
   answers[9] = "Three main factors affect the skin: environment, genes and habits (including sunbathing, smoking and alcohol). Some people have perfect skin at 50 while others may show signs of too much sun and fun at 30. Skin condition should be the most important consideration when choosing treatments.";
   questions [10] = "Do men get the same benefits as women?";
   answers[10] = "Yes, prolonged use will visibly reduce fine lines and wrinkles. For an excellent aftershave, use Facial Lift or a Narhex NarAHA\u2122 moisturiser.";
   questions [11] = "What is photo ageing?";
   answers[11] = "Photo ageing is due to the effect of UV light on the skin.  Symptoms include lines, wrinkles, mottled pigmentation, sun spots, leatherness and broken capillaries.";
   questions [12] = "Will Narhex AHA products make my skin sun-sensitive?";
   answers[12] = "No.  Narhex NarAHA\u2122 gently and gradually correct dry skin without leaving it sun sensitive, unlike some other exfoliating preparations on the market. Plus, Narhex NarAHA\u2122 moisturising creams contain SPF4.";
   questions [13] = "What will happen to my skin if I stop using Narhex?";
   answers[13] = "Nothing dramatic! The benefits gained will continue to be evident for a while but slowly your skin will age normally again.";
   
   var message;
   iQuestion = eval(document.forms["question-list"].questions.value);
   message = questions[iQuestion];
   var head1 = document.getElementById("question");
   head1.firstChild.nodeValue=message;
   message = answers[iQuestion];
   head1 = document.getElementById("answer");
   head1.firstChild.nodeValue=message;
}

