var greetingImageJS; var dykImageJS; var parNumsJS; function assignParNums(){ parNumsJS = new Array(9); parNumsJS[0]= "0003"; parNumsJS[1]= "0004"; parNumsJS[2]= "0013"; parNumsJS[3]= "0010"; parNumsJS[4]= "0007"; parNumsJS[5]= "0002"; parNumsJS[6]= "0008"; parNumsJS[7]= "0009"; parNumsJS[8]= "0001"; } function assignGreetingImage(){ greetingImageJS = new Array(9); greetingImageJS[0]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configdykimage.ParsDYKImage.0003.GreetingImg.gif"; greetingImageJS[1]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configdykimage.ParsDYKImage.0004.GreetingImg.gif"; greetingImageJS[2]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configdykimage.ParsDYKImage.0013.GreetingImg.gif"; greetingImageJS[3]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configdykimage.ParsDYKImage.0010.GreetingImg.gif"; greetingImageJS[4]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configdykimage.ParsDYKImage.0007.GreetingImg.gif"; greetingImageJS[5]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configdykimage.ParsDYKImage.0002.GreetingImg.gif"; greetingImageJS[6]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configdykimage.ParsDYKImage.0008.GreetingImg.gif"; greetingImageJS[7]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configdykimage.ParsDYKImage.0009.GreetingImg.gif"; greetingImageJS[8]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configdykimage.ParsDYKImage.0001.GreetingImg.gif"; } function assignDYKImage(){ dykImageJS = new Array(9); dykImageJS[0]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configdykimage.ParsDYKImage.0003.DYKImg.gif"; dykImageJS[1]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configdykimage.ParsDYKImage.0004.DYKImg.gif"; dykImageJS[2]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configdykimage.ParsDYKImage.0013.DYKImg.gif"; dykImageJS[3]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configdykimage.ParsDYKImage.0010.DYKImg.gif"; dykImageJS[4]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configdykimage.ParsDYKImage.0007.DYKImg.gif"; dykImageJS[5]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configdykimage.ParsDYKImage.0002.DYKImg.gif"; dykImageJS[6]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configdykimage.ParsDYKImage.0008.DYKImg.gif"; dykImageJS[7]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configdykimage.ParsDYKImage.0009.DYKImg.gif"; dykImageJS[8]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configdykimage.ParsDYKImage.0001.DYKImg.gif"; } function testSessionCookie () { assignParNums(); assignGreetingImage(); assignDYKImage(); var pickedIndex = Math.floor(Math.random() * parNumsJS.length); var pickedParNum = getCookieValue("pickedParNum"); var totaldyk = getCookieValue("totaldyk"); //alert("pickedIndex/totaldyk is " + pickedIndex + "/" + 9); if(pickedParNum =="" || pickedParNum== null){ writeSessionCookie("pickedParNum",parNumsJS[pickedIndex]); writeSessionCookie("pickedIndex", pickedIndex); writeSessionCookie("totaldyk", 9); }else if(totaldyk!=9){ //alert ("reset cookie..."); writeSessionCookie("pickedParNum",parNumsJS[pickedIndex]); writeSessionCookie("pickedIndex", pickedIndex); writeSessionCookie("totaldyk", 9); } //return true; } testSessionCookie(); function randomImage(){ var img_name = new Array(21); img_name[0]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0001.File.tmp/arthouse_1.jpg"; img_name[1]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0002.File.tmp/esplanade_1.jpg"; img_name[2]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0003.File.tmp/katong_1.jpg"; img_name[3]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0004.File.tmp/chinatown_2.jpg"; img_name[4]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0005.File.tmp/chinatown_1.jpg"; img_name[5]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0006.File.tmp/chinatown_3.jpg"; img_name[6]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0007.File.tmp/indiantemple_1.jpg"; img_name[7]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0008.File.tmp/indiantemple_2.jpg"; img_name[8]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0009.File.tmp/kusu_1.jpg"; img_name[9]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0010.File.tmp/littleindia_1.jpg"; img_name[10]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0011.File.tmp/littleindia_2.jpg"; img_name[11]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0012.File.tmp/mosque_1.jpg"; img_name[12]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0013.File.tmp/raffleshotel_1.jpg"; img_name[13]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0014.File.tmp/stamfordraffles_1.jpg"; img_name[14]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0015.File.tmp/supremecourt_1.jpg"; img_name[15]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0016.File.tmp/tianhockkeng_1.jpg"; img_name[16]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0017.File.tmp/tanjongpagar_1.jpg"; img_name[17]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0018.File.tmp/church.gif"; img_name[18]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0019.File.tmp/indiantemple.gif"; img_name[19]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0020.File.tmp/mosque.gif"; img_name[20]= "http://www1.visitsingapore.com/publish/stbportal/de/config/configheritageimage.ParsResouseMgr.0021.File.tmp/mosque2.gif"; var selected = img_name[Math.floor(Math.random() * img_name.length)]; document.myrandomimage.src = selected; } function startclock(){ var thetime=new Date(); var nhours=thetime.getHours(); var nmins=thetime.getMinutes(); var nsecn=thetime.getSeconds(); var nday=thetime.getDay(); var nmonth=thetime.getMonth(); var ntoday=thetime.getDate(); var nyear=thetime.getYear(); var AorP= 0; var AorParray = new Array ('am','pm'); AorParray[0] = "am"; AorParray[1] = "pm"; var ndayarray = new Array ('Sun','Mon','Tue','Wed','Thu','Fri','Sat'); ndayarray[0] = " Sonntag"; ndayarray[1] = "Montag"; ndayarray[2] = "Dienstag"; ndayarray[3] = "Mittwoch"; ndayarray[4] = "Donnerstag"; ndayarray[5] = "Freitag"; ndayarray[6] = "Samstag"; var nmontharray = new Array('Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'); nmontharray[0] = "Januar"; nmontharray[1] = "Januar"; nmontharray[2] = "März"; nmontharray[3] = "April"; nmontharray[4] = "Mai"; nmontharray[5] = "Juni"; nmontharray[6] = "Juli"; nmontharray[7] = "August"; nmontharray[8] = "September"; nmontharray[9] = "Oktober"; nmontharray[10] = "November"; nmontharray[11] = "Dezember"; var greetingarray = new Array('', '', ''); greetingarray[0] = "http://www1.visitsingapore.com/publish/stbportal/de/config/configdatetime.Compdatetime.Single.AtomAMGreetingImg.gif"; greetingarray[1] = "http://www1.visitsingapore.com/publish/stbportal/de/config/configdatetime.Compdatetime.Single.AtomPMGreetingImg.gif"; greetingarray[2] = "http://www1.visitsingapore.com/publish/stbportal/de/config/configdatetime.Compdatetime.Single.AtomNTGreetingImg.gif" var sday = ""; var smonth = ""; var syear = ""; if(nhours>=18){ AorP = 1; msgGreeting = greetingarray[2]; }else if(nhours>=12){ AorP = 1; msgGreeting = greetingarray[1]; }else{ AorP = 0; msgGreeting = greetingarray[0]; } if(nhours>=13) nhours-=12; if(nhours==0) nhours=12; if(nsecn<10) nsecn="0"+nsecn; if(nmins<10) nmins="0"+nmins; if(nyear<=99) nyear= "19"+nyear; if((nyear>99) && (nyear<2000)) nyear+=1900; var clocklocation = document.getElementById('clockDiv'); if("1"=="1") clocklocation.innerHTML = nhours + ": " + nmins + AorParray[AorP] +", " + ndayarray[nday] + " " + ntoday + " " + nmontharray[nmonth] + " " + nyear; else if("1"=="2") clocklocation.innerHTML = nyear + syear + nmontharray[nmonth] + ntoday + sday + " " + nhours + ":" + nmins + AorParray[AorP] + ", " + ndayarray[nday]; else if("1"=="3") clocklocation.innerHTML = nhours + ": " + nmins + AorParray[AorP] +", " + ndayarray[nday] + " " + nmontharray[nmonth] + " " + ntoday + " " + nyear; else if("1"=="4") clocklocation.innerHTML = nyear + syear + " " + nmontharray[nmonth] + " " + ntoday + sday + " " + ndayarray[nday] + ", " + AorParray[AorP] + " " + nhours + ":" + nmins; setTimeout("startclock()", 1000); } with(menuStyle=new mm_style()){ itemwidth=100 onclass="dropdownover"; offclass="dropdown"; ondecoration="underline"; //onbgcolor="#FFFFB9"; onbgcolor="#F65F01" //offbgcolor="#FFFFFF"; offbgcolor="#750000"; //pagebgcolor="#FFFFB9"; pagebgcolor="#F65F01"; bordercolor="#990000"; borderstyle="solid"; borderwidth=1; separatorcolor="#990000"; separatorsize="1"; padding=5; oncolor="#FFFFFF"; offcolor="#FFFFFF"; overfilter="Fade(duration=0.2);Alpha(opacity=200);Shadow(color='#777777', Direction=135, Strength=5)"; } _menuCloseDelay=500 _menuOpenDelay=150 _subOffsetTop=5 _subOffsetLeft=-10 with(myMenuStyle=new mm_style()){ //menubgimage="http://www1.visitsingapore.com/publish/Images/siteimage_de/menu_bg.gif"; //pagebgimage="http://www1.visitsingapore.com/publish/Images/siteimage_de/menu_highlight.gif"; separatorsize=0; separatorpadding=0; //separatorimage="http://www1.visitsingapore.com/publish/Images/siteimage_de/menu_marker.gif"; padding=0; } //newsletter sign up var newWindow = null; function openWindow(f){ if(!isEmail_1(f.email.value)){ f.email.focus(); alert('Geben Sie bitte eine gültige E-Mail Adresse ein.'); return; }else{ newWindow = window.open('','newWindow','width=620,height=550,scrollbars=yes,toolbar=yes,resizable=yes,status=yes,menubar=yes'); f.submit(); return; } } with(milonic=new menuname("Über Singapur")){style=menuStyle;overflow="scroll";aI("text=Einzigartiges Singapur;url=http://www.visitsingapore.com/publish/stbportal/de/home/about_singapore/uniquely_singapore.html;");aI("text=Kampagne „Mehr als Worte“;url=http://www.visitsingapore.com/publish/stbportal/de/home/about_singapore/uniquely_singapore0.html;");aI("text=Geschichte in Kürze;url=http://www.visitsingapore.com/publish/stbportal/de/home/about_singapore/brief_history.html;");aI("text=Singapur Heute;url=http://www.visitsingapore.com/publish/stbportal/de/home/about_singapore/singapore_today.html;");aI("text=Bevölkerung und Geographische Lage;url=http://www.visitsingapore.com/publish/stbportal/de/home/about_singapore/demographic_and_geographical.html;");aI("text=Der Merlion ;url=http://www.visitsingapore.com/publish/stbportal/de/home/about_singapore/the_merlion.html;");aI("text=Das Wichtigste in Kürze;url=http://www.visitsingapore.com/publish/stbportal/de/home/about_singapore/travellers__essentials.html;");aI("text=Singapurs Tourismusverband im Ausland;url=http://www.visitsingapore.com/publish/stbportal/de/home/about_singapore/singapore_tourism0.html;");aI("text=Besucherzentren in Singapur;url=http://www.visitsingapore.com/publish/stbportal/de/home/about_singapore/singapore_visitors0.html;");aI("text=Unterhaltung;url=http://www.visitsingapore.com/publish/stbportal/de/home/about_singapore/fun_stuff.html;");}with(milonic=new menuname("Anreise nach Singapur")){style=menuStyle;overflow="scroll";aI("text=Reiseangebote;url=http://www.visitsingapore.com/publish/stbportal/de/home/getting_here/offers_from_your_country.html;");aI("text=Angebote in Singapur ;url=http://www.visitsingapore.com/publish/stbportal/de/home/getting_here/offers_in_singapore.html;");aI("text=Mit dem Auto nach Singapur;url=http://www.visitsingapore.com/publish/stbportal/de/home/getting_here/driving_into_singapore.html;");aI("text=Informationen für Transitreisende;url=http://www.visitsingapore.com/publish/stbportal/de/home/getting_here/infomation_for_transit.html;");aI("text=Mit dem Zug nach Singapur ;url=http://www.visitsingapore.com/publish/stbportal/de/home/getting_here/getting_to_singapore.html;");aI("text=Per Flugzeug ;url=http://www.visitsingapore.com/publish/stbportal/de/home/getting_here/air_travel.html;");}with(milonic=new menuname("Unterkünfte")){style=menuStyle;overflow="scroll";aI("text=Übernachtung in Singapur;url=http://www.visitsingapore.com/publish/stbportal/de/home/where_to_stay/accommodation_in_singapore.html;");aI("text=Hotels in Singapur;url=http://www.visitsingapore.com/publish/stbportal/de/home/where_to_stay/hotels_at_a_glance0.html;");aI("text=Zimmersuche;url=http://www.visitsingapore.com/publish/stbportal/de/home/where_to_stay/search_accomodation0.html;");aI("text=Jetzt Online buchen!;url=http://www.visitsingapore.com/publish/stbportal/de/home/where_to_stay/book_online_now_.html;");}with(milonic=new menuname("Gastronomie")){style=menuStyle;overflow="scroll";aI("text=Singapur: Asiens Hauptstadt der kulinarischen Genüsse ;url=http://www.visitsingapore.com/publish/stbportal/de/home/where_to_eat/singapore__the_food.html;");aI("text=F&B – die kulinarische Welt;url=http://www.visitsingapore.com/publish/stbportal/de/home/where_to_eat/f_b_experiences.html;");aI("text=Kulinarische Kurse;url=http://www.visitsingapore.com/publish/stbportal/de/home/where_to_eat/culinary_classes.html;");aI("text=Schlemmerreisen;url=http://www.visitsingapore.com/publish/stbportal/de/home/where_to_eat/food_tours.html;");aI("text=Gourmetfeste;url=http://www.visitsingapore.com/publish/stbportal/de/home/where_to_eat/food_events.html;");aI("text=Gourmetadressen;url=http://www.visitsingapore.com/publish/stbportal/de/home/where_to_eat/dining_precincts.html;");aI("text=Geschenke für Gourmets und Gutscheine;url=http://www.visitsingapore.com/publish/stbportal/de/home/where_to_eat/gourmet_gifts_and.html;");}with(milonic=new menuname("Programmauswahl")){style=menuStyle;overflow="scroll";aI("text=Veranstaltungskalender;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_do/calendar_of_events.html;");aI("text=Stadtrundgänge;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_do/free_and_easy_tours.html;");aI("text=Einkaufen;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_do/shopping.html;");aI("text=Beauty & Wellness;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_do/spa.html;");aI("text=Sportmöglichkeiten;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_do/sports.html;");aI("text=20 Vorschläge;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_do/20_unique_things_to.html;");aI("text=Singapurs Nachtleben;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_do/nightlife_in_singapore.html;");aI("text=Kunst und Unterhaltung;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_do/culture_arts___entertainment.html;");}with(milonic=new menuname("Sehenswertes")){style=menuStyle;overflow="scroll";aI("text=Reich der Tiere;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_see/animal_kingdom.html;");aI("text=Ethnische Viertel;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_see/ethnic_quarters.html;");aI("text=Singapur-Inseln;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_see/isles_of_singapore.html;");aI("text=Sehenswürdigkeiten und Denkmäler;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_see/landmarks_and_memorials.html;");aI("text=Museen;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_see/museums.html;");aI("text=Parks, Gärten & Naturschutzgebiete;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_see/parks___nature_reserves.html;");aI("text=Kultstätten;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_see/places_of_worship.html;");aI("text=Skulpturen und Volkskunst;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_see/sculptures.html;");aI("text=Singapore River;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_see/singapore_river.html;");aI("text=Vorstadtleben;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_see/suburban_living.html;");aI("text=Attraktionen;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_see/themed___other_attractions.html;");aI("text=Gedenkstätten zum 2. Weltkrieg;url=http://www.visitsingapore.com/publish/stbportal/de/home/what_to_see/world_war_ii_sites.html;");}with(milonic=new menuname("Mobilität vor Ort")){style=menuStyle;overflow="scroll";aI("text=Transportarten;url=http://www.visitsingapore.com/publish/stbportal/de/home/getting_around/transportation.html;");aI("text=Führungen;url=http://www.visitsingapore.com/publish/stbportal/de/home/getting_around/guides.html;");aI("text=Singapur-Tour;url=http://www.visitsingapore.com/publish/stbportal/de/home/getting_around/tours_in_singapore.html;");aI("text=Touren in der Region;url=http://www.visitsingapore.com/publish/stbportal/de/home/getting_around/touring_the_region.html;");}with(milonic=new menuname("Mice Home")){style=menuStyle;overflow="scroll";aI("text=Warum Singapur?;url=http://www.visitsingapore.com/publish/stbportal/de/home/mice_home/why_singapore.html;");aI("text=Über uns;url=http://www.visitsingapore.com/publish/stbportal/de/home/mice_home/about_us.html;");aI("text=BE in Singapore;url=http://www.visitsingapore.com/publish/stbportal/de/home/mice_home/be_in_singapore.html;");aI("text=Conference Ambassador Programme;url=http://www.visitsingapore.com/publish/stbportal/de/home/mice_home/conference_ambassador.html;");aI("text=Newsroom;url=http://www.visitsingapore.com/publish/stbportal/de/home/mice_home/newsroom0.html;");aI("text=Leisure;url=http://www.visitsingapore.com/publish/stbportal/de/home/mice_home/leisure_home.html;");}