﻿function changecolor(i,t)
{
	if(parent.frames.length>1)
	{
		parent.frames[0].document.images.txt.src=t;
		for (var j = 1; j <= 9; j++)
		{
			if(j==i)
				parent.frames[0].document.images[j].src="images/logo_red.gif";
			else
				parent.frames[0].document.images[j].src="images/logo_green.gif";
		}
	}
}

function FrCh(seite,pfad)
{
	if(parent.location.href == location.href)
	{
		if(seite == "")
		{
			if(location.host == "kurt")
				var searchString = "http://" + location.host +"/firstlove/";
			else
				var searchString = "http://" + location.host +"/";
			var docString = "fr2="+location.href.substring(searchString.length);
			var x=pfad+'start.asp?' + docString; 
		}
		else
			x=seite
		location.replace(x);
	}
}



