CINXE.COM
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1"><title> </title><link rel="stylesheet" href="/CSS/KORG.css" type="text/css" /> <style type="text/css"> .AddtoCartArea { position:relative; top:50px; width:100%; text-align:right; left:-5px; } .AddtoCartArea a:link { color: #900000; text-decoration: none; } .AddtoCartArea a:visited { text-decoration: none; color: #900000; } .AddtoCartArea a:hover { text-decoration: underline; color: #900000; } .AddtoCartArea a:active { text-decoration: none; color: #19204E; } .ProductBorder { border:1px solid; border-radius:5px; box-shadow: 10px 10px 5px #888888; } .ProductOptionTable { font-family:Arial; font-size:12px; border-spacing:5px; border-width:15px; } .ProductOptionTable a:link { color: #900000; text-decoration: none; } .ProductOptionTable a:visited { text-decoration: none; color: #900000; } .ProductOptionTable a:hover { text-decoration: underline; color: #900000; } .ProductOptionTable a:active { text-decoration: none; color: #19204E; } .ItemTitle {font-size:14px; font-weight:bold; } </style> <script src="/jwplayer/swfobject.js" type="text/javascript"></script> <script src="/jwplayer/jwplayer.js" type="text/javascript"></script> <link type="text/css" href="/pa/jq/css/ui-lightness/jquery-ui-1.8.16.custom.css" rel="stylesheet" /> <script type="text/javascript" src="/pa/jq/js/jquery-1.6.2.min.js"></script> <script type="text/javascript" src="/pa/jq/js/jquery-ui-1.8.16.custom.min.js"></script> <!--Scroll for FAQs --> <link rel="stylesheet" href="/pa/jq/development-bundle/themes/base/jquery.ui.all.css" /> <script type="text/javascript" src="/pa/jq/development-bundle/external/jquery.bgiframe-2.1.2.js"></script> <script type="text/javascript" src="/pa/jq/development-bundle/ui/jquery.ui.core.js"></script> <script type="text/javascript" src="/pa/jq/development-bundle/ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="/pa/jq/development-bundle/ui/jquery.ui.mouse.js"></script> <script type="text/javascript" src="/pa/jq/development-bundle/ui/jquery.ui.draggable.js"></script> <script type="text/javascript" src="/pa/jq/development-bundle/ui/jquery.ui.position.js"></script> <script type="text/javascript" src="/pa/jq/development-bundle/ui/jquery.ui.resizable.js"></script> <script type="text/javascript" src="/pa/jq/development-bundle/ui/jquery.ui.dialog.js"></script> <script type="text/javascript" src="/pa/jq/development-bundle/ui/jquery.effects.core.js"></script> <script type="text/javascript" src="/pa/jq/development-bundle/ui/jquery.effects.blind.js"></script> <script type="text/javascript" src="/pa/jq/development-bundle/ui/jquery.effects.explode.js"></script> <script type="text/javascript" src="/pa/jq/development-bundle/ui/jquery.ui.tabs.js"></script> <script type="text/javascript" src="/pa/jq/development-bundle/external/jquery.cookie.js"></script> <link rel="stylesheet" href="/pa/jq/development-bundle/demos/demos.css" /> <!--Scroll for FAQs --> <!--Added for tabs--> <script> $(function () { //$("#tabs").tabs(); $("#tabs").tabs({ cookie: { expires: 1} }); // store cookie for a day, without, it would be a session cookie $('#tabs').bind('tabsshow', function (event, ui) { parent.document.getElementById('iShop').height = (document['body'].offsetHeight + 40); }); // Resizes page height based on the size of the tab. }); </script> <!--Added for tabs--> <script type="text/javascript"> jQuery(document).ready(function () { $(document).mousemove(function (e) { $('#LblpageY').html(e.pageY); }); }) function OpenDialog(NewDiv) { $.fx.speeds._default = 1000; NewDiv = "#" + NewDiv; $(NewDiv).dialog({ autoOpen: false, show: "drop", hide: "drop", //explode width: "auto" }); $(NewDiv).dialog("option", "position", [10, parseInt(document.getElementById("LblpageY").innerHTML) - 100]); $(NewDiv).dialog("open"); return false; } function ChangeFile(StreamFile, Title, PlayerTag) { var oldPlayer = document.getElementById('CurrentPlayer').innerHTML; if (oldPlayer.length > 1) { //alert("N"); //alert(document.getElementById(oldPlayer) == null); if (!(document.getElementById(oldPlayer) == null)) { document.getElementById(oldPlayer).style.backgroundColor = "transparent"; document.getElementById(oldPlayer).innerHTML = "<br/>"; //Stop and hide the old player } oldPlayer = oldPlayer + "_wrapper"; //FireFox problem!! //alert(oldPlayer); //alert(document.getElementById(oldPlayer) == null); if (!(document.getElementById(oldPlayer) == null)) { document.getElementById(oldPlayer).style.backgroundColor = "transparent"; document.getElementById(oldPlayer).innerHTML = "<br/>"; //Stop and hide the old player document.getElementById(oldPlayer).id = document.getElementById(oldPlayer).id.replace("_wrapper", ""); } //alert(document.getElementById('test').innerHTML); } document.getElementById('CurrentPlayer').innerHTML = PlayerTag; //Store the new Player Tag jwplayer(PlayerTag).setup({ allowscriptaccess: 'always', width: '400', height: '24', autostart: 'true', file: '/Services/Kronos_Sounds/' + StreamFile, controlbar: 'bottom', backcolor: 'FFFFFF', screencolor: 'FFFFFF', allowfullscreen: 'false', modes: [{ type: 'html5' }, { type: 'flash', src: '/jwplayer/player.swf' }, { type: 'download'}] }); document.getElementById('CurrentPlayer').innerHTML = PlayerTag; //document.getElementById('AudioPlayerTitle').innerHTML = document.getElementById('NowPlayingText').innerHTML + Title; } function PlaySC(NewDiv, SCID, TOK) { var SCPlayer = '<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F' + SCID + '%3Fsecret_token%3D' + TOK + '&auto_play=true&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>'; document.getElementById(NewDiv).innerHTML = SCPlayer; } function PlaySCPL(NewDiv, SCID) { var SCPlayer = '<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/' + SCID + '&auto_play=true&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>'; document.getElementById(NewDiv).innerHTML = SCPlayer; } function PlaySCTR(NewDiv, SCID) { var SCPlayer = '<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F' + SCID + '&auto_play=true&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>'; document.getElementById(NewDiv).innerHTML = SCPlayer; } </script> </head> <body> <div id="LblpageY" style="display:none;"></div> <form method="post" action="/PA" id="form1"> <div class="aspNetHidden"> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTEzNzkxMzUzMDcPZBYCAgMPFgIeBmFjdGlvbgUDL1BBFgwCAw8WAh4EVGV4dAUiS1JPTk9TIFNvdW5kIExpYnJhcnkgTGluZXVwIC8gU2hvcGQCBQ8QZGQWAWZkAgcPFgIfAQXSBw0KVGhlIEtyb25vcyBTb3VuZCBMaWJyYXJpZXMgYXJlIHZvbHVtZXMgb2YgYWRkaXRpb25hbCBzb3VuZHMgY3JlYXRlZCBzcGVjaWZpY2FsbHkgZm9yIHRoZSBuZXh0LWdlbmVyYXRpb24gS3Jvbm9zIE11c2ljIFdvcmtzdGF0aW9uIHRvIGVuaGFuY2UgS1JPTk9TJyBwZXJmb3JtYW5jZS4gPGJyPjxicj4NCg0KVGhlcmUgYXJlIHR3byB0eXBlcyBvZiBMaWJyYXJpZXM6PGJyPg0KDQo8c3Ryb25nPkVYcyBFeHBhbnNpb24gU2FtcGxlIFNlcmllczo8L3N0cm9uZz4gRXhwYW5zaW9uIGxpYnJhcmllcyBjb250YWluaW5nIFBDTSBTYW1wbGVzLCBQcm9ncmFtLCBhbmQgRHJ1bWtpdCBkYXRhLjxicj48YnI+DQoNCjxzdHJvbmc+S1JTIFByb2Zlc3Npb25hbCBTb3VuZCBTZXJpZXM6PC9zdHJvbmc+IExpYnJhcmllcyBmb3IgYXNzaXN0aW5nIHNvdW5kIGRlc2lnbiBhbmQgc29uZyBwcm9kdWN0aW9uLCBjb250YWluaW5nIFByb2dyYW0sIENvbWJpbmF0aW9uLCBhbmQgU29uZyBkYXRhLjxicj4NCjxpPipDb250ZW50cyBtYXkgZGlmZmVyIGJldHdlZW4gbGlicmFyaWVzLiBGb3IgZGV0YWlscywgcmVmZXIgdG8gdGhlIGxpbmV1cCBkZXRhaWxzIGJlbG93LjwvaT4gIDxicj48YnI+DQoNCkRldGFpbHMgb24gdGhlIGN1cnJlbnRseSBhbm5vdW5jZWQgU291bmQgTGlicmFyaWVzIGFuZCBwdXJjaGFzZSBpbmZvcm1hdGlvbiBjYW4gYmUgZm91bmQgYmVsb3cuIERpcmVjdCBwdXJjaGFzZSBkZXRhaWxzIGNhbiBiZSBmb3VuZCBpbiB0aGUgUHVyY2hhc2UgR3VpZGUgZm9yIHVzaW5nIHRoaXMgb25saW5lIHNob3AgYW5kIGNhbiBiZSBmb3VuZCBoZXJlIA0KPGEgaHJlZj0iamF2YXNjcmlwdDp2b2lkKDApOyIgb25jbGljaz0iT3BlbkRpYWxvZygnRkFRMScpOyI+IDxpbWcgYm9yZGVyPSIwIiBydW5hdD0ic2VydmVyIiBzcmM9Ii9TZXJ2aWNlcy9rcm9ub3NfcmVnaXN0cmF0aW9uL2ltYWdlcy9IZWxwLnBuZyIgLz48L2E+PGJyPjxicj4NCmQCCw8WAh8BBeolDQoNCg0KICAgICAgICAgICAgICAgIDxiPkNvbnRhY3QgSW5mb3JtYXRpb24gZm9yIEtBUk8gTGlicmFyaWVzPC9iPjxiciAvPiAgICAgS0FSTyBTb3VuZCBEZXZlbG9wbWVudDxiciAvPiAgICAgS3VydCBBZGVyICYgT2xpdmVyIFJlaG48YnIgLz4gICAgIFdhbGxzdGFkdGVyIFN0cmFzc2UgNjQ8YnIgLz4gICAgIEQtNjgyNTkgTWFubmhlaW08YnIgLz4gICAgIEdlcm1hbnkgIDxiciAvPiAgIE1vYmlsZTogKzQ5LTE3MC05MDI4NTM1PGJyIC8+ICAgICBFbWFpbDogPGEgaHJlZj0ibWFpbHRvOmluZm9Aa2Fyby1zb3VuZHMuY29tP3N1YmplY3Q9IiB0YXJnZXQ9Il9ibGFuayI+PHU+PGI+aW5mb0BrYXJvLXNvdW5kcy5jb208L2I+PC91PjwvYT48YnIgLz4gICAgIDxhIGhyZWY9Imh0dHA6Ly93d3cua2Fyby1zb3VuZHMuY29tL3dlYmtyb25vcy9pbmRleC5odG1sIiB0YXJnZXQ9Il9ibGFuayI+d3d3Lmthcm8tc291bmRzLmNvbS93ZWJrcm9ub3MvaW5kZXguaHRtbDwvYT4gPGJyIC8+ICA8YnIgLz48YnIgLz4gICAgICAgIDxiPkNvbnRhY3QgSW5mb3JtYXRpb24gZm9yIEtpZCBOZXBybyBMaWJyYXJpZXM8L2I+PGJyIC8+ICBLaWQgTmVwcm8gU291bmRzPGJyIC8+ICBQcm9kdWN0IFNhbGVzOiA8YSBocmVmPSJtYWlsdG86c2FsZXNAa2lkbmVwcm8uY29tP3N1YmplY3Q9IiB0YXJnZXQ9Il9ibGFuayI+PHU+PGI+c2FsZXNAa2lkbmVwcm8uY29tPC9iPjwvdT48L2E+PGJyIC8+ICAgUHJvZHVjdCBTdXBwb3J0OiA8YSBocmVmPSJtYWlsdG86c3VwcG9ydEBraWRuZXByby5jb20/c3ViamVjdD0iIHRhcmdldD0iX2JsYW5rIj48dT48Yj5zdXBwb3J0QGtpZG5lcHJvLmNvbTwvYj48L3U+PC9hPjxiciAvPiAgICAgV2ViIEhvbWUgUGFnZTogPGEgaHJlZj0iaHR0cDovL3d3dy5raWRuZXByby5jb20iIHRhcmdldD0iX2JsYW5rIj48dT48Yj53d3cua2lkbmVwcm8uY29tPC9iPjwvdT48L2E+IDxiciAvPiAgIEZhY2Vib29rOiA8YSBocmVmPSJodHRwczovL3d3dy5mYWNlYm9vay5jb20vS2lkTmVwcm9Tb3VuZHMiIHRhcmdldD0iX2JsYW5rIj48dT48Yj5odHRwczovL3d3dy5mYWNlYm9vay5jb20vS2lkTmVwcm9Tb3VuZHM8L2I+PC91PjwvYT4gPGJyIC8+PGJyIC8+ICAgPGI+Q29udGFjdCBJbmZvcm1hdGlvbiBmb3IgSXJpc2ggQWN0cyBMaWJyYXJpZXM8L2I+PGJyIC8+ICAgIElyaXNoIEFjdHMgUmVjb3JkaW5nIFN0dWRpbzxiciAvPiAgICBKYW1lcyBUdWJicml0dDxiciAvPiAgICBCYWxseWdhcnJhbjxiciAvPiAgICBLaWxtZWFkZW48YnIgLz4gICAgQ28uIFdhdGVyZm9yZDxiciAvPiAgICBJcmVsYW5kPGJyIC8+ICAgIFdlYjogPGEgaHJlZj0iaHR0cDovL3d3dy5pcmlzaGFjdHMuY29tIiB0YXJnZXQ9Il9ibGFuayI+d3d3LmlyaXNoYWN0cy5jb208L2E+IDxiciAvPiAgICBFbWFpbDogPGEgaHJlZj0ibWFpbHRvOmlyaXNoYWN0c0BpcmlzaGFjdHMuY29tP3N1YmplY3Q9IiB0YXJnZXQ9Il9ibGFuayI+PHU+PGI+aXJpc2hhY3RzQGlyaXNoYWN0cy5jb208L2I+PC91PjwvYT48YnIgLz4gICAgVGVsOiArMzUzICgwKTUxIDM5OTk1MTxiciAvPiAgTW9iOiArMzUzICgwKTg3IDI1MTQxMDE8YnIgLz4gIDxiciAvPjxiciAvPiAgICAgICAgPGI+Q29udGFjdCBJbmZvcm1hdGlvbiBmb3IgS2VsZmFyIFRlY2hub2xvZ2llczwvYj48YnIgLz4gICAgS2FyaW0gRWwtRmFyPGJyIC8+ICA3NDg2IEJvcmlzIENvdXJ0PGJyIC8+ICAgUm9obmVydCBQYXJrLCBDQSA5NDkyODxiciAvPiAgICBXZWI6IDxhIGhyZWY9Imh0dHA6Ly93d3cua2VsZmFyLm5ldCIgdGFyZ2V0PSJfYmxhbmsiPnd3dy5rZWxmYXIubmV0PC9hPjxiciAvPiAgICBFbWFpbDogPGEgaHJlZj0ibWFpbHRvOnN1cHBvcnRAa2VsZmFyLm5ldD9zdWJqZWN0PSIgdGFyZ2V0PSJfYmxhbmsiPjx1PjxiPnN1cHBvcnRAa2VsZmFyLm5ldDwvYj48L3U+PC9hPjxiciAvPiAgICBUZWw6IDEtNzA3LTY2NC05ODkyPGJyIC8+IDxiciAvPjxiciAvPiAgICAgPGI+Q29udGFjdCBJbmZvcm1hdGlvbiBmb3IgSy1Tb3VuZHM8L2I+PGJyIC8+ICAgIEtldmVuIFNwYXJnbzxiciAvPiAgV2ViOiA8YSBocmVmPSJodHRwOi8va3NvdW5kcy5jb20vIiB0YXJnZXQ9Il9ibGFuayI+a3NvdW5kcy5jb208L2E+PGJyIC8+ICAgIENvbnRhY3Q6IDxhIGhyZWY9Imh0dHA6Ly9rc291bmRzLmNvbS9jb250YWN0LyIgdGFyZ2V0PSJfYmxhbmsiPjx1PjxiPmtzb3VuZHMuY29tL2NvbnRhY3QvPC9iPjwvdT48L2E+PGJyIC8+IDxiciAvPjxiciAvPiAgICAgIDxiPkNvbnRhY3QgSW5mb3JtYXRpb24gZm9yIEtBcHJvIExpYnJhcmllczwvYj48YnIgLz4gIEtBcHJvIC0gS3VydCBBZGVyIFByb2R1Y3Rpb25zPGJyIC8+ICBLdXJ0IEFkZXIgPGJyIC8+ICBXYWxsc3RhZHRlciBTdHJhc3NlIDY0PGJyIC8+ICBELTY4MjU5IE1hbm5oZWltPGJyIC8+ICBHZXJtYW55IDxiciAvPiAgTW9iaWxlOiArNDktMTcwLTkwMjg1MzU8YnIgLz4gIEVtYWlsOiA8YSBocmVmPSJtYWlsdG86ay5hZGVyQGdteC5kZT9zdWJqZWN0PSIgdGFyZ2V0PSJfYmxhbmsiPjx1PjxiPmsuYWRlckBnbXguZGU8L2I+PC91PjwvYT48YnIgLz4gIDxhIGhyZWY9Imh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9LQXByb1Byb2R1Y3Rpb25zIiB0YXJnZXQ9Il9ibGFuayI+PHU+PGI+aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL0tBcHJvUHJvZHVjdGlvbnM8L2I+PC91PjwvYT48YnIgLz4gPGJyIC8+PGJyIC8+ICAgIDxiPkNvbnRhY3QgSW5mb3JtYXRpb24gZm9yIEJvbGRlciBTb3VuZHMgTGlicmFyaWVzPC9iPjxiciAvPiAgQ29udGFjdDogPGEgaHJlZj0ibWFpbHRvOnNhbGVzQGJvbGRlcnNvdW5kcy5uZXQ/c3ViamVjdD0iIHRhcmdldD0iX2JsYW5rIj48dT48Yj5zYWxlc0Bib2xkZXJzb3VuZHMubmV0PC9iPjwvdT48L2E+PGJyIC8+ICAgIFdlYjogPGEgaHJlZj0iaHR0cDovL2JvbGRlcnNvdW5kcy5jb20vIiB0YXJnZXQ9Il9ibGFuayI+Ym9sZGVyc291bmRzLmNvbTwvYT48YnIgLz48YnIgLz48YnIgLz4gICAgPGI+Q29udGFjdCBJbmZvcm1hdGlvbiBmb3IgUHVyZ2F0b3J5IENyZWVrIFNvdW5kd2FyZSBMaWJyYXJpZXM8L2I+PGJyIC8+ICBQdXJnYXRvcnkgQ3JlZWsgU291bmR3YXJlPGJyIC8+ICAyNTkyOCBTRSAyMm5kIFBsYWNlPGJyIC8+ICBTYW1tYW1pc2gsIFdBIDk4MDc1PGJyIC8+ICBVU0E8YnIgLz4gIEVtYWlsOiA8YSBocmVmPSJtYWlsdG86cHVyZ2F0b3J5Y3JlZWtAY29tY2FzdC5uZXQ/c3ViamVjdD0iIHRhcmdldD0iX2JsYW5rIj48dT48Yj5wdXJnYXRvcnljcmVla0Bjb21jYXN0Lm5ldDwvYj48L3U+PC9hPiA8YnIgLz4gIFdlYnNpdGU6IDxhIGhyZWY9Imh0dHA6Ly93d3cucHVyZ2F0b3J5Y3JlZWsuY29tIiB0YXJnZXQ9Il9ibGFuayI+d3d3LnB1cmdhdG9yeWNyZWVrLmNvbTwvYT48YnIgLz48YnIgLz48YnIgLz4gICAgPGI+Q29udGFjdCBJbmZvcm1hdGlvbiBmb3IgU291bmRzIG9mIFBsYW5ldCBMaWJyYXJpZXM8L2I+PGJyIC8+ICBTb3VuZHMgb2YgUGxhbmV0PGJyIC8+ICBHcnplZ29yeiBNYXJjaWFrPGJyIC8+ICBPc2llZGxlIG5hZCBXYXJ0YSAzMTxiciAvPiAgNjYtNDcwIEtvc3RyenluPGJyIC8+ICBQb2xhbmQ8YnIgLz4gIEVtYWlsOiA8YSBocmVmPSJtYWlsdG86c291bmRzb2ZwbGFuZXRAaW50ZXJpYS5ldT9zdWJqZWN0PSIgdGFyZ2V0PSJfYmxhbmsiPjx1PjxiPnNvdW5kc29mcGxhbmV0QGludGVyaWEuZXU8L2I+PC91PjwvYT4gPGJyIC8+ICBXZWJzaXRlOiA8YSBocmVmPSJodHRwOi8vd3d3LnNvdW5kc29mcGxhbmV0LmNvbSIgdGFyZ2V0PSJfYmxhbmsiPnd3dy5zb3VuZHNvZnBsYW5ldC5jb208L2E+PGJyIC8+PGJyIC8+PGJyIC8+ICAgIDxiPkNvbnRhY3QgSW5mb3JtYXRpb24gZm9yIFNvdW5kSXJvbiBMaWJyYXJpZXM8L2I+PGJyIC8+ICBTb3VuZGlyb24gTExDPGJyIC8+ICAzMTMwIEJhbGZvdXIgUmQsIFNURSBEICMxNjA8YnIgLz4gIEJyZW50d29vZCwgQ0EgOTQ1MTM8YnIgLz4gIFdlYjogPGEgaHJlZj0iaHR0cDovL3d3dy5zb3VuZGlyb24uY29tIiB0YXJnZXQ9Il9ibGFuayI+d3d3LnNvdW5kaXJvbi5jb208L2E+PGJyIC8+ICBFbWFpbDogPGEgaHJlZj0ibWFpbHRvOnN1cHBvcnRAc291bmRpcm9uLmNvbT9zdWJqZWN0PSIgdGFyZ2V0PSJfYmxhbmsiPjx1PjxiPnN1cHBvcnRAc291bmRpcm9uLmNvbTwvYj48L3U+PC9hPjxiciAvPjxiciAvPjxiciAvPiAgICA8Yj5Db250YWN0IEluZm9ybWF0aW9uIGZvciBRIFVwIEFydHMgTGlicmFyaWVzPC9iPiA8YnIgLz4gICBRIFVwIEFydHM8YnIgLz4gICBQTyA3OTQ8YnIgLz4gICBEYW5hIFBvaW50LCBDYWxpZm9ybmlhLCBVU0E8YnIgLz4gICA5MjYyOTxiciAvPiAgIEVtYWlsOiA8YSBocmVmPSJtYWlsdG86aW5mb0BxdXBhcnRzLmNvbT9zdWJqZWN0PSIgdGFyZ2V0PSJfYmxhbmsiPjx1PjxiPnN1cHBvcnRAcXVwYXJ0cy5jb208L2I+PC91PjwvYT48YnIgLz4gICBXZWI6IDxhIGhyZWY9Imh0dHA6Ly93d3cucXVwYXJ0cy5jb20iIHRhcmdldD0iX2JsYW5rIj53d3cucXVwYXJ0cy5jb208L2E+PGJyIC8+ICAgWW91dHViZTogPGEgaHJlZj0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vcGxheWxpc3Q/bGlzdD1QTEFjXzR3NEQtYzVvVVVHOFpRbjE4ZUZQQWJOSkRHazg0IiB0YXJnZXQ9Il9ibGFuayI+d3d3LllvdVR1YmUuY29tLy4uLjwvYT48YnIgLz4gICBQaG9uZTogMzEwLjcxNC45NTQ3PGJyIC8+ICAgQ29udGFjdDogRG91Z2xhcyBNb3J0b248YnIgLz4gICA8YnIgLz48YnIgLz4gICAgKiBTcGVjaWZpY2F0aW9ucyBhbmQgYXBwZWFyYW5jZSBhcmUgc3ViamVjdCB0byBjaGFuZ2Ugd2l0aG91dCBub3RpY2UgZm9yIGltcHJvdmVtZW50LjxiciAvPiAgICAgIA0KZAINDxYCHwEFmgJJZiB5b3UgaGF2ZSBhbnkgcXVlc3Rpb25zLCBwbGVhc2UgY29udGFjdCB0aGUgS29yZyBkaXN0cmlidXRvciBpbiB5b3VyIGNvdW50cnkuPGJyIC8+WW91IGNhbiBmaW5kIGNvbnRhY3QgaW5mb3JtYXRpb24gZm9yIGFsbCBLb3JnIGRpc3RyaWJ1dG9ycywgd29ybGQtd2lkZSwgb24gdGhlIEtvcmcgd2Vic2l0ZTogPGEgaHJlZj0iaHR0cDovL3d3dy5rb3JnLmNvLmpwL0VuZ2xpc2gvaW5kZXguaHRtbCIgdGFyZ2V0PSJfYmxhbmsiPnd3dy5rb3JnLmNvLmpwL0VuZ2xpc2gvaW5kZXguaHRtbDwvYT5kAg8PFgIfAQXTDDx1bD4NCiAgICAgICAgPGxpPlRoaXMgd2ViIHBhZ2UgcHJvdmlkZXMgaW5zdHJ1Y3Rpb25zIGFuZCBkZXRhaWxzIGZvciBkb3dubG9hZGluZyBhbmQgcHVyY2hhc2luZyBLUk9OT1MgU291bmQgTGlicmFyaWVzLjwvbGk+DQogICAgICAgIDxsaT5Pbmx5IGNyZWRpdCBjYXJkIHBheW1lbnQgaXMgYWNjZXB0ZWQuIChWaXNhLCBNYXN0ZXJDYXJkLCBBbWVyaWNhbiBFeHByZXNzLCBEaXNjb3ZlciBhbmQgSkNCKTwvbGk+DQogICAgICAgIDwvdWw+DQogICAgICAgIFRvIG1ha2UgYSBwdXJjaGFzZSwgc2ltcGx5IGZvbGxvdyB0aGUgc3RlcHMgbGlzdGVkIGJlbG93Ljxicj4NCiAgICAgICAgPG9sPg0KICAgICAgICA8bGk+Q2xpY2sg4oCcQWRkIHRvIENhcnQh4oCdIG5leHQgdG8gdGhlIGRlc2lyZWQgRVhzIG9yIEtSUyBsaWJyYXJ5LiBXaGVuIHlvdSBkbyBzbywgbm90aWNlIHRoYXQgdGhlIHRleHQgY2hhbmdlcyB0byDigJxQcm9jZWVkIHRvIENoZWNrb3V0LuKAnSBZb3UgY2FuIGFkZCBtdWx0aXBsZSBpdGVtcyB0byB0aGUgU2hvcHBpbmcgY2FydC4gVGhlIG51bWJlciBvZiBpdGVtcyBpbiB0aGUgU2hvcHBpbmcgQ2FydCBpcyBzaG93biBpbnNpZGUgdGhlIFNob3BwaW5nIENhcnQgaWNvbiBhdCB0aGUgdG9wIHJpZ2h0IG9mIHRoaXMgc2VjdGlvbi48L2xpPg0KICAgICAgICA8bGk+V2hlbiB5b3UgaGF2ZSBhZGRlZCB0aGUgZGVzaXJlZCBpdGVtcyB0byB5b3VyIFNob3BwaW5nIGNhcnQsIGNsaWNrIOKAnFByb2NlZWQgdG8gQ2hlY2tvdXQs4oCdIG9yIGp1c3QgY2xpY2sgb24gdGhlIFNob3BwaW5nIENhcnQgaWNvbi48L2xpPg0KICAgICAgICA8bGk+SWYgeW91IGhhdmUgY29tcGxldGVkIHRoZSBLUk9OT1MgVXNlciBSZWdpc3RyYXRpb24gYW5kIExvZy1pbiwgdGhlIENoZWNrb3V0IHBhZ2Ugd2lsbCBhcHBlYXIuIElmIHlvdSBoYXZlIG5vdCBjb21wbGV0ZWQgdGhlIEtST05PUyBVc2VyIFJlZ2lzdHJhdGlvbiBhbmQgTG9nLWluLCB0aGUgUkVHSVNURVIgcGFnZSB3aWxsIGFwcGVhci4gUGxlYXNlIGZvbGxvdyB0aGUgaW5zdHJ1Y3Rpb25zIG9uIHRoaXMgcGFnZS4gQWZ0ZXIgY29tcGxldGluZyBsb2ctaW4sIHRoZSBDaGVja291dCBwYWdlIHdpbGwgYXBwZWFyLjwvbGk+DQogICAgICAgIDxsaT5Db21wbGV0ZSB0aGUgY2hlY2tvdXQgcHJvY2Vzcy48L2xpPg0KICAgICAgICA8bGk+T25jZSB5b3VyIHB1cmNoYXNlIGlzIGNvbXBsZXRlOjwvbGk+DQogICAgICAgIDwvb2w+DQoNCiAgICAgICAgPHVsPg0KICAgICAgICA8bGk+SWYgeW914oCZdmUgcHVyY2hhc2VkIEtSUyBsaWJyYXJpZXMsIHRoZSBLUlMgZGF0YSB3aWxsIGJlIG1hZGUgYXZhaWxhYmxlIGZvciBkb3dubG9hZC48L2xpPg0KICAgICAgICA8bGk+SWYgeW914oCZdmUgcHVyY2hhc2VkIEVYcyBsaWJyYXJpZXMsIHRoZSBhdXRob3JpemF0aW9uIGNvZGUocykgd2lsbCBiZSBkaXNwbGF5ZWQuIElmIHlvdSBoYXZlIG5vdCBhbHJlYWR5IGRvbmUgc28sIGRvd25sb2FkIGFuZCBpbnN0YWxsIHRoZSBFWHMgZGF0YS4gVGhlbiwgdXNlIHRoZSBjb2RlKHMpIHRvIGF1dGhvcml6ZSB0aGUgbmV3IEVYcyBvbiB0aGUgR2xvYmFsIE9wdGlvbnMgSW5mbyBwYWdlLjwvbGk+DQogICAgICAgIDwvdWw+ZGSAMUHhByV8Fp+NbXDe0B8MaHg3Kh86DN+Wtgq9ZFBBLg==" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['form1']; if (!theForm) { theForm = document.form1; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="0F7F0F60" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdACNnMA2kpxwrR7A7UdYTZixnBfmzlTVfFa6WekB5shsZt4E+nYVBxJ69pnZhOLJZsV8/HYJiAgq1Wv7WQGVZZzZl8ntZg/D45QuTRMEuKL7/us2fC1hD6Yit/R0uESTfWl9QcZRLmVM6Ey+PT2yD1XIcgC/PBFVmutx7ZtyUuEleUVnYvPMwlBdd/pMN6TJ7iFAZ4p833UYtM75jdj693ziUdQiy4V3tsj4pBae4H0eQFUD7IFvpSBuZ0D/JTANb5rbzVxZcnmgfogxYiLSgVVDovC23vqE3VxJrYBrAgEJ5gv6S5Eg4BTCaRObqYJmdiDyOZQPCjokf+ZbXHQb1JfJgvhPcCNHiSSGt2po61gX5xZH12wuGPqTHPszmIEXeVjrteFm6VfVaATQVeBxRPlzM3TrKED4rr71K2Vr3K2C78+OuJj1odZEs7BDpcds3ydnDC8rekbLaITJpZlvZ1pQtidiAjf64yHeo+0LiTfLdfneMlr5dhoWDvhKo2O/vtAh37X101uq6AIWje34fLnju/XfCvBm7jsdlgnhSzlgbgbuQdPn+LCFG6l1NQQM+ijM0dkgFkpg3i5vPjrEFvBRiDULOUdXVMkJV4h5SGHVTyHFmNxRO+zvce5ndYcQUwH78CWf8n3NBD9JTya9S7s5ZYbu9CqhDnKGPslkDthPMCK/tR316bJ4xAKDZCmGQ4uX22R/N2bwsZvoikgqy7WnQB9SJ58SVCWD26lrUiINSvpy2PT5LYg1xMt88D8S3ZuP3SuXDaUftAVWSSiPoO1xa" /> </div> <div id="main" style=" width: 680px; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin-left:15px; display:none; display:none;"> <div id="ShopHeader" style="height:100px;background-color:#3C3C3C;border-radius:5px;"> <img src="/kronos/images/Korg_Logo_WH.png" style="height:40px;padding:10px;"/> <div style="padding:10px;width:650px;border-top-style:ridge;border-top-color:grey;"> <a style="color:white;font-size:14px;text-decoration:none;" href="http://shop.korg.com/pa">Sound Libraries</a> <a style="color:white;font-size:14px;" href="https://shop.korg.com/pa/Register">My PA Products</a> </div> </div> <br /> <table width="100%"> <!--class="ProductOptionTable"--> <tr> <td style="vertical-align:top; font-size:14px; font-weight:bold; width:450px;"> </td> <td style="text-align:right; vertical-align:top;"> <div style="text-align:right;"> </div> </td> </tr> <tr> <td colspan="2" style="vertical-align:top; font-size:12px;"> <div style="width:90%; margin-top:-30px;"> </div> </td> </tr> </table> <div id="NowPlayingText" style="display:none">Now Playing: </div> <!--For Language Support--> <div id="CurrentPlayer" style="display:none"></div> <div id="ProductOptionsOuterContainer" style="margin-top:-15px;"> <div id="ProductOptions"> <div class="demo"> <div id="tabs"> <ul> <li><a href='#tabsCountry'>Country</a></li> <li><a href='#tabsClassicPop'>Classic Pop</a></li> <li><a href='#tabsModernPop'>Modern Pop</a></li> <li><a href='#tabsRB'>R & B</a></li> <li><a href='#tabsPersian'>Persian</a></li> <li><a href='#tabsMexican'>Mexican</a></li> <li><a href='#tabsPeruvian'>Peruvian</a></li> <li><a href='#tabsGerman'>German</a></li> <li><a href='#tabsIndian'>Indian</a></li> </ul><div id="tabsCountry"> <div id="Pnl_S0025" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0025" href="javascript:__doPostBack('BtnAddtoCart_S0025','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">US 50's Country</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Country.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>This classic country Style walks the line between great and terrific.<br/><br/> <strong>Compatability:</strong> Individual versions for Pa3X, Pa600, Pa900<br/><br/> <br><br></div> <div id="S0025SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0025SC', '101617092', 's-2Rhd8');" /> </div> </td></tr></table></div> </div><div id="Pnl_S0004" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0004" href="javascript:__doPostBack('BtnAddtoCart_S0004','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Cool Country</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Country.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>It’d sure be cool with us if you enjoy this mid-tempo country Style, featuring expressive acoustic and electric guitars.<br/><br/> <strong>Compatability:</strong> Pa600, Pa900, Pa3X<br/><br/> <br><br></div> <div id="S0004SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0004SC', '101613748', 's-yv6eN');" /> </div> </td></tr></table></div> </div><br style='clear: left;' /><div id="Pnl_S0009" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0009" href="javascript:__doPostBack('BtnAddtoCart_S0009','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Kracker Groove</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Country.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>An upbeat, modern country pop Style that is sure to make your audience smile.<br/><br/> <strong>Compatability:</strong> Pa600, Pa900, Pa3X<br/><br/> <br><br></div> <div id="S0009SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0009SC', '101613755', 's-xOGGl');" /> </div> </td></tr></table></div> </div><div id="Pnl_S0022" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0022" href="javascript:__doPostBack('BtnAddtoCart_S0022','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">US 60s Country</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Country.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>A throwback American Country style with a laid-back feel.<br/><br/> <strong>Compatability:</strong> Individual versions for Pa3X, Pa600, Pa900<br/><br/> <br><br></div> <div id="S0022SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0022SC', '101613768', 's-yNkzc');" /> </div> </td></tr></table></div> </div><br style='clear: left;' /><br style='clear: left;' /> </div><div id="tabsClassicPop"> <div id="Pnl_S0021" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0021" href="javascript:__doPostBack('BtnAddtoCart_S0021','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">HBreak Shuffle</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Classic_Pop.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>This bluesy, classic American style is down at the end of lonely street.<br/><br/> <strong>Compatability:</strong> Individual versions for Pa3X, Pa600, Pa900<br/><br/> <br><br></div> <div id="S0021SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0021SC', '101613753', 's-1tsN4');" /> </div> </td></tr></table></div> </div><div id="Pnl_S0018" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0018" href="javascript:__doPostBack('BtnAddtoCart_S0018','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Twist N' Scream</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Classic_Pop.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>Shake it up with this early-60’s British Invasion pop Style, featuring chimey electric guitars and natural-sounding acoustic drums.<br/><br/> <strong>Compatability:</strong> Pa600, Pa900, Pa3X<br/><br/> <br><br></div> <div id="S0018SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0018SC', '101613766', 's-tguC1');" /> </div> </td></tr></table></div> </div><br style='clear: left;' /><div id="Pnl_S0005" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0005" href="javascript:__doPostBack('BtnAddtoCart_S0005','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Elvis Ballad</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Classic_Pop.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>A romantic 6/8 ballad Style fit for a King. Smooth choir sounds and bell accents accompany realistic acoustic bass, drums, and piano.<br/><br/> <strong>Compatability:</strong> Pa600, Pa900, Pa3X<br/><br/> <br><br></div> <div id="S0005SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0005SC', '101613749', 's-ohRtj');" /> </div> </td></tr></table></div> </div><div id="Pnl_S0006" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0006" href="javascript:__doPostBack('BtnAddtoCart_S0006','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Gimme Stones</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Classic_Pop.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>Based on a chart-topping rock song, this high-energy, guitar-driven Style captures the rebellious spirit of the late 60’s.<br/><br/> <strong>Compatability:</strong> Pa600, Pa900, Pa3X<br/><br/> <br><br></div> <div id="S0006SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0006SC', '101613750', 's-B6Rmh');" /> </div> </td></tr></table></div> </div><br style='clear: left;' /><div id="Pnl_S0002" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0002" href="javascript:__doPostBack('BtnAddtoCart_S0002','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"><tr><td colspan="2"> <div class="ItemTitle">Chubby's Twistin'</div><br/></td></tr><tr><td style="padding-top:15px;"> <div style="min-height:160px;"><img src="/Services/PAshopFiles/images/Classic_Pop.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>It’s 1960 all over again, and time to start twisting!<br/><br/><strong>Compatability:</strong>Pa4X, Pa1000, Pa700, Pa300, Pa3X, Pa900, Pa600<br/><br/><br><br></div><div id="S0002SC"><img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0002SC', '101613745', 's-gkAGL');" /></div></td></tr></table></div> </div><div id="Pnl_S0003" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0003" href="javascript:__doPostBack('BtnAddtoCart_S0003','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Chuck N' Roll</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Classic_Pop.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>This classic late-50’s rock and roll style is sure to get people going.<br/><br/> <strong>Compatability:</strong> Pa4X, Pa1000, Pa700, Pa300, Pa3X, Pa900, Pa600<br/><br/>Pa900 has a similar preloaded Style- We recommend downloading this for Pa600 or Pa3X models. <br><br></div> <div id="S0003SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0003SC', '101613746', 's-8GLUt');" /> </div> </td></tr></table></div> </div><br style='clear: left;' /><div id="Pnl_S0014" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0014" href="javascript:__doPostBack('BtnAddtoCart_S0014','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">New York Band</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Classic_Pop.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>You’ve got to be a part of it! This brassy big-band Style is perfect for singing about the Big Apple.<br/><br/> <strong>Compatability:</strong> Pa600, Pa900, Pa3X<br/><br/> <br><br></div> <div id="S0014SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0014SC', '101613761', 's-JQhHv');" /> </div> </td></tr></table></div> </div><div id="Pnl_S0026" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0026" href="javascript:__doPostBack('BtnAddtoCart_S0026','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Southern Rock</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Classic_Pop.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>This driving, anthemic rock Style feels like home sweet home.<br/><br/> <strong>Compatability:</strong> Individual versions for Pa3X, Pa600, Pa900<br/><br/> <br><br></div> <div id="S0026SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0026SC', '101613765', 's-PAuA4');" /> </div> </td></tr></table></div> </div><br style='clear: left;' /><br style='clear: left;' /> </div><div id="tabsModernPop"> <div id="Pnl_S0028" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0028" href="javascript:__doPostBack('BtnAddtoCart_S0028','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Indie Pop</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Modern_Pop.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>This modern pop Style might sound like something that you used to hear.<br/><br/> <strong>Compatability:</strong> Individual versions for Pa3X, Pa600, Pa900<br/><br/> <br><br></div> <div id="S0028SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0028SC', '101613754', 's-CdI3W');" /> </div> </td></tr></table></div> </div><div id="Pnl_S0019" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0019" href="javascript:__doPostBack('BtnAddtoCart_S0019','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Where U Been</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Modern_Pop.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>A modern pop Style based on a song by a popular singer from Barbados. Play along with aggressive synth leads in the right hand.<br/><br/> <strong>Compatability:</strong> Pa600, Pa900, Pa3X<br/><br/> <br><br></div> <div id="S0019SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0019SC', '101613772', 's-0nXp1');" /> </div> </td></tr></table></div> </div><br style='clear: left;' /><div id="Pnl_S0020" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0020" href="javascript:__doPostBack('BtnAddtoCart_S0020','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Young Stomp</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Modern_Pop.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>Make the most of the night with this dancey, modern pop Style.<br/><br/> <strong>Compatability:</strong> Pa600, Pa900, Pa3X<br/><br/> <br><br></div> <div id="S0020SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0020SC', '101613773', 's-Xxzw0');" /> </div> </td></tr></table></div> </div><div id="Pnl_S0007" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0007" href="javascript:__doPostBack('BtnAddtoCart_S0007','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Good Good Beat</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Modern_Pop.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>This energetic modern pop Style creates a soundscape of acoustic and electronic percussion, dynamic acoustic guitars, and ambient synths.<br/><br/> <strong>Compatability:</strong> Pa600, Pa900, Pa3X<br/><br/> <br><br></div> <div id="S0007SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0007SC', '101613751', 's-gkAGL');" /> </div> </td></tr></table></div> </div><br style='clear: left;' /><div id="Pnl_S0008" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0008" href="javascript:__doPostBack('BtnAddtoCart_S0008','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Good Times Groove</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Modern_Pop.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>This upbeat, infectious pop Style is always a good time.<br/><br/> <strong>Compatability:</strong> Pa600, Pa900, Pa3X<br/><br/> <br><br></div> <div id="S0008SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0008SC', '101613752', 's-EMkqD');" /> </div> </td></tr></table></div> </div><div id="Pnl_S0015" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0015" href="javascript:__doPostBack('BtnAddtoCart_S0015','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Pink Rock 1</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Modern_Pop.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>A modern pop Style with a very danceable groove. Fair warning: Your audience might start blowing you kisses.<br/><br/> <strong>Compatability:</strong> Pa600, Pa900, Pa3X<br/><br/> <br><br></div> <div id="S0015SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0015SC', '101613762', 's-F0ir9');" /> </div> </td></tr></table></div> </div><br style='clear: left;' /><div id="Pnl_S0016" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0016" href="javascript:__doPostBack('BtnAddtoCart_S0016','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Pink Rock 2</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Modern_Pop.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>This modern pop Style is sure to encourage toasting. Distorted guitars and a driving beat accompany synth leads and pads.<br/><br/> <strong>Compatability:</strong> Pa600, Pa900, Pa3X<br/><br/> <br><br></div> <div id="S0016SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0016SC', '101613763', 's-Yk1bl');" /> </div> </td></tr></table></div> </div><div id="Pnl_S0012" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0012" href="javascript:__doPostBack('BtnAddtoCart_S0012','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Maroon Groove</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Modern_Pop.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>This modern dance pop Style will give your Pa-series the moves!<br/><br/> <strong>Compatability:</strong> <br/><br/> <br><br></div> <div id="S0012SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0012SC', '101613759', 's-sXIfq');" /> </div> </td></tr></table></div> </div><br style='clear: left;' /><div id="Pnl_S0013" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0013" href="javascript:__doPostBack('BtnAddtoCart_S0013','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Maroon Reggae</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Modern_Pop.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>A modern pop/reggae Style that will keep your audience dancing for just one more.<br/><br/> <strong>Compatability:</strong> Pa600, Pa900, Pa3X<br/><br/> <br><br></div> <div id="S0013SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0013SC', '101613760', 's-ky0JB');" /> </div> </td></tr></table></div> </div><div id="Pnl_S0001" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0001" href="javascript:__doPostBack('BtnAddtoCart_S0001','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"><tr><td colspan="2"> <div class="ItemTitle">Close To Love</div><br/></td></tr><tr><td style="padding-top:15px;"> <div style="min-height:160px;"><img src="/Services/PAshopFiles/images/Modern_Pop.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>An alternative rock style with soul and dubstep influences. Make sure to try all the variations!<br/><br/><strong>Compatability:</strong> Pa4X, Pa1000, Pa700, Pa300, Pa3X, Pa900, Pa600<br/><br/><br><br></div><div id="S0001SC"><img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0001SC', '101613747', 's-gkAGL');" /></div></td></tr></table></div> </div><br style='clear: left;' /><br style='clear: left;' /> </div><div id="tabsRB"> <div id="Pnl_S0010" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0010" href="javascript:__doPostBack('BtnAddtoCart_S0010','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Last Ballad</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/rb.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>A classic 6/8 R&B ballad style that’s perfect for a happy couple.<br/><br/> <strong>Compatability:</strong> Pa600, Pa900, Pa3X<br/><br/> <br><br></div> <div id="S0010SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0010SC', '101613756', 's-7c7pf');" /> </div> </td></tr></table></div> </div><div id="Pnl_S0017" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0017" href="javascript:__doPostBack('BtnAddtoCart_S0017','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Soul Girl</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/rb.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>With its soulful, instantly-recognizable bassline, the “temptation” to sing along to this classic R&B Style is very strong.<br/><br/> <strong>Compatability:</strong> Pa600, Pa900, Pa3X<br/><br/> <br><br></div> <div id="S0017SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0017SC', '101613764', 's-tQ1fe');" /> </div> </td></tr></table></div> </div><br style='clear: left;' /><div id="Pnl_S0023" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0023" href="javascript:__doPostBack('BtnAddtoCart_S0023','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">US 50s Soul</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/rb.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>A smooth, downtempo 6/8 Style remeniscent of popular 50's soul tunes.<br/><br/> <strong>Compatability:</strong> Individual versions for Pa3X, Pa600, Pa900<br/><br/> <br><br></div> <div id="S0023SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0023SC', '101613767', 's-sFDOx');" /> </div> </td></tr></table></div> </div><div id="Pnl_S0024" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0024" href="javascript:__doPostBack('BtnAddtoCart_S0024','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">US 70s Soul</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/rb.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>A recognizable, seductive Style that's perfect for slowing things down on the dance floor.<br/><br/> <strong>Compatability:</strong> Individual versions for Pa3X, Pa600, Pa900<br/><br/> <br><br></div> <div id="S0024SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0024SC', '101613767', 's-sFDOx');" /> </div> </td></tr></table></div> </div><br style='clear: left;' /><div id="Pnl_S0027" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0027" href="javascript:__doPostBack('BtnAddtoCart_S0027','')">Add To Cart!</a><br/>$6.99<br/><span style='color:red; text-decoration:line-through;'>$9.99</span> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">US 60s Soul</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/rb.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>This inspiring Style commands respect. Find out what it means to you!<br/><br/> <strong>Compatability:</strong> Individual versions for Pa3X, Pa600, Pa900<br/><br/> <br><br></div> <div id="S0027SC"> <img border=0 src="/PA/images/SC.jpg" onclick="PlaySC('S0027SC', '101613769', 's-iWK7d');" /> </div> </td></tr></table></div> </div><br style='clear: left;' /> </div><div id="tabsIndian"> <div id="Pnl_S0040" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0040" href="javascript:__doPostBack('BtnAddtoCart_S0040','')">Add To Cart!</a><br/>$350.00<br/> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Pa1000 Indian Collection</div><br/></td></tr> <tr><td style="padding-top:15px;"><div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Indian.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>Styles and Sounds/Performances useful for Indian music<br/> <br/> <br/> <a href="javascript:void(0);" onclick="OpenDialog('S0040Info');">Read More</a><br/> <br/> <strong>Compatability:</strong>Pa1000<br/><br/> <br><br></div> <div style="max-height:0px; max-width:0px; overflow:hidden;"> <div id="S0040Info" title="Pa1000 Indian Sounds and Styles" > This download contains Sounds useful for traditional and modern Indian music. It is compatible with the Pa1000 Professional Arranger.<br> <br> Please click <a href="/Services/PAshopFiles/Docs/Pa1000-Indian.zip" target="_blank"><span style="text-decoration:underline;">here</span></a> for a complete list of the included Sounds and Styles.<br> <br> Note: When you purchase these Styles, you will receive a .ZIP file containing a .SET file which can be loaded onto your Pa1000. A microSD card will also be mailed to the address specified in your account.<br> <br> <strong>Important notice: your country may charge local duties and/or taxes for the importing of this card and all such duties and taxes are your responsibility since they vary from country to country and from time to time.</strong><br> <br> The .SET file can be loaded onto your Pa1000 via USB media, but you MUST have the microSD card installed in order to access the content. Please refer to your Pa1000’s documentation for instructions on loading content from USB media and installing the microSD card.<br> <br> <br> </div> </div> </td> </tr> </table> </div> </div><div id="Pnl_S0029" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0029" href="javascript:__doPostBack('BtnAddtoCart_S0029','')">Add To Cart!</a><br/>$250.00<br/> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Pa600 Indian Collection</div><br/></td></tr> <tr><td style="padding-top:15px;"><div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Indian.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>82 Styles and 37 Sounds/Performances useful for Indian music<br/> <br/> <a href="javascript:void(0);" onclick="OpenDialog('S0029Info');">Read More</a><br/> <br/> <strong>Compatability:</strong>Pa600<br/><br/> <br><br></div> <div id="S0029SC"> <img border=0 src="/krome/images/SC.jpg" onclick="PlaySCPL('S0029SC', '25649255');" /> </div> <div style="max-height:0px; max-width:0px; overflow:hidden;"> <div id="S0029Info" title="Pa600 Indian Sounds and Styles" > This download contains 82 Styles and 37 Sounds useful for traditional and modern Indian music. It is compatible with the Pa600 Professional Arranger.<br> <br> Please click <a href="/Services/PAshopFiles/Docs/Pa600-Indian-Set-Data-List.pdf" target="_blank"><span style="text-decoration:underline;">here</span></a> for a complete list of the included Sounds and Styles.<br> <br> Note: When you purchase these Styles, you will receive a .ZIP file containing a .SET file which can be loaded onto your Pa600. A microSD card will also be mailed to the address specified in your account.<br> <br> <strong>Important notice: your country may charge local duties and/or taxes for the importing of this card and all such duties and taxes are your responsibility since they vary from country to country and from time to time.</strong><br> <br> The .SET file can be loaded onto your Pa600 via USB media, but you MUST have the microSD card installed in order to access the content. Please refer to your Pa600’s documentation for instructions on loading content from USB media and installing the microSD card.<br> <br> Below are some YouTube links with content related to this library:<br> <br> <table> <tr> <td> <span id="CurrentVideo"><iframe width="336" height="189" src="https://www.youtube.com/embed/pfxpL3z4uq8?wmode=transparent&rel=0" frameborder="0" allowfullscreen></iframe> </span> </td> <td> <a href="javascript:void(0);" onclick="ChnageVideo('pfxpL3z4uq8');"> <img border="0" src="/Services/PAshopFiles/images/S0029-1.jpg" title="Part1: Demo of Indian Styles" /> </a> <br/> <a href="javascript:void(0);" onclick="ChnageVideo('62GI7KWiUMc');"> <img border="0" src="/Services/PAshopFiles/images/S0029-2.jpg" title="Part2: Indian Sound Library Showcase and Demo" /> </a> <br/> <a href="javascript:void(0);" onclick="ChnageVideo('8h9HSBrGyJo');"> <img border="0" src="/Services/PAshopFiles/images/S0029-3.jpg" title="Part3: Introduction and How to Load the Indian Library" /> </a> <br/> </td> </tr> </table> <script language=javascript> function ChnageVideo(VID){ VID = '<iframe width="336" height="189" src="https://www.youtube.com/embed/' + VID + '?autoplay=1&wmode=transparent&rel=0" frameborder="0" allowfullscreen></iframe>'; document.getElementById("CurrentVideo").innerHTML = VID; } </script> </div> </div> </td> </tr> </table> </div> </div><br style='clear: left;' /><div id="Pnl_S0030" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0030" href="javascript:__doPostBack('BtnAddtoCart_S0030','')">Add To Cart!</a><br/>$350.00<br/> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Pa900 Indian Collection</div><br/></td></tr> <tr><td style="padding-top:15px;"><div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Indian.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>94 Styles and 48 Sounds/Performances useful for Indian music.<br/> <br/> <strong>Compatability:</strong>Pa900<br/><br/> <br><br></div> <div id="S0030SC"> <img border=0 src="/krome/images/SC.jpg" onclick="PlaySCPL('S0030SC', '25649462');" /> </div> </td></tr></table></div> </div><div id="Pnl_S0050" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0050" href="javascript:__doPostBack('BtnAddtoCart_S0050','')">Add To Cart!</a><br/>$400.00<br/> </div><div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Pa5X Indian Collection</div><br/></td></tr> <tr><td style="padding-top:15px;"><div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Indian.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>Styles and Sounds/Performances useful for Indian music<br/> <br/> <br/> <a href="javascript:void(0);" onclick="OpenDialog('S0050Info');">Read More</a><br/> <br/> <strong>Compatability:</strong>Pa5X<br/><br/> <br><br></div> <div style="max-height:0px; max-width:0px; overflow:hidden;"> <div id="S0050Info" title="Pa5X Indian Sounds and Styles" > This download contains Sounds useful for traditional and modern Indian music. It is compatible with the Pa5X Professional Arranger.<br> <br> Please click <a href="/Services/PAshopFiles/Docs/PA5X-Indian.pdf" target="_blank"><span style="text-decoration:underline;">here</span></a> for a complete list of the included Sounds and Styles.<br> <br> Note: When you purchase these Styles, you will receive a .ZIP file containing a .SET file which can be loaded onto your Pa5X. A microSD card will also be mailed to the address specified in your account.<br> <br> <strong>Important notice: your country may charge local duties and/or taxes for the importing of this card and all such duties and taxes are your responsibility since they vary from country to country and from time to time.</strong><br> <br> The .SET file can be loaded onto your Pa5X via USB media, but you MUST have the microSD card installed in order to access the content. Please refer to your Pa5X’s documentation for instructions on loading content from USB media and installing the microSD card.<br> <br> <br> </div> </div> </td> </tr> </table> </div> </div><br style='clear: left;' /><div id="Pnl_S0039" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0039" href="javascript:__doPostBack('BtnAddtoCart_S0039','')">Add To Cart!</a><br/>$300.00<br/> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Pa700 Indian Collection</div><br/></td></tr> <tr><td style="padding-top:15px;"><div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Indian.jpg" border="0" vspace="2" hspace="3" style="float:left;"/>Styles and Sounds/Performances useful for Indian music<br/> <br/> <a href="javascript:void(0);" onclick="OpenDialog('S0039Info');">Read More</a><br/> <br/> <strong>Compatability:</strong>Pa700, Pa700 ORT<br/><br/> <br><br></div> <div style="max-height:0px; max-width:0px; overflow:hidden;"> <div id="S0039Info" title="Pa700 Indian Sounds and Styles" > This download contains Sounds useful for traditional and modern Indian music. It is compatible with the Pa700 and Pa700 ORT Professional Arranger.<br> <br> Please click <a href="/Services/PAshopFiles/Docs/Pa700-Indian.zip" target="_blank"><span style="text-decoration:underline;">here</span></a> for a complete list of the included Sounds and Styles.<br> <br> Note: When you purchase these Styles, you will receive a .ZIP file containing a .SET file which can be loaded onto your Pa700/Pa700 ORT. A microSD card will also be mailed to the address specified in your account.<br> <br> <strong>Important notice: your country may charge local duties and/or taxes for the importing of this card and all such duties and taxes are your responsibility since they vary from country to country and from time to time.</strong><br> <br> The .SET file can be loaded onto your Pa700/Pa700 ORT via USB media, but you MUST have the microSD card installed in order to access the content. Please refer to your Pa700’s documentation for instructions on loading content from USB media and installing the microSD card.<br> <br> <br> </div> </div> </td> </tr> </table> </div> </div><br style='clear: left;' /> </div><div id="tabsPersian"> <div id="Pnl_S0031" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0031" href="javascript:__doPostBack('BtnAddtoCart_S0031','')">Add To Cart!</a><br/>$200.00<br/> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Pa600 Persian Collection</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Persian.png" border="0" vspace="2" hspace="3" style="float:left;"/>A collection of 40 Styles and 54 Sounds useful for Persian music.<br/> <br/> <a href="javascript:void(0);" onclick="OpenDialog('S0031Info');">Read More</a><br/> <br/> <strong>Compatability:</strong>Pa600<br/><br/> <br><br></div> <div id="S0031SC"> <img border=0 src="/krome/images/SC.jpg" onclick="PlaySCTR('S0031SC', '137392455');" /> </div> </td></tr></table></div> <div style="max-height:0px; max-width:0px; overflow:hidden;"> <div id="S0031Info" title="Pa600 Persian Sounds and Styles" > This download contains 40 Styles and 54 Sounds useful for Persian music, including 48 new drum/percussion samples, 38 loops, and 90 instrument samples. It is compatible with the Pa600 Professional Arranger.<br/> <br/> Please <a href="/Services/PAshopFiles/Docs/Pa600-Pa900-Persian-Sounds-and-Styles.pdf" target="_blank">click here</a> for a complete list of the included Sounds and Styles.<br/> <br/> Note: When you purchase these Styles, you will receive a .ZIP file containing a .SET file which can be loaded onto your Pa600. A microSD card will also be mailed to the address specified in your account. The microSD card is required to play the included Sounds and Styles. <br/> <br/> The .SET file can be loaded onto your Pa600 via USB media, but you MUST have the microSD card installed in order to access the content. Please refer to your Pa600’s documentation for instructions on loading content from USB media and installing the microSD card<br/> </div> </div> </div><div id="Pnl_S0032" style="float:left;width:280px;padding:10px;"> <div class="AddtoCartArea"> <a id="BtnAddtoCart_S0032" href="javascript:__doPostBack('BtnAddtoCart_S0032','')">Add To Cart!</a><br/>$220.00<br/> </div> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Pa900 Persian Collection</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Persian.png" border="0" vspace="2" hspace="3" style="float:left;"/>A collection of 40 Styles and 54 Sounds useful for Persian music.<br/> <br/> <a href="javascript:void(0);" onclick="OpenDialog('S0032Info');">Read More</a><br/> <br/> <strong>Compatability:</strong>Pa900<br/><br/> <br><br></div> <div id="S0032SC"> <img border=0 src="/krome/images/SC.jpg" onclick="PlaySCTR('S0032SC', '137392455');" /> </div> </td></tr></table></div> <div style="max-height:0px; max-width:0px; overflow:hidden;"> <div id="S0032Info" title="Pa900 Persian Sounds and Styles" > This download contains 40 Styles and 54 Sounds useful for Persian music, including 48 new drum/percussion samples, 38 loops, and 90 instrument samples. It is compatible with the Pa900 Professional Arranger.<br/> <br/> Please <a href="/Services/PAshopFiles/Docs/Pa600-Pa900-Persian-Sounds-and-Styles.pdf" target="_blank">click here</a> for a complete list of the included Sounds and Styles.<br/> <br/> Note: When you purchase these Styles, you will receive a .ZIP file containing a .SET file which can be loaded onto your Pa900. A microSD card will also be mailed to the address specified in your account. The microSD card is required to play the included Sounds and Styles.<br/> <br/> The .SET file can be loaded onto your Pa900 via USB media, but you MUST have the microSD card installed in order to access the content. Please refer to your Pa900’s documentation for instructions on loading content from USB media and installing the microSD card<br/> </div> </div> </div><br style='clear: left;' /><br style='clear: left;' /> </div><div id="tabsMexican"> <div id="Pnl_S0034" style="float:left;width:280px;padding:10px;"> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Mexican and South American Styles</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Mexican.png" border="0" vspace="2" hspace="3" style="float:left;"/>A FREE collection of 32 Styles useful for playing Mexican and South American music.<br/> <br/> Please <a href="/Services/PAshopFiles/Docs/Mexican-South-American-Styles.pdf" target="_blank">click here</a> for a full description of the contents.<br/> <br/> <a href="/Services/PAshopFiles/Docs/S0034-MEX_SAM.SET.zip" target="_blank">Download</a><br/> <br/> <strong>Compatability:</strong>Pa500, Pa800, Pa588, Pa300, Pa600, Pa900, Pa2XPro, Pa3X, Pa4X, Havian 30 <br/><br/> </td></tr></table></div> </div><br style='clear: left;' /> </div><div id="tabsPeruvian"> <div id="Pnl_S0033" style="float:left;width:280px;padding:10px;"> <div class="ProductBorder"><table class="ProductOptionTable"> <tr><td colspan="2"> <div class="ItemTitle">Peruvian Sounds and Styles</div><br/></td></tr> <tr><td style="padding-top:15px;"> <div style="min-height:160px;"> <img src="/Services/PAshopFiles/images/Peruvian.png" border="0" vspace="2" hspace="3" style="float:left;"/>A FREE collection of 22 Sounds and 19 Styles useful for playing Peruvian music. Please <a href="/Services/PAshopFiles/Docs/Peru-Pa600-Pa900-Pa3X-Set.pdf" target="_blank">click here</a> for a full description of the contents.<br/> <br/> <a href="/Services/PAshopFiles/Docs/S0033-Andino.SET.zip" target="_blank">Download</a><br/> <br/> <strong>Compatability:</strong>Pa600, Pa900, Pa3X<br/><br/> Although the .SET file is named "Pa 900", the file is fully compatible with the Pa600, Pa900, and Pa3X. <br><br></div> <div id="S0033SC"> <img border=0 src="/krome/images/SC.jpg" onclick="PlaySCTR('S0033SC', '139590699');" /> </div> </td></tr></table></div> </div><br style='clear: left;' /> </div><div id="tabsGerman"> <br style='clear: left;' /> </div> </div> </div> </div> </div> <div style="padding-top:50px;"> <br /><br /><br /> <div style="width:100%; text-align:right;"> <span id="siteseal"><br/><br/> <script src="https://seal.godaddy.com/getSeal?sealID=gQlYFBRBQi3S5l7Zcwzol68zAQwGtVW1uphPzsNoyCWWPaIHCrLx8AY"></script><br/> </span> </div> <div style="max-height:0px; max-width:0px; overflow:hidden;"> <div id="FAQ1" title="" > <ul> <li>This web page provides instructions and details for downloading and purchasing KRONOS Sound Libraries.</li> <li>Only credit card payment is accepted. (Visa, MasterCard, American Express, Discover and JCB)</li> </ul> To make a purchase, simply follow the steps listed below.<br> <ol> <li>Click “Add to Cart!” next to the desired EXs or KRS library. When you do so, notice that the text changes to “Proceed to Checkout.” You can add multiple items to the Shopping cart. The number of items in the Shopping Cart is shown inside the Shopping Cart icon at the top right of this section.</li> <li>When you have added the desired items to your Shopping cart, click “Proceed to Checkout,” or just click on the Shopping Cart icon.</li> <li>If you have completed the KRONOS User Registration and Log-in, the Checkout page will appear. If you have not completed the KRONOS User Registration and Log-in, the REGISTER page will appear. Please follow the instructions on this page. After completing log-in, the Checkout page will appear.</li> <li>Complete the checkout process.</li> <li>Once your purchase is complete:</li> </ol> <ul> <li>If you’ve purchased KRS libraries, the KRS data will be made available for download.</li> <li>If you’ve purchased EXs libraries, the authorization code(s) will be displayed. If you have not already done so, download and install the EXs data. Then, use the code(s) to authorize the new EXs on the Global Options Info page.</li> </ul> </div> </div> </div> <!-- </div> --> </form> <script> $(document).ready(function () { $('#main').show(); parent.document.getElementById('iRegistration').height = (document['body'].offsetHeight + 40); parent.document.getElementById('iShop').height = (document['body'].offsetHeight + 40); }); </script> </body> </html>