//document.write("Darstellungsmodus:" + document.compatMode);



function CreateFlash(DivID,content)
{
	var d = document.getElementById(DivID);
	d.innerHTML = content;
}


function change(name, newpic)	
{
	document[name].src=newpic;
}


// -----------------------------------------------------------------------
// oeffnet ein Popup
function popupAufmachen(url,name,breite,hoehe,scrollbars) {
	service = window.open("",name,"menubar=no,toolbar=no,resizeable=no,scrollbars="+scrollbars+",width="+breite+",height="+hoehe);
	
	if(window.service)
		{
		service.focus();
		service.location.href = url;
		}
}
// 


function CreateFlash(DivID,content)
{
	var d = document.getElementById(DivID);
	d.innerHTML = content;
}

