/* */ function infolinkBox() { function createURL(loc,tgt) { this.location = loc; this.target = tgt; } this.AddURL = function my_AddURL(index, location, target) { this.urls[index] = new createURL(location, target); } this.GetURL = function my_GetURL(index) { return this.urls[index]; } this.Get3DObjectURL = function my_Get3DObjectURL(node) { urlid = this.objectURLs[node]; return urlid ? this.urls[urlid] : null; }; this.AddMapElementURL = function my_AddMapElementURL(cat, elem, id, url, target) { if (cat!="links") return; this.mapElementURLs[elem] = new createURL(url, target); this.mapElementURLsByID[id] = new createURL(url, target); }; this.GetMapElementURL = function my_GetMapElementURL(cat,elem) { if (cat!="links") return null; url = this.mapElementURLs[elem]; return url; }; this.GetMapElementURLByID = function my_GetMapElementURLByID(id) { url = this.mapElementURLsByID[id]; return url; }; this.GetMapElementTopicID = function my_GetMapElementTopicID(cat, elem) { if (cat!="forum") return null; topic_id = elem.substr(12); return topic_id; } this.Get3DObjectTopicID = function my_Get3DObjectTopicID(node) { return this.objectTopicIDs[node]; } // Constructor code { this.urls = new Array(); this.urls[39] = new createURL("http://www.virtueeltilburg.nl/bolfoto/javaviewer.html","new"); this.urls[38] = new createURL("http://www.virtueeltilburg.nl/bolfoto/javaviewer.html","new"); this.urls[37] = new createURL("http://www.virtueeltilburg.nl/bolfoto/javaviewer.html","new"); this.urls[36] = new createURL("http://www.virtueeltilburg.nl/bolfoto/javaviewer.html","new"); this.urls[15] = new createURL("http://video.uvt.nl/public/diensten/veb/tt17.wmv","popup"); this.urls[14] = new createURL("http://www.santenco.nl/wwwnieuw/tilburg1.htm","new"); this.urls[13] = new createURL("http://www.burolubbers.nl/973_heuvelplein.html","new"); this.urls[12] = new createURL("heuvelplein_karres_en_brands.pdf","new"); this.urls[40] = new createURL("http://www.virtueeltilburg.nl/bolfoto/javaviewer.html","new"); this.urls[41] = new createURL("http://www.virtueeltilburg.nl/bolfoto/javaviewer.html","new"); this.objectURLs = new Array(); this.objectURLs["/birdview/tangent_bolfotos04"]=39; this.objectURLs["/birdview/tangent_bolfotos03"]=38; this.objectURLs["/birdview/tangent_bolfotos01"]=37; this.objectURLs["/birdview/tangent_bolfotos00"]=36; this.objectURLs["/spoorlaan/sprl_printburg"]=15; this.objectURLs["/laag_c/info/sant_info"]=14; this.objectURLs["/laag_b/info/lub_info"]=13; this.objectURLs["/laag_a/info/knb_info"]=12; this.objectURLs["/birdview/tangent_bolfotos05"]=40; this.objectURLs["/birdview/tangent_bolfotos02"]=41; this.mapElementURLs = new Array(); this.mapElementURLsByID = new Array(); this.mapElementURLs["NS website"]= new createURL("http://www.ns.nl", "new"); this.mapElementURLsByID[13]= new createURL("http://www.ns.nl", "new"); this.mapElementURLs["interpolis"]= new createURL("http://www.interpolis.nl", "new"); this.mapElementURLsByID[16]= new createURL("http://www.interpolis.nl", "new"); this.mapElementURLs["Spoorwegmuseum NS"]= new createURL("http://www.spoorwegmuseum.nl/nl/index.html", "new"); this.mapElementURLsByID[8]= new createURL("http://www.spoorwegmuseum.nl/nl/index.html", "new"); this.mapElementURLs["Animatie zijkant brug"]= new createURL("http://www.cebra.eu/download/brug_zijkant.wmv", "popup"); this.mapElementURLsByID[28]= new createURL("http://www.cebra.eu/download/brug_zijkant.wmv", "popup"); this.mapElementURLs["Tilburg Spoorzone"]= new createURL("http://www.tilburgspoorzone.nl", "new"); this.mapElementURLsByID[20]= new createURL("http://www.tilburgspoorzone.nl", "new"); this.mapElementURLs["Westpoint"]= new createURL("http://www.westpoint-tilburg.nl", "new"); this.mapElementURLsByID[22]= new createURL("http://www.westpoint-tilburg.nl", "new"); this.mapElementURLs["Hall of Fame"]= new createURL("http://www.dehalloffame.nl", "new"); this.mapElementURLsByID[23]= new createURL("http://www.dehalloffame.nl", "new"); this.mapElementURLs["De Stadsheer"]= new createURL("http://www.destadsheer.nl", "new"); this.mapElementURLsByID[25]= new createURL("http://www.destadsheer.nl", "new"); this.mapElementURLs["Stichting Spoorzone Theresia"]= new createURL("http://www.spoorzonetheresia.nl", "new"); this.mapElementURLsByID[26]= new createURL("http://www.spoorzonetheresia.nl", "new"); this.mapElementURLs["Project CHER Spoorzone"]= new createURL("http://www.fontys.nl/bilan/cherweb/", "new"); this.mapElementURLsByID[27]= new createURL("http://www.fontys.nl/bilan/cherweb/", "new"); this.mapElementURLs["Animatie voorkant brug"]= new createURL("http://www.cebra.eu/download/brug_voorkant.wmv", "popup"); this.mapElementURLsByID[29]= new createURL("http://www.cebra.eu/download/brug_voorkant.wmv", "popup"); this.mapElementURLs["Het Deprez gebouw"]= new createURL("http://monumenten.brabant.nl/monument/stoomketelfabriek", "new"); this.mapElementURLsByID[34]= new createURL("http://monumenten.brabant.nl/monument/stoomketelfabriek", "new"); this.mapElementURLs["Het Deprez gebouw"]= new createURL("http://monumenten.brabant.nl/monument/stoomketelfabriek", "new"); this.mapElementURLsByID[35]= new createURL("http://monumenten.brabant.nl/monument/stoomketelfabriek", "new"); this.mapElementURLs["Animatie Hall of Fame"]= new createURL("http://vimeo.com/24541326", "new"); this.mapElementURLsByID[36]= new createURL("http://vimeo.com/24541326", "new"); this.objectTopicIDs = new Array(); } } ctl.RegisterInfoLink(new infolinkBox());