function setColor(pos, color)
{
 pos.style.backgroundColor = color;
 return true;
}

function swap_extension(swap, img1, img2) {
	displayType = (document.getElementById(swap).style.display == 'none') ? 'block' : 'none';
	document.getElementById(swap).style.display = displayType;
	displayType = (document.getElementById(img1).style.display == 'none') ? 'block' : 'none';
	document.getElementById(img1).style.display = displayType;
	displayType = (document.getElementById(img2).style.display == 'none') ? 'block' : 'none';
	document.getElementById(img2).style.display = displayType;
}

function surfto2(target) {
	if (target != "" && target != "News selektieren")
 		target = window.location.href = target;
}

function surfTo(target) {
if (target != "")
 location = target;
}

function openWindow(w_name,w_titel,breite,hoehe) {

	var links = screen.width/2-breite/2;
	var oben  = screen.height/2-hoehe/2;

	NewWin = window.open(w_name, w_titel, "width="+breite+",height="+hoehe+",top="+oben+",left="+links+",toolbar=0 scrollbar=yes,location=0");
}

function startdownload(dlid){
		window.open('files/open.php?dlid='+dlid,'download','width=200,height=100');
}
