//Load IMG
var pi = new Array();
var imgPrefix = 'http://'+window.location.hostname+'/themes/amacor/main/img/';
pi[0]= new Image;
pi[0].src = imgPrefix+'siteMap-on.png';
pi[1]= new Image;
pi[1].src = imgPrefix+'siteMap.png';
pi[2]= new Image;
pi[2].src = imgPrefix+'print-on.png';
pi[3]= new Image;
pi[3].src = imgPrefix+'print.png';

