function copyrightpopup() {
  alert("COPYRIGHT AND TRADEMARK NOTICES.\n\nAll contents of this Web site, including contributions to the site's various pages, are:\nCopyright (c) 1997, 2010 laurent [ficsx22] and/or its suppliers and contributors.\nThe copyright was recorded by SABAM (#18774), Belgium, Europe, and is valid worldwide.\nAll rights reserved.\n\nProduct and company names mentioned herein may be the trademarks of their respective owners.");
}

function liabilitypopup() {
  liamsg  = "NOTICE OF LIABILITY.\n\n";
  liamsg += "AGREEMENT BETWEEN USER AND LAURENT [FICSX22] This Web site is offered to you conditioned upon your acceptance of the terms, conditions, and notices contained on this page and where found on other pages of this Web site. Your use of this Web site constitutes your agreement to all of these terms, conditions, and notices.\n\n";
  liamsg += "PERSONAL AND NON-COMMERCIAL USE This Web site is for your personal, non-commercial use. You may copy information from this Web site for your own personal use. Other than copying for personal use, however, you may not copy, modify, distribute, transmit, display, perform, reproduce, publish, license, create derivative works from, transfer, or sell any information obtained from this Web site.\n\n";
  liamsg += "DISCLAIMER OF LIABILITY Advice received from this Web site should not be relied upon for personal, medical, legal or financial decisions. You should consult an appropriate professional for specific advice tailored to your situation. laurent [ficsx22] and/or its respective suppliers make no representations about the suitability, reliability, timeliness or accuracy of the information contained on this web site for any purpose. all such information is provided 'as is' without warranty of any kind. laurent [ficsx22] and/or its respective suppliers hereby disclaim all warranties and conditions with regard to this information and its services, including all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement. in no event shall laurent [ficsx22] and/or its suppliers be liable for any direct, indirect, punitive, incidental, special, consequential, or any other damages whatsoever including, without limitation, damages for loss of use, data or profits arising out of or in any way connected with the use or performance of this web site, with the delay or inability to use this web site, or for any information or services obtained through this web site, or otherwise arising out of the use of this web site, whether based on contract, tort, strict liability or otherwise, even if laurent [ficsx22] or any of its suppliers has been advised of the possibility of damages. because some states/jurisdictions do not allow the exclusion or limitation of liability for consequential or incidental damages, the above limitation may not apply to you. if you are dissatisfied with any portion of this web site or with any of these terms of use, your sole and exclusive remedy is to discontinue using this web site.\n\n";
  liamsg += "GENERAL This agreement is governed by the law under General to the European Union.";
  alert(liamsg);
}

copymsg1 = "copyright &copy; 1997, 2010 laurent [ficsx22]. all rights reserved."; 
copymsg2 = " notice of liability."; 

document.write("<div class='lastupdated'>");
document.write("<span style='cursor: hand' onclick='javascript:copyrightpopup();'>" + copymsg1 + "</span>");
document.write("<span style='cursor: hand' onclick='javascript:liabilitypopup();'>" + copymsg2 + "</span>");
document.write("</div>");