              
              
              function showServiceAgreement()
              { str = '<table>'
              	str +='<tr><td style="padding:8px">'
              	str +='<table width="500">'
              	str +='       <tr><td colspan="2" bgColor="#D0DEEB" align="center" height="23" style="color:#205688; font-size:12px">'
              	str +='           <b>Visiting our system please consider next conditions</b></td></tr>'
              	str +='       <tr><td height="10"></td></tr>'
              	str +='       <tr><td valign="top" style="font-size:13px">+</td>'
		  	    str +='           <td>To become a member of our internet shopping system and order Altai Cashmere LLC brand products first you have to give your true and complete information filling new member’s form, then obtain personal code assigned to you  (The personal code will be sent to your e-mail additionally)!</td></tr>'
              	str +='       <tr><td height="7"></td></tr>'
              	str +='       <tr><td valign="top" style="font-size:13px">+</td>'
		  	    str +='           <td>You should register only once. Duplicate registrations will be removed as we find them. If you forget your registered name or password you can have a new password sent to the email address you used when you registered!</td></tr>'
              	str +='       <tr><td height="7"></td></tr>'
              	str +='       <tr><td valign="top" style="font-size:13px">+</td>'
		  	    str +='           <td>You must provide a valid email. Please type your email carefully. If your email is incorrect or invalid your registration may be cancelled!</td></tr>'
              	str +='       <tr><td height="7"></td></tr>'
              	str +='       <tr><td valign="top" style="font-size:13px">+</td>'
		  	    str +='           <td>The information given by you is strictly confidential and only you will be able to make changes to it. This information will not be visible to other parties!</td></tr>'
              	str +='       <tr><td height="7"></td></tr>'
              	str +='       <tr><td valign="top" style="font-size:13px">+</td>'
		  	    str +='           <td>Member’s personal code and private information security is to be at the member’s disposal.</td></tr>'
              	str +='       <tr><td height="7"></td></tr>'
              	str +='       <tr><td valign="top" style="font-size:13px">+</td>'
		  	    str +='           <td>Our company will be responsible for delivery within Ulaanbaatar city upon full prior payment of the shipment. If you intend to make overseas shipment, the company will not be held responsible for the delivery except the transportation to the freight forwarder’s point.</td></tr>'
              	str +='       <tr><td height="7"></td></tr>'
              	str +='       <tr><td valign="top" style="font-size:13px">+</td>'
		  	    str +='           <td>All updates, news and current membership information of our company will be automatically delivered to your e-mail account registered at our system.</td></tr>'
              	str +='       <tr><td height="7"></td></tr>'
				str +='       <tr><td valign="top" style="font-size:13px">+</td>'
		  	    str +='           <td>It is prohibited to use the information system for insult of others or other criminal offenses. Any actions taken by using your personal membership are subject of your own responsibility.</td></tr>'
              	str +='       <tr><td height="7"></td></tr>'
              	str +='       <tr><td valign="top" style="font-size:13px">+</td>'
		  	    str +='           <td>In case of the member have not signed in the system for the period of more than 180 days, the membership account will be deleted as well as all personal information from the system.</td></tr>'
              	str +='       <tr><td height="7"></td></tr>'
              	str +='       <tr><td valign="top" style="font-size:13px">+</td>'
		  	    str +='           <td>Electronic payment system, program supply and all information of the website including, picture gallery design solutions and materials are the property of “Altai Cashmere” LLC and are protected by Intellectual Property Laws!</td></tr>'
              	str +='       <tr><td height="8"></td></tr>'
                str +='</table></td></tr>'
                str +='</table>'
              		
              	document.getElementById('proBody').innerHTML =str
			    document.getElementById('proName').innerHTML ='TERMS AND CONDITIONS'
			    str = '<table><tr><td onClick="closeProgram()">'+ drawButton('Back') +'</td></tr></table>'
			    document.getElementById('proExplain').innerHTML =str
			    preLoaderControl(false)
              }