<!--




function ChangeFrames(fr1, fr2, fr3, fr4) 
{ 
	parent.logo.location.href=fr1; 
	parent.band.location.href=fr2; 
      parent.menu.location.href=fr3; 
	parent.main.location.href=fr4; 
} 

function Change2Frames(fr5, fr6) 
{ 
	parent.band.location.href=fr5; 
	parent.main.location.href=fr6; 
   
} 


function Route()
{ 
if (top == self)
	self.location.href = "index.html";
}


//-->

