function home(url)  {
	parent.window.frames.I1.location.replace("home.htm");
//  document.getElementById('content').src="<%=lang%>/home.htm";
}
/*
function video(url)  {
  document.getElementById('content').src="<%=lang%>/video.htm";
}
function ourevents(url)  {
  document.getElementById('content').src="<%=lang%>/ourevents.htm";
}
*/
function contact(url)  {
	parent.window.frames.I1.location.replace("contact.htm");
}
function livemusic(url)  {
	parent.window.frames.I1.location.replace("livemusic.htm");
//  document.getElementById('content').src="<%=lang%>/livemusic.htm";
}

function homeSpanish(url) { home(url); }
function livemusicSpanish(url) { livemusic(url);}
function contactSpanish(url) { contact(url); }

function homeFrench(url){ home(url); }
function livemusicFrench(url) {livemusic(url); }
function contactFrench(url) {contact(url);}

