function getwhitetext(name)

		{

		document.all[name].style.color = '#ffffff';

			

}



function getgreentext(name)

		{

		document.all[name].style.color = '#669933';

}

function popup(url) {

       var fenster = window.open(url,"Wanner","resizable=yes,scrollbars=yes,menubar=yes,toolbar=no,width=670,height=450,top=0,left=0");


        fenster.window.focus();


        }
