
/**
preload mouseover images here!


*/

img01 = new Image();
img01.src = "images/ukChildLeftOn200x199.jpg";

img02 = new Image();
img02.src = "images/frChildRightOn200x199.jpg";





/**

	go to Page!
	url = str
*/
function goToPage(url){

	
	window.location = url;


}


	

/*

function getTextByID(id){
	
	var text1 = "Frensh Version";
	var text2 = "English Version";
	var text3 = "Welcome to Oreo";
	var text4 = "Kraft Logo";
		
	
}

getTexByID(1);
*/

/*goToPage('http://www.test.de');*/

