function sLoadEULA()
{

		
	var sEULA = "NOTICE: \r\n";
sEULA += "Practical Compliance Solutions licenses the accompanying software to you only upon the condition that you accept all of the terms contained in this license agreement. Please read the terms carefully before continuing installation, as pressing the \"Agree\" button will indicate your assent to them. If you do not agree to these terms, please press the \"Cancel\" button to exit install as Practical Compliance Solutions is unwilling to license the software to you, in which event you should return the full product with proof of purchase to the dealer from whom it was acquired within sixty days of purchase, and your money will be refunded. ";
sEULA += "\r\n\r\n";
sEULA += "LICENSE AND WARRANTY: ";
sEULA += "The software which accompanies this license (the \"Software\") is the property of Practical Compliance Solutions or its licensers and is protected by copyright law. While Practical Compliance Solutions continues to own the Software, you will have certain rights to use the Software after your acceptance of this license. Except as may be modified by a license addendum which accompanies this license, your rights and obligations with respect to the use of this Software are as follows: ";
sEULA += "\r\n\r\n";
sEULA += "YOU MAY: \r\n";
sEULA += "(i) use one copy of the Software on a single computer;";
sEULA += "\r\n\r\n";
sEULA += "(ii) make one copy of the Software for archival purposes, or copy the software onto the hard disk of your computer and retain the original for archival purposes;";
sEULA += "\r\n\r\n";
sEULA += "(iii) use the Software on a network, provided that you have a licensed copy of the Software for each computer that can access the Software over that network;";
sEULA += "\r\n\r\n";
sEULA += "(iv) after written notice to Practical Compliance Solutions, transfer the Software on a permanent basis to another person or entity, provided that you retain no copies of the Software and the transferee agrees to the terms of this agreement; and";
sEULA += "\r\n\r\n";
sEULA += "YOU MAY NOT:\r\n";
sEULA += "(i) copy the documentation which accompanies the Software;";
sEULA += "\r\n\r\n";
sEULA += "(ii) sublicense, rent or lease any portion of the Software;";
sEULA += "\r\n\r\n";
sEULA += "(iii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of the Software, or create derivative works from the Software; or";
sEULA += "\r\n\r\n";
sEULA += "(iv) use a previous version or copy of the Software after you have received a disk replacement set or an upgraded version as a replacement of the prior version, unless you donate a previous version of an upgraded version to a charity of your choice, and such charity agrees in writing that it will be the sole end user of the product, and that it will abide by the terms of this agreement. Unless you so donate a previous version of an upgraded version, upon upgrading the Software, all copies of the prior version must be destroyed.";
sEULA += "\r\n\r\n";
sEULA += "THIRTY DAY MONEY BACK GUARANTEE:\r\n";
sEULA += "If you are the original licensee of this copy of the Software and are dissatisfied with it for any reason, you may return the complete product, together with your receipt, to Practical Compliance Solutions or an authorized dealer, postage prepaid, for a full refund at any time during the thirty day period following the delivery to you of the Software.";
sEULA += "\r\n\r\n";
sEULA += "LIMITED WARRANTY:\r\n";
sEULA += "Practical Compliance Solutions warrants that the media on which the Software is distributed will be free from defects for a period of sixty (60) days from the date of delivery of the Software to you. Your sole remedy in the event of a breach of this warranty will be that Practical Compliance Solutions will, at its option, replace any defective media returned to Practical Compliance Solutions within the warranty period or refund the money you paid for the Software. Practical Compliance Solutions does not warrant that the Software will meet your requirements or that operation of the Software will be uninterrupted or that the Software will be error-free.";
sEULA += "\r\n\r\n";
sEULA += "The above warranty is exclusive and in lieu of all other warranties, whether express or implied, including the implied warranties of merchantability, fitness for a particular purpose and noninfringement. This warranty gives you specific legal rights. You may have other rights, which vary from state to state.";
sEULA += "\r\n\r\n";
sEULA += "DISCLAIMER OF DAMAGES:\r\n";
sEULA += "Regardless of whether any remedy set forth herein fails of its essential purpose, in no event will Practical Compliance Solutions be liable to you for any special, consequential, indirect or similar damages, including any lost profits or lost data arising out of the use or inability to use the software even if Practical Compliance Solutions has been advised of the possibility of such damages.";
sEULA += "\r\n\r\n";
sEULA += "Some states do not allow the limitation or exclusion of liability for incidental or consequential damages so the above limitation or exclusion may not apply to you.";
sEULA += "\r\n\r\n";
sEULA += "In no case shall Practical Compliance Solutions's liability exceed the purchase price for the software. The disclaimers and limitations set forth above will apply regardless of whether you accept the Software.";
sEULA += "\r\n\r\n";
sEULA += "U.S. GOVERNMENT RESTRICTED RIGHTS:\r\n";
sEULA += "Restricted rights legend. Use, duplication, or disclosure by the Government is subject to restrictions as set forth in subparagraph (c) (1) (ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 or subparagraphs (c) (1) and (2) of the Commercial Computer Software-Restricted Rights clause at 48 CFR 52.227-19, as applicable, Practical Compliance Solutions Corporation";
sEULA += "\r\n\r\n";
sEULA += "GENERAL:\r\n";
sEULA += "This Agreement will be governed by the laws of the State of New Jersey. This Agreement may only be modified by a license addendum which accompanies this license or by a written document which has been signed by both you and Practical Compliance Solutions. Should you have any questions concerning this Agreement, or if you desire to contact Practical Compliance Solutions for any reason, please write: Practical Compliance Solutions Customer Sales and Service tromeo@complianceabc.com";
sEULA += "\r\n\r\n";
sEULA += "PRACTICAL COMPLIANCE SOLUTIONS SOFTWARE LICENSE ADDENDUM FOR Stripes ™ DEMO Version ONLY Notwithstanding any of the terms and conditions contained in the Practical Compliance Solutions Software License, the following additional terms apply to the product you have downloaded.  As this is a fully functioning demo version, you may copy it to as many computers as required to explore the myriad ways of connecting your systems to this product.  When you purchase a licensed copy of this product, then you will be subject to the terms and conditions of that license.";

	document.getElementById("sEula").value = sEULA;

}


