	//**************************************************************


	function ChangeTxt( NewTxt )
	{	
		obj = top.GWtopmiddle.document.all["ID_OnPicOverTxt"];
		HTML_line = NewTxt;
		obj.innerHTML = HTML_line;
	}
	
	function ChangeTxtStart()
	{
		ChangeTxt( '<span id="scrollpos">'+webtextempty+'</span>' );
	}
	
	function ChangeTxtNr( nr )
	{
		MyChangeTxt = "<span id=\"scrollpos2\">" + webteksten[nr] + "</span>";
		ChangeTxt( MyChangeTxt );
	}



	var webtextempty = "";
	var webteksten=new Array()
	webteksten[0]='to do...';
	webteksten[1]='Nefertiti, a great queen from the ancient Egypt. Visit the Egyptian Museum in Berlin. (1)';
	webteksten[2]='Marie Curie, scientist, best known as the discoverer of the radioactive elements polonium and radium and as the first person to win two Nobel prizes (2)';
	webteksten[3]='Oprah Winfrey. You really deserve to be in this list. Greetings from an admirer (3)';
	webteksten[4]='My dearest wife Kaori Chiba, ceramic artist, living in The Netherlands. This website is first and for all dedicated to you. - I love you - Walter (4)';
	webteksten[5]='Linda McCartney (5)';
	webteksten[6]='Click this for a text sample! - To my dearest mother Karen, who has always supported me. Kevin M. (Berkeley CA) (6)';
	webteksten[7]='Darlene, you are the greatest! Kisses, Peter (Houston, TX) (7)';
	webteksten[8]='Michelle, je t`aime. Francois C. (Lyon) (8)';
	webteksten[9]='For Corry - with eternal love... (9).';
	webteksten[10]='Mom, you are the greatest. Tessa, Jimmy and Dave (10)';
	webteksten[11]='This is just an example. These pixels could be yours... (11)';
	webteksten[12]='To Linda Simpson, singer of the English folk-rock group Magna Carta. What a great voice. Please check the Magna Carta websites! (12)';
	webteksten[13]='Support your idol for only 25 euro! Buy her your personal tribute. Click to see a sample of a free text block. (13)';
	webteksten[14]='This is just an example. These pixels could be yours... (14)';
	webteksten[15]='Mom, this e-flower is for you! Steve H. (This is just an example. These 20x20 pixels could be yours for 100 euro...) (15)';
	webteksten[16]='These pixels could be yours... (16)';
	webteksten[17]='Darling, you are my star! (This is just an example. These pixels could be yours...) (17)';
	webteksten[18]='Lucinda, I love you (This is just an example. These pixels could be yours...) (18)';
	webteksten[19]='Björk, you are my mysterious STAR! Frank K., Haarlem (The Netherlands). Please check my fan site. (These pixels could be yours...) (19)';
	webteksten[20]='This is just an example. These pixels could be yours... (20)';
	webteksten[21]='(E) Edith Piaf, you are the greatest singer! - This is just an example. These pixels could be yours... (21)';
	webteksten[22]='(R) Rosanne, I love you. - This is just an example. These pixels could be yours for 25 euro... (22)';
	webteksten[23]='From Ivana, for Julia Roberts. - This is just an example. These 300 pixels could be yours for 75 euro. (23)';
	webteksten[24]='I dedicate this to Yoko Ono. You are a fascinating artist. Michael B. (This is just an example. These pixels could be yours...) (24)';
	webteksten[25]='This PURPLE ROSE is just an example. These 1200 pixels could be yours for 300 euro. (25)';
	webteksten[26]='Joan Baez Joins Peace Mom`s Cause - CBS News, CRAWFORD, Texas, Aug. 22, 2005 (26)';
	webteksten[27]='Most inspring person of the year 2005: If a stranger brutally injured you, would you show mercy to your attacker? Victoria Ruvolo did exactly that. (27)';
	webteksten[28]='Rosa Louise McCauley Parks (1913 – 2005) was an African American civil rights activist, dubbed as the "mother of the modern-day Civil Rights Movement". (28)';
	webteksten[29]='Cindy Sheehan is an American anti-Iraq War activist. She is sometimes referred to by the media as the "Peace Mom". (29)';
	webteksten[30]='The first participant who proposes his girl friend though GreatWoman.com, will get a 50% reduction! So be quick! (30)';
	webteksten[31]='This is just an example. These pixels could be yours... (31)';
	webteksten[32]='This is just an example. These pixels could be yours... (32)';
	webteksten[33]='This is just an example. These pixels could be yours... (33)';
	webteksten[34]='This is just an example. These pixels could be yours... (34)';
	webteksten[35]='This is just an example. These pixels could be yours... (35)';
	webteksten[36]='This is just an example. These pixels could be yours... (36)';
	webteksten[37]='This is just an example. These pixels could be yours... (37)';
	webteksten[38]='This is just an example. These pixels could be yours... (38)';
	webteksten[39]='This is just an example. These pixels could be yours... (39)';
	webteksten[40]='This is just an example. These pixels could be yours... (40)';

	ChangeTxtStart();
	
	//