// ROLLOVER-FUNKTIONEN
// ###################

function over(pos_hl,name_hl)
{
	if (window.parent.lastclickp==pos_hl){}
	else 
	{
		document.images[pos_hl].src='shared/gif/navi/./'+name_hl+'_on.gif'
	}
}

function press(pos_pr,name_pr)
{
	if (window.parent.lastclickp!=null)
	{
		document.images[window.parent.lastclickp].src='shared/gif/navi/./'+window.parent.lastclickn+'.gif';
	}
	document.images[pos_pr].src='shared/gif/navi/./'+name_pr+'_on.gif';
	window.parent.lastclickp=pos_pr;
	window.parent.lastclickn=name_pr;
}

function uncolored(pos_uc,name_uc)
{
	if (window.parent.lastclickp==pos_uc){}
	else 
	{
		document.images[pos_uc].src='shared/gif/navi/./'+name_uc+'.gif'
	}
}

// PERSON ROLLOVER
// ###############

function overPerson(pos_hl,name_hl)
{
	if (window.parent.lastclickp==pos_hl){}
	else 
	{
		document.images[pos_hl].src='person/bilder/./'+name_hl+'_on.jpg'
	}
}

function uncoloredPerson(pos_uc,name_uc)
{
	if (window.parent.lastclickp==pos_uc){}
	else 
	{
		document.images[pos_uc].src='person/bilder/./'+name_uc+'.jpg'
	}
}

// FENSTER-FUNKTIONEN
// ##################

function fensterWeiterempfehlen()
{
	fenster = window.open("http://www.einfachgesagt.com/weiterempfehlen/weiterempfehlen.php","einfachWeiterempfehlen","width=420,height=290,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no");
	fenster.moveTo(screen.width/2-210,screen.height/2-145);
	fenster.focus();
}

function fensterFotoCd()
{
	fenster = window.open("http://www.einfachgesagt.com/fotoCd/index.php","einfachFotoCd","width=800,height=540,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no");
	fenster.moveTo(screen.width/2-400,screen.height/2-270);
	fenster.focus();
}

function onlineAnfrage()
{
	fenster = window.open("http://www.einfachgesagt.com/kontakt/anfrage.php","einfachAnfragen","width=420,height=420,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no");
	fenster.moveTo(screen.width/2-210,screen.height/2-210);
	fenster.focus();
}
