function Insert_NL_Icon_Globe_Link (TheName)
                              {
                                theEmbedStr='';
                                theEmbedStr+='<a href="../KMZ/' + TheName + '.kmz" title="bekijk deze locatie in Google Earth" target="_blank"><IMG src="../GIF/globe_europe200x146NL.gif" alt="bekijk deze locatie in Google Earth" width="200" height="146" border="0"\r\nstyle="-moz-opacity:0.5; filter:alpha(opacity=50)"\r\nonmouseover="this.style.MozOpacity=\'1\';this.filters.alpha.opacity=\'100\'"\r\nonmouseout="this.style.MozOpacity=\'0.5\';this.filters.alpha.opacity=\'50\'"><\/a>';
                                document.writeln(theEmbedStr);
                                }

function Insert_NL_Icon_SmallGlobe_Link (TheName, TheGlobe, Height)
                              {
                                theEmbedStr='';
                                theEmbedStr+='<a href="../KMZ/' + TheName + '.kmz" title="bekijk deze locatie in Google Earth" target="_blank"><IMG src="../GIF/' + TheGlobe + '.gif" alt="bekijk deze locatie in Google Earth" width="200" height="' + Height + '" border="0"\r\nstyle="-moz-opacity:0.5; filter:alpha(opacity=50)"\r\nonmouseover="this.style.MozOpacity=\'1\';this.filters.alpha.opacity=\'100\'"\r\nonmouseout="this.style.MozOpacity=\'0.5\';this.filters.alpha.opacity=\'50\'"><\/a>';
                                document.writeln(theEmbedStr);
                                }

function Insert_NL_Text_Globe_Link (TheName)
                              {
                                theEmbedStr='';
                                theEmbedStr+='<a href="../KMZ/' + TheName + '.kmz" title="bekijk deze locatie in Google Earth" target="_blank">' + 'bekijk deze locatie in Google Earth' + '</a>';
                                document.writeln(theEmbedStr);
                                }


function Insert_NL_No_Globe ()
                              {
                                theEmbedStr='';
                                theEmbedStr+='<img src="../GIF/globe_europe200x146.gif" alt="" width="200" height="146" border="0"\r\nstyle="-moz-opacity:0.4; filter:alpha(opacity=40)">';
                                document.writeln(theEmbedStr);
                                }



function Insert_EN_Icon_Globe_Link (TheName)
                              {
                                theEmbedStr='';
                                theEmbedStr+='<a href="../KMZ/' + TheName + '.kmz" title="look at this location in Google Earth" target="_blank"><IMG src="../GIF/globe_europe200x146EN.gif" alt="look at this location in Google Earth" width="200" height="146" border="0"\r\nstyle="-moz-opacity:0.5; filter:alpha(opacity=50)"\r\nonmouseover="this.style.MozOpacity=\'1\';this.filters.alpha.opacity=\'100\'"\r\nonmouseout="this.style.MozOpacity=\'0.5\';this.filters.alpha.opacity=\'50\'"><\/a>';
                                document.writeln(theEmbedStr);
                                }

function Insert_EN_Icon_SmallGlobe_Link (TheName, TheGlobe, Height)
                              {
                                theEmbedStr='';
                                theEmbedStr+='<a href="../KMZ/' + TheName + '.kmz" title="look at this location in Google Earth" target="_blank"><IMG src="../GIF/' + TheGlobe + '.gif" alt="look at this location in Google Earth" width="200" height="' + Height + '" border="0"\r\nstyle="-moz-opacity:0.5; filter:alpha(opacity=50)"\r\nonmouseover="this.style.MozOpacity=\'1\';this.filters.alpha.opacity=\'100\'"\r\nonmouseout="this.style.MozOpacity=\'0.5\';this.filters.alpha.opacity=\'50\'"><\/a>';
                                document.writeln(theEmbedStr);
                                }

function Insert_EN_Text_Globe_Link (TheName)
                              {
                                theEmbedStr='';
                                theEmbedStr+='<a href="../KMZ/' + TheName + '.kmz" title="look at this location in Google Earth" target="_blank">' + 'look at this location in Google Earth' + '</a>';
                                document.writeln(theEmbedStr);
                                }


function Insert_EN_No_Globe ()
                              {
                                theEmbedStr='';
                                theEmbedStr+='<img src="../GIF/globe_europe200x146.gif" alt="" width="200" height="146" border="0"\r\nstyle="-moz-opacity:0.4; filter:alpha(opacity=40)">';
                                document.writeln(theEmbedStr);
                                }
