// Script Begins

function goToPage1(){
PageIndex1=document.form1.select1.selectedIndex
if (document.form1.select1.options[PageIndex1].value != "top")
{
top.location.replace(document.form1.select1[PageIndex1].value);
}
}

function goToPage2(){
PageIndex2=document.form2.select2.selectedIndex
if (document.form2.select2.options[PageIndex2].value != "top")
{
top.location.replace(document.form2.select2[PageIndex2].value);
}
}

function goToPage3(){
PageIndex3=document.form3.select3.selectedIndex
if (document.form3.select3.options[PageIndex3].value != "top")
{
top.location.replace(document.form3.select3[PageIndex3].value);
}
}

function goToPage4(){
PageIndex4=document.form4.select4.selectedIndex
if (document.form4.select4.options[PageIndex4].value != "top")
{
top.location.replace(document.form4.select4[PageIndex4].value);
}
}

function goToPage5(){
PageIndex5=document.form5.select5.selectedIndex
if (document.form5.select5.options[PageIndex5].value != "top")
{
top.location.replace(document.form5.select5[PageIndex5].value);
}
}

function PlayerOne(){
open("http://www.primalsounds.com/player_demos/one.html", "PlayerOne", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=280,height=263")
}

function PlayerTwo(){
open("http://www.primalsounds.com/player_demos/two.html", "PlayerTwo", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=280,height=263")
}

function PlayerThree(){
open("http://www.primalsounds.com/player_demos/three.html", "PlayerThree", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=280,height=263")
}

function Friend(){
open("http://www.primalsounds.com/popups/friend.html", "Friend", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=360,height=308")
}

function Terms(){
open("http://www.primalsounds.com/popups/terms.html", "Terms", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=396,height=500")
}

function PrivacyPolicy(){
open("http://www.primalsounds.com/popups/privacy_policy.html", "PrivacyPolicy", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=280,height=210")
}

function USA(){
open("http://www.primalsounds.com/cc/cc.php", "USA", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=380,height=215")
}

window.defaultStatus=document.title

function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("© copyright, PrimalSounds.com");
return false;
}
return true;
}

document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;

var bookmarkurl="http://www.primalsounds.com"
var bookmarktitle="Royalty free music - PrimalSounds.com"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

// Script Ends