document.writeln("<style>");

  	if(document.layers)

  	{

  	}

  	else

  	{

    document.writeln(".contact    { font:10px ms sans serif,arial,helvetica; width:250; height:100;  border-width:1px; border-style:solid; }");

    document.writeln(".name    { font:10px ms sans serif,arial,helvetica; width:120; height:17;  border-width:1px; border-style:solid; }");

    document.writeln(".send   { font:10px arial,helvetica; width:80; height:17; line-height:8px; background-Color:'#BEBEBE'; }");

	}
document.writeln("</style>");



function fenster1()
{
 MeinFenster =
 window.open("fileadmin/popup_gruene_liga.html", "Zweitfenster", "width=450,height=300",scrolling="no","left=100,top=50");
 MeinFenster.focus();
}
function fenster2()
{
 MeinFenster =
 window.open("fileadmin/popup_netzwerk.html", "Zweitfenster", "width=500,height=560",scrolling="yes","left=100,top=50");
 MeinFenster.focus();
}
function fenster3()
{
 MeinFenster =
 window.open("fileadmin/popup_gemeinsame_interesse.html", "Zweitfenster", "width=450,height=250",scrolling="no","left=100,top=50");
 MeinFenster.focus();
}

	function chgBg(obj,color){

  	if (document.all || document.getElementById)

 	obj.style.backgroundColor=color;

	else if (document.layers)

	obj.bgColor=color;

	}

	

	function fenster(breite, hoehe, name, links, oben, scroll)

	{

	meinfenster =

	window.open(name+".html","popup","width="+breite+",height="+hoehe+",left="+links+",top="+oben+",scrollbars="+scroll+",");

	meinfenster.focus();

	}

