
	function spiel(was)
	{
	if (was=="ablaufdemo")
	{hoch=700;brad=800;}
		if (was=="demo")
	{hoch=870;brad=820;}
		if (was=="spiel")
	{hoch=720;brad=670;}
	    if (was=="runde1")
	{hoch=730;brad=690;}
	if (was=="runde2")
	{hoch=820;brad=670;}
	if (was=="runde3")
	{hoch=740;brad=740;}
	if (was=="runde4")
	{hoch=740;brad=740;}
	if (was=="runde5")
	{hoch=740;brad=740;}
	if (was=="runde6")
	{hoch=900;brad=740;}
		if ((was=="osterkarte1")||(was=="osterkarte3")||(was=="osterkarte2")||(was=="osterkarte4"))
	{hoch=265;brad=350;}
	if (was=="ohjospiel")
	{hoch=540;brad=750;}
	
	if (hoch>screen.availheight)
	{hoch=screen.availheight-15;}
	if (brad>screen.availwidth)
	{brad=screen.availwidth-15;}
	

		if ((was=="osterkarte1")||(was=="osterkarte3")||(was=="osterkarte2")||(was=="osterkarte4"))
	{f='http://www.ostbahn.at/ohjo/'+was+'.html';
	pr='toolbar=no,scrollbars=no,locationbar=no,height='+hoch+',width='+brad+',resizable=no';}
	if (was=="ohjospiel")
	{f='http://www.ostbahn.at/ohjo/spiel/ohjospiel.html';
	pr='toolbar=no,scrollbars=no,locationbar=no,height='+hoch+',width='+brad+',resizable=no';}
	else
	{
	f='http://www.ostbahn.at/ohjo/'+was+'.html';
	pr='toolbar=no,scrollbars=yes,locationbar=no,height='+hoch+',width='+brad+',resizable=yes';
}
	window.open(f,was,pr);
	
	}
	
	function lsg(was)
	{
	
	f='http://www.ostbahn.at/ohjo/'+was+'.html';
	pr='toolbar=no,scrollbars=no,locationbar=no,height=432,width=432,resizable=no';
	window.open(f,was,pr);
	}
	
