function openScreencam(sc)
{
	screencam = window.open("screencams/index.htm?screencam=" + sc,"Screencam1","width=1024,height=775,resizable=no");
	screencam.moveTo(((screen.width / 2) - 512),((screen.height / 2) - 384));
	screencam.focus();
}

function openPlayer(sc)
{
	screencam = window.open("player/index.htm?screencam=" + sc,"Screencam2","width=1024,height=791,resizable=no");
	screencam.moveTo(((screen.width / 2) - 512),((screen.height / 2) - 384));
	screencam.focus();
}

function openTraining(sc)
{
	screencam = window.open("trainings/" + sc + "/index.htm","Screencam3","width=615,height=310,resizable=no");
	screencam.moveTo(((screen.width / 2) - 308),((screen.height / 2) - 155));
	screencam.focus();
}

function openForm()
{
	formular = window.open("form/index.htm","Form","width=615,height=310,resizable=no,scrollbars=yes");
	formular.moveTo(((screen.width / 2) - 308),((screen.height / 2) - 155));
	formular.focus();
}

function openFormEN()
{
	formular = window.open("form/index_en.htm","Form","width=615,height=310,resizable=no,scrollbars=yes");
	formular.moveTo(((screen.width / 2) - 308),((screen.height / 2) - 155));
	formular.focus();
}