function amredirect(){
document.location = "http://www.angelmusicusa.com/catalog/"
}

function amlocalredirect(){
document.location = "http://www.angelmusicusa.com/local/"
}

function amforumredirect(){
document.location = "http://www.angelmusicusa.com/forum/"
}

function ambreakout()
{
  if (top.location != location) {
    top.location.href = document.location.href ;
  }
}

function subnav(newPage){
document.getElementById("contentFRM").src = "http://www.angelmusicusa.com/local/contentpages/" + newPage + ".html";
}

function mainnav(newPage){
parent.document.location.href = "http://www.angelmusicusa.com/" + newPage + "/";
}

function catnav(newPage){
parent.document.location.href = "http://www.angelmusicusa.com/" + newPage + ".html";
}

function innav(newPage){
parent.contentFRM.document.location.href = "http://www.angelmusicusa.com/local/contentpages/" + newPage + ".html";
}

function PromoWindow(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=550,height=360,screenX=150,screenY=150,top=150,left=150')
}