// images locate at /img/print/ folder

var projects_num = 2; // !!!!!!! insert new number of projects here
var project_type = new Array(projects_num);
var description = new Array(projects_num);
var project_link = new Array(projects_num);

project_type[1]  = "jpg";  // file-type of large image, icon images have jpg-extension only
description[1]   = "The Rise of Kobra";
project_link[1]  = "http://tinyurl.com/mf2pnm";

project_type[2]  = "jpg";
description[2]   = "Bigness Caribana Event Art";
project_link[2]  = "http://tinyurl.com/nahvdf";

