// JavaScript Document



var contentArray= new Array();

contentArray[0]='<span class="text12pxBold">Cluster Sound: Press Area</span><p align="justify" class="text10px"><table width="510" border="0" cellspacing="0" cellpadding="0">     <tr>       <td width="180" rowspan="3"><img src="images/press_pack.jpg" width="112" height="83" /></td>       <td width="330" class="text10pxBold">Tech Producer DSP: 3D Pack (Front-Rear) </td>     </tr>     <tr>       <td height="50" class="text10pxPro">Files for web: .Eps (RGB)<br />         Files for print: .Tiff (CMYK)</td>     </tr>     <tr>       <td valign="bottom"><a href="../downloads/tpdsp/Tech_Producer_DSP_3D_Pack.zip"><img src="images/download.gif" alt="Download" width="68" height="16" border="0" /></a></td>     </tr>     <tr>       <td colspan="2"><img src="images/spacer.gif" width="1" height="15" /></td>       </tr>	    <tr>       <td width="180" rowspan="3"><img src="images/press_dsp.jpg" width="112" height="83" /></td>       <td width="330" class="text10pxBold">Tech Producer DSP: LOGO</td>     </tr>     <tr>       <td height="50" class="text10pxPro">Files for web: .Eps (RGB)<br />         Files for print: .Tiff (CMYK)</td>     </tr>     <tr>       <td valign="bottom"><a href="../downloads/tpdsp/Tech_Producer_DSP_Logos_CMYK.zip"><img src="images/download.gif" alt="Download" width="68" height="16" border="0" /></a></td>     </tr>     <tr>       <td colspan="2"><img src="images/spacer.gif" width="1" height="15" /></td>       </tr>	    <tr>       <td width="180" rowspan="3"><img src="images/press_logo.jpg" width="112" height="83" /></td>       <td width="330" class="text10pxBold">Cluster Sound: LOGO </td>     </tr>     <tr>       <td height="50" class="text10pxPro">Files for web: .Eps (RGB)<br />         Files for print: .Tiff (CMYK)</td>     </tr>     <tr>       <td valign="bottom"><a href="../downloads/tpdsp/Cluster_Sound_Logos_CMYK.zip"><img src="images/download.gif" alt="Download" width="68" height="16" border="0" /></a></td>     </tr>     <tr>       <td colspan="2"><img src="images/spacer.gif" width="1" height="20" /></td>       </tr>   </table></p>';

contentArray[1]='<span class="text12pxBold">Cluster Sound : Bonus Policy</span><p align="justify" class="text10px">CLUSTER SOUND BONUS POLICY</p><p align="justify" class="text10px">Part of the libraries included in the Cluster Sound download shop are taken from Tech Producer DSP and its XPander Packs. Cluster Sound users who purchase these download libraries are entitled to discounts towards purchase of Tech Producer DSP. The amount of discounts changes depending on the libraries and are worth about 50% -100% of the download library list price. Cluster Sound Bonus are accumulable and may be used at any time, but only once. </p><p align="justify" class="text10px">For example, when purchasing a download library worth €19.95, the user is given a €18.00 credit towards the purchase of Tech Producer DSP. The download libraries are an economical way of getting to know the quality of Tech Producer DSP and further test its capabilities. These bonus credits are an excellent way for satisfying the needs of users who require more time. Accumulated bonus credits are clearly shown on the personal account page of each Cluster Sound user.</p><p align="justify" class="text10px"></p>';

contentArray[2]='<span class="text12pxBold">Cluster Sound: Refund Policy</span><p align="justify" class="text10px">CLUSTER SOUND LICENSE AGREEMENT</p><p align="justify" class="text10px">By opening the protective packaging, the end user of the product contained herein (“End User”) agrees to the following Limited License of Sound Library : A non-transferable, non-assignable license to use the sound samples on the enclosed DVDs is granted to the original End User only, for personal use by said End User and for commercial purposes within musical compositions made by End User, provided that, however, NO license is granted herein (I) for commercial use as is, (II) nor for use as or in a “library music” or “music library” intended for use by third parties, (III) nor for use in any competing product. The sound samples and patches herein are licensed “AS IS” and no warranty, guarantee or indemnity is given for their use, and the grantor of this license is not, and cannot be held, responsible for any direct, indirect or consequential loss.</p><br /><p align="justify" class="text10px">REFUND POLICY</p><p align="justify" class="text10px">You can return any unopened (still in its plastic wrap) product for a full refund within one week your recepit of the product. Due to strict copyright laws, once a product has been opened, it generally cannot be returned, unless it is defective. If your Cluster Sound boxed DVD is damaged (DVD/CD mastering errors only) you can return it for an exchange. You must contact us at <a href="mailto:customercare@clustersound.com">customercare@clustersound.com</a> within one week of your receipt of the disc to obtain exchange authorization. Cluster Sound can accept only one exchange per order and cannot accept any returns on downloads. Cluster Sound reserves the right to modify this policy.</p>';







var oldLink='link1'; 





function fText(id) {

	var strLink='link'+id;

	document.getElementById(oldLink).className='divOn';

	document.getElementById(strLink).className='divOff';

	document.getElementById('bodyTextGen').innerHTML=contentArray[id];

 	oldLink=strLink;

}

