4c4 < --- > 33,40d32 < var known_already=""; < var lhcandidate=''; < var lhready=false; < var overcnt=0; < < var lhcandidate=''; < var lhready=false; < 78d69 < known_already=location.search.split('country=')[1] ? decodeURIComponent(location.search.split('country=')[1].split('&')[0]) : ''; 115,136d105 < < if (known_already != "") { < document.getElementById("myCountrySearchField").value=known_already; < setTimeout(atw, 2000); < } < } < < function atw() { < if (known_already != "") { < document.getElementById("myCountrySearchField").value=known_already; < var iii=myCountriesArray.indexOf(known_already); < known_already=""; < if (iii >= 0) { < document.getElementById('atload').title=myCodesArray[iii] + ';' + myCapitalsArray[iii]; < document.getElementById('atload').className="mysuggestions"; < document.getElementById('atload').innerHTML=myCountriesArray[iii]; < lhcandidate=document.getElementById('atload'); < lhready=true; < overcnt=1; < setTimeout(makeSelection,800); < } < } 152d120 < //alert(65); 230,231d197 < myTempDiv.onmouseover = overmakeSelection; < myTempDiv.onmouseout = outmakeSelection; 343,367d308 < function overandout() { < if (lhcandidate != '' && overcnt == 1) { < overcnt=0; < lhready=true; < makeSelection(null); < } < } < < function overmakeSelection(evt) { < overcnt++; < if (evt) { < lhcandidate = evt.target; < } else { < lhcandidate = window.event.srcElement; < } < setTimeout(overandout, 2000); < } < < function outmakeSelection(evt) { < if (overcnt > 0) { overcnt--; } < lhcandidate=''; < lhready=false; < } < < 379,381c320 < if (lhcandidate != '' && lhready) { < var myThisDiv = lhcandidate; < } else if (evt) { --- > if (evt) { 390,394c329 < if (lhcandidate != '' && lhready) { < document.getElementById('ddcapital').innerHTML='
'; < } else { < document.getElementById('mytableideas').innerHTML='
'; < } --- > document.getElementById('mytableideas').innerHTML='
'; 407c342 < if (lhcandidate == '' || !lhready) { document.getElementById("mypopups").innerHTML = ""; } --- > document.getElementById("mypopups").innerHTML = ""; 495,497d429 < //if (lhcandidate != '' && lhready) { < //xgbit(); < //} else { 499d430 < //} 505,511d435 < document.getElementById('semail').innerHTML="📧"; < if (lhcandidate == '' || !lhready) { document.getElementById('ddcapital').innerHTML=''; } < if (document.getElementById('atload').innerHTML != '') { < lhcandidate=''; < lhready=false; < document.getElementById('atload').innerHTML=''; < } 514d437 < if (lhcandidate == '' || !lhready) { 517d439 < } 519c441 < document.getElementById('dcapital').innerHTML=' ' + document.getElementById("myCountrySearchField").value; --- > document.getElementById('dcapital').innerHTML=''; 521c443 < document.getElementById('dcapital').innerHTML=' ' + document.getElementById("myCountrySearchField").value + "'s capital city is " + myThisCapital; --- > document.getElementById('dcapital').innerHTML="'s capital city is " + myThisCapital; 525c447 < if (lhcandidate == '' || !lhready) { window.open("https://translate.google.com/" + bitsbetween + "#en|" + myThisLanguageCode + "|Hello%20from%20Sydney%20in%20Australia.".replace(bhuh,"/").replace(bhuh,"/"), myThisLanguageCode, "left=500,top=10,width=800,height=360"); } --- > window.open("https://translate.google.com/" + bitsbetween + "#en|" + myThisLanguageCode + "|Hello%20from%20Sydney%20in%20Australia.".replace(bhuh,"/").replace(bhuh,"/"), myThisLanguageCode, "left=500,top=10,width=800,height=360"); 535c457 < if ((lhcandidate == '' || !lhready) && mylangs[imylangs] != '') { window.open("https://translate.google.com/" + bitsbetween + "#en|" + mylangs[imylangs] + "|Hello%20from%20Sydney%20in%20Australia.".replace(bhuh,"/").replace(bhuh,"/"), mylangs[imylangs], "left=500,top=" + eval((imylangs + 1) * 2) + "10,width=800,height=360"); } --- > if (mylangs[imylangs] != '') window.open("https://translate.google.com/" + bitsbetween + "#en|" + mylangs[imylangs] + "|Hello%20from%20Sydney%20in%20Australia.".replace(bhuh,"/").replace(bhuh,"/"), mylangs[imylangs], "left=500,top=" + eval((imylangs + 1) * 2) + "10,width=800,height=360"); 544,546d465 < lhcandidate=''; < lhready=false; < overcnt=0; 554c473 <

RJM Programming - December 2013

--- >

RJM Programming - December 2013

556c475 < Please enter your country name:

--- > Please enter your country name:

830d748 <