window.name = "main";
    function emailzzn(name){
      window.open("http://cityindex.zzn.com/email/french/login/login.asp","email","width=620,height=450,directories=yes,toolbar=yes,resizable=yes,menubar=yes,scrollbars=yes");
    }
    function weather(name){
      window.open("http://www.meteoconsult.fr/ter/france/prevision/detail.php?ville=Monaco&num_ville=3416","weather","width=600,height=450,directories=no,toolbar=no,resizable=yes,menubar=no,scrollbars=yes");
    }
    function events(name){
      window.open("http://www.sbm.mc/fr.html/cal_index.html","diary","width=600,height=450,directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=yes");
    }
    function france3info(name){
      window.open("http://france3.fr","infos","width=640,height=450,directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=yes");
    }
    function atm(name){
      window.open("http://www.atmlocator.info/","atm","width=600,height=450,directories=no,toolbar=no,resizable=yes,menubar=no,scrollbars=yes");
    }
    function astrology(name){
      window.open("http://www.asiaflash.com/parjour.html","horoscope","width=550,height=450,directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=yes");
    }
    function currency(name){
      window.open("http://www.oanda.com/converter/classic?user=cityindex&lang=fr","ccyconvert","width=610,height=420,directories=no,toolbar=no,resizable=yes,menubar=no,scrollbars=no");
    }
    function stocks(name){
      window.open("http://www.boursorama.com","bourse","width=600,height=450,directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=yes");
    }
    function translater(name){
      window.open("http://www.tranexp.com:2000/InterTran?","translater","width=600,height=450,directories=no,toolbar=no,resizable=yes,menubar=no,scrollbars=yes");
    }
    function sms(name){
      window.open("http://www.lycos.fr/service/sms/","sms","width=600,height=450,directories=no,toolbar=no,resizable=yes,menubar=no,scrollbars=yes");
    }
    function sitelink(name){
      window.open("http://tourist-city-info.com/linkmcarlofr.html","sitelink","width=550,height=230,directories=no,toolbar=no,resizable=yes,menubar=no,scrollbars=yes");
    }
    function goodday(name){
          window.open("http://tourist-city-info.com/gooddaymcarlofr.html","goodday","width=420,height=320,directories=no,toolbar=no,resizable=yes,menubar=no,scrollbars=yes");
    }
    function helpimageurl(name){
          window.open("http://tourist-city-info.com/helpimageurlfr.html","help","width=250,height=270,directories=no,toolbar=no,resizable=yes,menubar=no,scrollbars=no");
    }
    function genpopup(theURL){
        	      window.open(theURL,"location","width=400,height=300,directories=no,toolbar=no,resizable=yes,menubar=no,scrollbars=yes");
    }
    function gendisclaimer(name){
      window.open("http://tourist-city-info.com/gendisclaimerfr.html","disclaimer","width=300,height=150,directories=no,toolbar=no,resizable=yes,menubar=no,scrollbars=no");
    }
    function email(name){
        var popurl = 'http://tourist-city-info.com/emailfr.html';
        var w = 220;
    	var h = 50;
            var winl = (screen.width - w) / 2;
    	var wint = (screen.height - h) / 2;
    	var winprops = 'width='+w+',height='+h+',top='+wint+',left='+winl+',directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=no';
    	var popname = 'email';
                    window.open(popurl,popname,winprops);
        }
    function calculator(name){
                          window.open("http://tourist-city-info.com/calculate.html","calculate","width=620,height=450,directories=no,toolbar=no,resizable=yes,menubar=no,scrollbars=yes");
    }
    
// Clock Script Generated By Maxx Blade's Clock v2.0
// http://www.maxxblade.co.uk/clock
    
    function timeSource(){
       x=new Date(timeNow().getUTCFullYear(),timeNow().getUTCMonth(),timeNow().getUTCDate(),timeNow().getUTCHours(),timeNow().getUTCMinutes(),timeNow().getUTCSeconds());
       x.setTime(x.getTime()+daylightSaving()+3600000);
       return x;
    }
    function timeNow(){
       return new Date();
    }
    function daylightSaving(){
       return ((timeNow().getTime()>findDay(0,2,0,-1).getTime())&&(timeNow().getTime()<findDay(0,9,2,-1).getTime()))?3600000:0;
    }
    function findDay(d,m,h,p){
       var week=(p<0)?7*(p+1):7*(p-1),nm=(p<0)?m+1:m,x=new Date(timeNow().getUTCFullYear(),nm,1,h,0,0),dOff=0;
       if(p<0){
          x.setTime(x.getTime()-86400000);
       }
       if(x.getDay()!=d){
          dOff=(x.getDay()<d)?(d-x.getDay()):0-(x.getDay()-d);
          if(p<0&&dOff>0){
             week-=7;
          }
          if(p>0&&dOff<0){
             week+=7;
          }
          x.setTime(x.getTime()+((dOff+week)*86400000));
       }
       return x;
    }
    function leadingZero(x){
       return (x>9)?x:'0'+x;
    }
    function displayTime(){
       if(fr==0){
          fr=1;
          document.write('<font size=3 face=Arial color=yellow><b><span id="tP">'+eval(outputTime)+'</span></b></font>');
       }
       tP.innerText=eval(outputTime);
       setTimeout('displayTime()',1000);
    }
    var fr=0;
var outputTime="' '+leadingZero(timeSource().getHours())+':'+leadingZero(timeSource().getMinutes())+':'+leadingZero(timeSource().getSeconds())";
  