﻿var image = new Array()
// Array mit allen Daten
// [<Bild: groß>, <Bild: klein>, <link>, <target>]


image[0] = ["templates/html/master/img/big/TDS_IT-Personalservices.jpg", "templates/html/master/img/small/PS.jpg", "http://www.tds.de/tds.com", "_self"];
image[1] = ["templates/html/master/img/big/TDS_IT-Outsourcing.jpg", "templates/html/master/img/small/ITO.jpg", "http://www.tds.de/tds.com/index.php?StoryID=2569&page=", "_self"];

image[2] = ["templates/html/master/img/big/TDS_HR-Services-Software.jpg", "templates/html/master/img/small/HR.jpg", "http://www.tds.de/tds.com/index.php?StoryID=2568&page=", "_self"];

image[3] = ["templates/html/master/img/big/TDS_SAP-Services.jpg", "templates/html/master/img/small/SAP.jpg", "http://www.tds.de/tds.com/index.php?StoryID=2607&page=", "_self"];
//image[3] = ["templates/html/master/img/big/1216fmv.jpg", "templates/html/master/img/small/homepagefeature_25x20_.jpg", "http://www.lycos.de", "_blank"];




