// JavaScript Document
function cms_setClass(wo,URL)
{
	for (j=0;j<document.links.length;j++)
	{
		document.links[j].className="normal";
	};
		document.links[wo-1].className="aktiverLink";
		if (URL) parent.content.location.href=URL;
	
};


function MM_openBrWindow(theURL,winName,features) {
  MeinFenster = window.open(theURL,winName,features);
 	MeinFenster.document.bgColor="#000000";
  MeinFenster.focus();
};
