function preloader() 
{ 
	loadimg0 = new Image();
	loadimg0.src = "graphic/bg_portal.gif";
	loadimg1 = new Image();
	loadimg1.src = "graphic/bginput.gif";
	loadimg2 = new Image();
	loadimg2.src = "graphic/claquete.jpg";
}