fName = ["http://www.rainbow-project.net/images/back.jpg","http://www.rainbow-project.net/images/background.jpg","http://www.rainbow-project.net/images/banner_blog.jpg","http://www.rainbow-project.net/images/banner_connect.jpg","http://www.rainbow-project.net/images/box_bottom.jpg","http://www.rainbow-project.net/images/box_middle.jpg","http://www.rainbow-project.net/images/box_top.jpg","http://www.rainbow-project.net/images/button_blog.jpg","http://www.rainbow-project.net/images/button_connect.jpg","http://www.rainbow-project.net/images/ce_title_background.jpg","http://www.rainbow-project.net/images/connect.jpg","http://www.rainbow-project.net/images/demo.jpg","http://www.rainbow-project.net/images/foot.jpg","http://www.rainbow-project.net/images/head.jpg","http://www.rainbow-project.net/images/next.jpg","http://www.rainbow-project.net/images/shadow_foot.jpg","http://www.rainbow-project.net/images/shadow_head.jpg","http://www.rainbow-project.net/images/shadow_main.jpg","http://www.rainbow-project.net/images/shadow_middle.jpg","http://www.rainbow-project.net/images/tite_rainbow_blog.jpg","http://www.rainbow-project.net/images/title_background.jpg","http://www.rainbow-project.net/images/title_connect.jpg","http://www.rainbow-project.net/images/title_rainbowproject.jpg","http://www.rainbow-project.net/images/title_site_policy.jpg"];
prIMG = new Array();
for (i=0; i<fName.length; i++)
{
prIMG[i] = new Image();
prIMG[i].src = fName[i];
}
