function ResetAuswahl()
{
 for(i = 0; i < document.Select.Level.length; i++)
   if (document.Select.Level.options[i].defaultSelected == true)
     document.Select.Level.options[i].selected = true;
}

function auswahl(x) 
{location.href = x;}

function ResetAntwort()
{
		//if (document.layers){
		//document.antwort.visibility = "hidden"
    		    		   		
		//} else if (document.all){
     		//document.all.antwort.style.visibility = "hidden"

		//} else if (document.getElementById){
		if (document.getElementById){
		document.getElementById("antwort").style.visibility = "hidden"
		}
}

function antwort()
{
		//if (document.layers){
		//document.antwort.visibility = "visible"
    		    		   		
		//} else if (document.all){
     		//document.all.antwort.style.visibility = "visible"

		//} else if (document.getElementById){
		if (document.getElementById){
		document.getElementById("antwort").style.visibility = "visible"
		}
}
//PISMO
pochta1 = 'mail';
pochta2 = '@';
pochta3 = 'russian-online.net';
function pismo( )
{
   document.location.href="mailto:"+pochta1+pochta2+pochta3;
}

function adres(teil1, teil2 )
{
   document.location.href="mailto:"+teil1+pochta2+teil2;
}

function show_adres(teil1, teil2 )
{
   link="<a href=mailto:"+teil1+pochta2+teil2+">";
   document.write(link + teil1 + pochta2 + teil2 + "</a>");
}


/*function woerterbuch_open(w)
{
var w;
window.open(w,'','toolbar=no,scrollbars=yes,resizable=yes,width=250,height=150,left=210,top=240');
}*/
