function cacheMe(oils, oilsImg, acrylics, pencils, other)
{
for(var i=0; i < oils.length; i++)
{
oilsImg[i]=new Image();
oilsImg[i].src="./images/paintings/thumbs/oil/" + oils[i];
}
}