function displaymessage()
{
var conTinent0 = new GIcon(G_DEFAULT_ICON);
conTinent0.image = 'images/cedarlogo.png';
conTinent0.iconSize = new GSize(30, 28); 
conTinent0.iconAnchor = new GPoint(0, 0);
conTinent0.infoWindowAnchor = new GPoint(6,0);
conmarker0 = new GMarker( new GLatLng(48.884134, 2.367897), conTinent0);
GEvent.addListener(conmarker0, 'click', function(){
conmarker0.openExtInfoWindow(
map, 
'custom_info_window_red', 
'<div class=title>LF Europe Main Office!</div>'+
'<div class=section1><p><br><br/><b>LF Europe</b><br> Georges Abi Raad <br> Tel:<br> +33 6 64 97 75 51 <br> Fax:<br> +33 9 55 29 75 51 <br>  <a href=Mailto:europe@lebanese-forces.com>europe@lebanese-forces.com</font></a>"</p></div>',
{beakOffset: 0}
);
});
map.addOverlay(conmarker0);
var conTinent1 = new GIcon(G_DEFAULT_ICON);
conTinent1.image = 'images/cedarlogo.png';
conTinent1.iconSize = new GSize(30, 28); 
conTinent1.iconAnchor = new GPoint(0, 0);
conTinent1.infoWindowAnchor = new GPoint(6,0);
conmarker1 = new GMarker( new GLatLng(-33.867139, 151.207114), conTinent1);
GEvent.addListener(conmarker1, 'click', function(){
conmarker1.openExtInfoWindow(
map, 
'custom_info_window_red', 
'<div class=title>LF Australia Main Office!</div>'+
'<div class=section1><p><br><br/><b>LF Australia</b><br> Joseph El Alam <br> Tel:<br> +61 408 470 226 <br> <br><a href=Mailto:australia@lebanese-forces.com>australia@lebanese-forces.com</font></a>"</p></div>',
{beakOffset: 1}
);
});
map.addOverlay(conmarker1);
var conTinent2 = new GIcon(G_DEFAULT_ICON);
conTinent2.image = 'images/cedarlogo.png';
conTinent2.iconSize = new GSize(30, 28); 
conTinent2.iconAnchor = new GPoint(0, 0);
conTinent2.infoWindowAnchor = new GPoint(6,0);
conmarker2 = new GMarker( new GLatLng(7.863382, 3.977051), conTinent2);
GEvent.addListener(conmarker2, 'click', function(){
conmarker2.openExtInfoWindow(
map, 
'custom_info_window_red', 
'<div class=title>LF Africa Main Office!</div>'+
'<div class=section1><p><br><br/><b>LF Africa</b><br> Pierre Hage <br> Tel:<br> +22 6 50 373737 <br> Fax:<br> +22 6 76 555050 <br>  <a href=Mailto:africa@lebanese-forces.com>africa@lebanese-forces.com</font></a>"</p></div>',
{beakOffset: 2}
);
});
map.addOverlay(conmarker2);
var conTinent3 = new GIcon(G_DEFAULT_ICON);
conTinent3.image = 'images/cedarlogo.png';
conTinent3.iconSize = new GSize(30, 28); 
conTinent3.iconAnchor = new GPoint(0, 0);
conTinent3.infoWindowAnchor = new GPoint(6,0);
conmarker3 = new GMarker( new GLatLng(10.583672, -66.864853), conTinent3);
GEvent.addListener(conmarker3, 'click', function(){
conmarker3.openExtInfoWindow(
map, 
'custom_info_window_red', 
'<div class=title>LF SouthAmerica Main Office!</div>'+
'<div class=section1><p><br><br/><b>LF SouthAmerica</b><br> Georges Makhlouf <br> Tel:<br> +58 41 2554 4549 <br> <br><a href=Mailto:samerica@lebanese-forces.com>samerica@lebanese-forces.com</font></a>"</p></div>',
{beakOffset: 3}
);
});
map.addOverlay(conmarker3);
//var conTinent4 = new GIcon(G_DEFAULT_ICON);
//conTinent4.image = 'images/cedarlogo.png';
//conTinent4.iconSize = new GSize(30, 28); 
//conTinent4.iconAnchor = new GPoint(0, 0);
//conTinent4.infoWindowAnchor = new GPoint(6,0);
//conmarker4 = new GMarker( new GLatLng(38.924695, -77.007294), conTinent4);
//GEvent.addListener(conmarker4, 'click', function(){
//conmarker4.openExtInfoWindow(
//map, 
//'custom_info_window_red', 
//'<div class=title>LF NorthAmerica Main Office!</div>'+
//'<div class=section1><p><br><br/><b>LF NorthAmerica</b><br> Joseph Gebeily <br> Tel:<br> 001 3015406166 <br> Fax:<br> 001 2404981895 <br>  <a href=Mailto:namerica@lebanese-forces.com>namerica@lebanese-forces.com</font></a>"</p></div>',
//{beakOffset: 4}
//);
//});
//map.addOverlay(conmarker4);
var conTinent5 = new GIcon(G_DEFAULT_ICON);
conTinent5.image = 'images/cedarlogo.png';
conTinent5.iconSize = new GSize(30, 28); 
conTinent5.iconAnchor = new GPoint(0, 0);
conTinent5.infoWindowAnchor = new GPoint(6,0);
conmarker5 = new GMarker( new GLatLng(40.028666, 116.464691), conTinent5);
GEvent.addListener(conmarker5, 'click', function(){
conmarker5.openExtInfoWindow(
map, 
'custom_info_window_red', 
'<div class=title>LF Asia Main Office!</div>'+
'<div class=section1><p><br><br/><b>LF Asia</b><br> Asia <br> <br><br><a href=Mailto:aleghtirab@lebanese-forces.com>aleghtirab@lebanese-forces.com</font></a>"</p></div>',
{beakOffset: 5}
);
});
map.addOverlay(conmarker5);
}


