function go( ziel )
{if (ziel!="krasna.htm")
if (ziel.indexOf("krasna")==0)
{zil=ziel.substr(6,ziel.length-6); po=window.open("krasna.htm"+zil,"krasna","width=721,height=551");
po.focus();
po.opener=parent;}
else
{if (ziel!="vang.htm")
if (ziel.indexOf("vang")==0)
{zil=ziel.substr(4,ziel.length-4); po=window.open("vang.htm"+zil,"vang","width=533,height=550");
po.focus();
po.opener=parent;}
else
{if (ziel!="yura.htm")
if (ziel.indexOf("yura")==0)
{zil=ziel.substr(4,ziel.length-4); po=window.open("yura.htm"+zil,"yura","width=711,height=551");
po.focus();
po.opener=parent;}
else
{parent.location="drinks1.htm"+ziel;};
	};
	};
 }