window.onload
{
	button0 = new Image(); 
	button0.src = "/wp-content/themes/cyprien/images/button_blogRollOver.png";

	button1 = new Image(); 
	button1.src = "/wp-content/themes/cyprien/images/button_fluxRollOver.png";

	button2 = new Image(); 
	button2.src = "/wp-content/themes/cyprien/images/button_twitterRollOver.png";

	button3 = new Image(); 
	button3.src = "/wp-content/themes/cyprien/images/comment_sendRollOver.png";

	button4 = new Image(); 
	button4.src = "/wp-content/themes/cyprien/images/contact_buttonRollOver.png";
	
	button5 = new Image(); 
	button5.src = "/wp-content/themes/cyprien/images/credits_buttonRollOver.png";

	button6 = new Image(); 
	button6.src = "/wp-content/themes/cyprien/images/searchRollOver.png";

}