//画像プリロード
count = 0;
data = new Array('');
prImg= new Array();
for (i=0; i<data.length; i++)
{prImg[i] = new Image();
prImg[i].src = data[i];}
