function pulldown(){    x = document.pulldownmenu.pulldownmore.selectedIndex;    if (x == 0) { return ;}    if (x == 1) { self.location = 'http://news.christiansunite.com/africa.shtml';}    if (x == 2) { self.location = 'http://news.christiansunite.com/argentina.shtml';}    if (x == 3) { self.location = 'http://news.christiansunite.com/australia.shtml';}    if (x == 4) { self.location = 'http://news.christiansunite.com/austria.shtml';}    if (x == 5) { self.location = 'http://news.christiansunite.com/balkans.shtml';}    if (x == 6) { self.location = 'http://news.christiansunite.com/benelux.shtml';}    if (x == 7) { self.location = 'http://news.christiansunite.com/brazil.shtml';}    if (x == 8) { self.location = 'http://news.christiansunite.com/canadian.shtml';}    if (x == 9) { self.location = 'http://news.christiansunite.com/caucasus.shtml';}    if (x == 10) { self.location = 'http://news.christiansunite.com/central_asia.shtml';}    if (x == 11) { self.location = 'http://news.christiansunite.com/china.shtml';}    if (x == 12) { self.location = 'http://news.christiansunite.com/czech_rep_slovakia.shtml';}    if (x == 13) { self.location = 'http://news.christiansunite.com/eu_integration.shtml';}    if (x == 14) { self.location = 'http://news.christiansunite.com/eastern_europe.shtml';}    if (x == 15) { self.location = 'http://news.christiansunite.com/europe.shtml';}    if (x == 16) { self.location = 'http://news.christiansunite.com/france.shtml';}    if (x == 17) { self.location = 'http://news.christiansunite.com/germany.shtml';}    if (x == 18) { self.location = 'http://news.christiansunite.com/greece.shtml';}    if (x == 19) { self.location = 'http://news.christiansunite.com/hungary.shtml';}    if (x == 20) { self.location = 'http://news.christiansunite.com/india.shtml';}    if (x == 21) { self.location = 'http://news.christiansunite.com/indian_subcontinent.shtml';}    if (x == 22) { self.location = 'http://news.christiansunite.com/indonesia.shtml';}    if (x == 23) { self.location = 'http://news.christiansunite.com/iran.shtml';}    if (x == 24) { self.location = 'http://news.christiansunite.com/ireland.shtml';}    if (x == 25) { self.location = 'http://news.christiansunite.com/israel.shtml';}    if (x == 26) { self.location = 'http://news.christiansunite.com/italy.shtml';}    if (x == 27) { self.location = 'http://news.christiansunite.com/japan.shtml';}    if (x == 28) { self.location = 'http://news.christiansunite.com/korea.shtml';}    if (x == 29) { self.location = 'http://news.christiansunite.com/latin_america.shtml';}    if (x == 30) { self.location = 'http://news.christiansunite.com/london.shtml';}    if (x == 31) { self.location = 'http://news.christiansunite.com/mexico.shtml';}    if (x == 32) { self.location = 'http://news.christiansunite.com/mideast.shtml';}    if (x == 33) { self.location = 'http://news.christiansunite.com/new_zealand.shtml';}    if (x == 34) { self.location = 'http://news.christiansunite.com/north_africa.shtml';}    if (x == 35) { self.location = 'http://news.christiansunite.com/pakistan.shtml';}    if (x == 36) { self.location = 'http://news.christiansunite.com/philippines.shtml';}    if (x == 37) { self.location = 'http://news.christiansunite.com/poland.shtml';}    if (x == 38) { self.location = 'http://news.christiansunite.com/russia.shtml';}    if (x == 39) { self.location = 'http://news.christiansunite.com/scandinavia.shtml';}    if (x == 40) { self.location = 'http://news.christiansunite.com/south_africa.shtml';}    if (x == 41) { self.location = 'http://news.christiansunite.com/southeast_asia.shtml';}    if (x == 42) { self.location = 'http://news.christiansunite.com/spain.shtml';}    if (x == 43) { self.location = 'http://news.christiansunite.com/taiwan.shtml';}    if (x == 44) { self.location = 'http://news.christiansunite.com/turkey.shtml';}    if (x == 45) { self.location = 'http://news.christiansunite.com/uk.shtml';}};