function doLanguageChanded(obg) {
	if(obg.value == "English") window.location.href = "index.html";
	if(obg.value == "German") window.location.href = "germannews.html";
}
function PlaySWF(dividx,a)
{ 
         		   document.getElementById('headerSWF'+a).play();
}
function StopSWF(dividx,a)
{ 
         		   document.getElementById('headerSWF'+a).stop();
}

function RewindSWF(dividx,a)
{ 
         		   document.getElementById('headerSWF'+a).rewind();
}
function ForwardSWF(dividx,a)
{ 
         		   document.getElementById('headerSWF'+a).forward();
}
function BackSWF(dividx,a)
{ 
         		   document.getElementById('headerSWF'+a).back();
}