function SymError()
{
  return true;
}


function it(){
	video = window.open("it.html", "", "height=" + (window.screen.height - 60) + ", width=" + (window.screen.width - 10) + ", scrollbars=yes , top=0, left=0 ");
}
function de(){
	video = window.open("de.html", "", "height=" + (window.screen.height - 60) + ", width=" + (window.screen.width - 10) + ", scrollbars=yes , top=0, left=0 ");
}
function fr(){
	video = window.open("fr.html", "", "height=" + (window.screen.height - 60) + ", width=" + (window.screen.width - 10) + ", scrollbars=yes , top=0, left=0");
}
function uk(){
	video = window.open("uk.html", "", "height=" + (window.screen.height - 60) + ", width=" + (window.screen.width - 10) + ", scrollbars=yes, top=0, left=0 ");
}