//********************************************************
//********************************************************
//          ADVESCO LEARNING SYSTEMS 2005
//********************************************************
//********************************************************

function oeffneSeite()
{
	window.open("fileadmin/templates/symbollegende.html","Symbollegende","width=500,height=300,left=50,top=50");
}

function oeffneAufgabe(param1,param2)
{
var aufgabeAnzeige = window.open("index.php?id="+param1+"&aufgabe="+param2+"","Aufgabenseite","width=610,height=650,left=100,top=20,status=yes,resizable=no,scrollbars=yes");
aufgabeAnzeige.focus();
}

function oeffneKWR(param1)
{
	window.open(""+param1+"","KWR","width=600,height=650,left=100,top=20,scroll=auto");
}

function oeffneBildGross(param1)
{
	window.open(""+param1+"","BildGross","width=800,height=650,left=60,top=20,scroll=auto");
}

function oeffneAufgabeStandalone(aufgabeid)
{
	window.open("media/aufgabenframe/content/aufgabestandalone.html?"+aufgabeid,"AufgabeStandalone","width=650,height=450,left=60,top=20,scroll=no");
}
