HOCHEDEL - SWISS PREMIUM MAGAZINE

Logo Techart Logo ZBÄREN
HOCHEDEL Partnership with leading brands

Vous trouverez toutes les informations sur nos tarifs, nos lecteurs et l'ensemble des interlocuteurs de HOCHEDEL ci-dessous:

 

Media 2010/11 English   

Media 2010/11 German    

 

General Terms and Conditions 

var bilder = new Array(); var titel = new Array(); var links = new Array(); bilder[0] = "images/hochedel/he_ad_ds_01.jpg"; bilder[1] = "images/hochedel/he_ad_ds_02.jpg"; bilder[2] = "images/hochedel/he_ad_ds_03.jpg"; bilder[3] = "images/hochedel/he_ad_ds_04.jpg"; bilder[4] = "images/hochedel/he_ad_ds_05.jpg"; bilder[5] = "images/hochedel/he_ad_ds_06.jpg"; bilder[6] = "images/hochedel/he_ad_ds_07.jpg"; bilder[7] = "images/hochedel/he_ad_ds_08.jpg"; bilder[8] = "images/hochedel/he_ad_ds_09.jpg"; bilder[9] = "images/hochedel/he_ad_ds_10.jpg"; bilder[10] = "images/hochedel/he_ad_ds_11.jpg"; titel[0] = "©  Poroli Special Boats"; titel[1] = "©  TECHART Schweiz"; titel[2] = " © Mafi Schweiz GmbH"; titel[3] = " © Küng AG Saunabau"; titel[4] = " © Zbären Kreativküchen AG"; titel[5] = "©  Poroli Special Boats"; titel[6] = " © Waldis Büro und Wohnen AG"; titel[7] = " © TECHART Schweiz"; titel[8] = " © SITAG AG"; titel[9] = " © Lorenz Bach"; titel[10] = " © Poroli Special Boats"; links[0] = "http://www.poroli.ch"; links[1] = "http://www.techart.ch"; links[2] = "http://www.mafi-naturholzboden.ch"; links[3] = "http://www.küngsauna.ch"; links[4] = "http://www.zbaeren.ch"; links[5] = "http://www.poroli.ch"; links[6] = "http://www.waldis-ag.ch"; links[7] = "http://www.techart.ch"; links[8] = "http://www.sitag.ch"; links[8] = "http://www.hochedel.ch/mediadaten.xhtml"; links[10] = "http://www.poroli.ch"; var timer = 3500; var arraylaenge = bilder.length; //var index = Math.floor(Math.random() * arraylaenge); var index=0; var Bildstring = '
' + ''; function Bildwechsel () { if (index == arraylaenge-1) { index = 0; } else { index++; } Bildstring = '
' + ''; document.getElementById("contentPic").innerHTML = Bildstring; setTimeout("Bildwechsel()", timer); } function Bildanzeige () { document.getElementById("contentPic").innerHTML = Bildstring; Bildwechsel(); }