              
              
              function showHelp()
              { str = '<table width="500">'
              	str +='<tr><td>'
              	str +='    <table bgColor="#D0DEEB" width="300">'
              	str +='    <tr><td style="color:#205688; padding-left:10px; padding-right:10px; font-size:12px">'
              	str +='        <b>System general information</b></td></tr>'
              	str +='    </table></td></tr>'
              	str +='<tr><td style="padding-left:13px; padding-right:15px; padding-top:8px">'
              	str +='    <b>+ Altai Cashmere LLC., general brochure-Flash version</b><br>'
                str +='       Our system consists of two sections: Altai Cashmere LLC., Flash version and Electronic sale system and you are able to enter either of those on the bottom of the page!</td></tr>'
                str +='<tr><td style="padding-left:13px; padding-right:15px; padding-top:8px">'
              	str +='    <b>+ Help menu and Follow menu</b><br>'
                str +='       Using the menu you are able to change English-Mongolian language setting, transfer any questions and remarks using the Contact section and also view the detailed information of products using Last 3 products!</td></tr>'
                str +='<tr><td style="padding-left:13px; padding-right:15px; padding-top:8px">'
              	str +='    <b>+ Product optional search</b><br>'
                str +='       Using the Extended search on the top of the page you are able to search the desired product by color, size, type, price range and other!</td></tr>'
                str +='<tr><td style="padding-left:13px; padding-right:15px; padding-top:8px">'
              	str +='    <b>+ Observe current exchange rates of the day!</b><br>'
                str +='       You are able to check foreign currency exchange rates from Mongol bank and if necessary, to configure the currency differences!</td></tr>'
                str +='<tr><td style="padding-left:13px; padding-right:15px; padding-top:8px">'
              	str +='    <b>+ You can trace the shipment route!</b><br>'
                str +='       If you have shipped with DHL you are able to trace its location by entering Check the shipment window!</td></tr>'
                str +='<tr><td style="padding-left:13px; padding-right:15px; padding-top:8px">'
              	str +='    <b>+ Direct operator service online!</b><br>'
                str +='       Any unsolved questions are able to be solved by our permanent online operator at yahoo messenger!</td></tr>'
                str +='<tr><td height="20"></td></tr>'
                str +='<tr><td>'
              	str +='    <table bgColor="#D0DEEB" width="300">'
              	str +='    <tr><td style="color:#205688; padding-left:10px; padding-right:10px; font-size:12px">'
              	str +='        <b>About system membership</b></td></tr>'
              	str +='    </table></td></tr>'
                str +='<tr><td style="padding-left:13px; padding-right:15px; padding-top:8px">'
                str +='        <b>+ General information</b><br>'
                str +='           Registering consumer account and using the personal code you will be able to make online orders, receive bonuses and discounts appropriate to the purchase you made.</td></tr>'
                str +='<tr><td style="padding-left:13px; padding-right:15px; padding-top:8px">'
                str +='        <b>+ Member’s personal information</b><br>'
                str +='           Information given by you to open an account is saved to the server and only you will be eligible to change it. This information is fully secured to be invisible to other parties.</td></tr>'
                str +='<tr><td style="padding-left:13px; padding-right:15px; padding-top:8px">'
                str +='        <b>+ Order forms</b><br>'
                str +='           All order information are saved and detailed lists consists from total amount of purchase, date, bonuses, delivery details are available to you by when sign in to the system.</td></tr>'
                str +='<tr><td style="padding-left:13px; padding-right:15px; padding-top:8px">'
                str +='        <b>+ Question handling</b><br>'
                str +='           If any type of unsolved questions arise regarding the system, electronic account, orders, you will be able to contact directly with operator of the system by sending email on “Contact Us” or chatting online by clicking “Direct Assistant”</td></tr>'
                str +='<tr><td style="padding-left:13px; padding-right:15px; padding-top:8px">'
                str +='        <b>+ Electrical account</b><br>'
                str +='           With each online purchase you will gain bonus of 5% of the total amount that will be kept in your electronic account. This bonus can be used for your further orders too!</td></tr>'
                str +='<tr><td style="padding-left:13px; padding-right:15px; padding-top:8px">'
                str +='        <b>+ If lost your personal code</b><br>'
                str +='           If you have lost your personal code enter “Refresh personal code” window and using refresh personal code module and entering original verification question with the answer, then you will be provided your personal code back.</td></tr>'
                str +='<tr><td height="8"></td></tr>'
              	str +='</table>'
              		
              	document.getElementById('proBody').innerHTML =str
			    document.getElementById('proName').innerHTML ='HELP TOPICS'
			    str = '<table><tr><td onClick="closeProgram()">'+ drawButton('Back') +'</td></tr></table>'
			    document.getElementById('proExplain').innerHTML =str
			    preLoaderControl(false)
              }