   var soHeader = new SWFObject("../images/header.swf", "mymovie", "850", "193", "8", "#000000");
//   var soHeader = new SWFObject("../images/header.swf", "mymovie", "850", "515", "8", "#000000");   
   soHeader.addParam("quality", "high");
   soHeader.addParam("wmode", "transparent");
   
   var soHeaderNav = new SWFObject("../images/nav.swf", "mymovie2", "181", "322", "8", "#000000");
   soHeaderNav.addParam("quality", "high");
   soHeaderNav.addParam("wmode", "transparent");
   
function swapLang(currLang, nextLang)
{
	var currLocation = window.location.toString();
	var nextLocation = window.location.toString();
	//var nextLocation = window.location.toString().substring(0, window.location.toString().indexOf(".php")+4);
	window.location = nextLocation.replace('\/'+currLang+'\/', '\/'+nextLang+'\/');
}