/*
pop up windows and links...
*/
function pop(url){
window.open(url, 'TBA','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,copyhistory=1,width=630,height=600,left=50,top=50');
}
//////////////////////////////////////////////////////////////

function popLive(){
window.open('../TBAlive/index2.html', 'TBAlive','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=645,height=547,left=100,top=50');
}

////////////////////////////////////////////////////

function popCities(url){
window.open(url, 'TBA','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=1,width=610,height=610,left=50,top=20');
}
/////////////////////////////////////////////////////////////////
function advice(){
window.open('http://www.nationalmusicnetwork.com/nmn-advice/frames.html', 'advice','toolbar=1,location=no,directories=no,status=1,menubar=1,scrollbars=1,resizable=1,copyhistory=1,width=700,height=500,left=50,top=50');
}

////////////////////////////////////////////////////////////////
function design(){
window.open('info.html', 'info','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=0,resizable=0,copyhistory=no,width=500,height=500,left=50,top=50');
}

//////////////////////////////////////////////////////////////////

function loadartists(){
frames['framea'].location.href = "artists.php";
}
function unloadartists(){
frames['framea'].location.href = "blank.html";
}

//////////////////////////////////////////////////////////////////////////

function loadevent(){
frames['framea'].location.href = "http://www.thebandagency.com/itc/itc.html";
}
function loadbreakin(){
frames['framea'].location.href = "http://www.thebandagency.com/itc/itc.html";
}

//////////////////////////////////////////////////////////////////////////
function loadthescene(){
frames['framea'].location.href = "template.php?type=thescene";
}

////////////////////////////////////////////////
function loadmedia(){
frames['framea'].location.href = "template.php?type=media";
}

//////////////////////////////////////////
function loadlivereviews(){
frames['framea'].location.href = "template.php?type=livereviews";
}

///////////////////////////////////////////
function loadindustry(){
frames['framea'].location.href = "template.php?type=industry";
}

/////////////////////////////////////////////
function loaddownloads(){
frames['framea'].location.href = "template.php?type=downloads";
}
/////////////////////////////////////////////////////////////////
function framec(){
frames['framec'].location.href = "blank.html";
}

/////////////////////////////////////////////////////////////
function loadnetwork(){
frames['framed'].location.href = "cbreaker.html";
}
function unloadnetwork(){
frames['framed'].location.href = "blank.html";
}

//////////////////////////////////////////////////////////////

function popPlayer(){
window.open('http://www.bandagency.com/TBAplayer', 'TBAplayer','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=435,height=335,left=100,top=50');
}

/////////////////////////////////////////////////////////////
function settv(){
window.open('http://www.bandagency.com/TBAtv', 'TBAtv','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=645,height=545,left=30,top=30');
 }


//////////////////////////////////////////////////////////
function fullscreen(){
window.open('movieplayer.swf?movie=', 'advice','fullscreen=yes,toolbar=0,location=no,directories=no,status=no,menubar=1,scrollbars=0,resizable=0,copyhistory=0');
}
