<!-- Begin

/**
 * Esecuzione
 */

var width= screen.width;
if (width<800) width=800;
var leftValue= (width-680)/2;
setLayerProperty("container","left","leftValue");

preload.preload= true;
preload.start= true;

imgChiSiamoDown= new lib_createImage("images/home/chisiamo_2.gif");
imgAreaCandidatiDown= new lib_createImage("images/home/area_candidati_2.gif");
imgAreaAziendeDown= new lib_createImage("images/home/area_aziende_2.gif");
imgCorsiDown= new lib_createImage("images/home/corsi_2.gif");
//imgEmailDown= new lib_createImage("images/home/mail_2.gif");
imgFrameGrigioDown= new lib_createImage("images/home/frame_grigio_2.gif");
imgFrameRossoDown= new lib_createImage("images/home/frame_rosso_2.gif");
imgFrameNeroDown= new lib_createImage("images/home/frame_nero_2.gif");

imgChiSiamoUp= new lib_createImage("images/home/chisiamo_1.gif");
imgAreaCandidatiUp= new lib_createImage("images/home/area_candidati_1.gif");
imgAreaAziendeUp= new lib_createImage("images/home/area_aziende_1.gif");
imgCorsiUp= new lib_createImage("images/home/corsi_1.gif");
//imgEmailUp= new lib_createImage("images/home/mail_1.gif");
imgFrameGrigioUp= new lib_createImage("images/home/frame_grigio_1.gif");
imgFrameRossoUp= new lib_createImage("images/home/frame_rosso_1.gif");
imgFrameNeroUp= new lib_createImage("images/home/frame_nero_1.gif");

preload.ok= true;

// End -->