/* In this file you will find custom scripts for the different pages */

/* Showcase homepage */

function roll_over(img_name, img_src)
   {
   document[img_name].src = img_src;
   }
