//////////////////////////////////////////////////////////////////////////////////////////////////////////////
// FUNKTIONEN FÜR MICROSITE CHAMBRES /////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
// © 2003 RDTS AG, TRIER                        //////////////////////////////////////////////////////////////
// WWW.HOTELMEYER.LU                            //////////////////////////////////////////////////////////////
// AUTOR: DF                                    //////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////

function microsite_chambres(string_){
  if (string_){
    var microsite_chambres = window.open('microsite_chambres.htm?'+ string_, 'microsite_chambres', 'width=481,height=336');
    microsite_chambres.focus();
  }  
}