My Best Travel Rates
                               Home                About 


Overview Of Greece For Travelers

From the Olympics to My Fat Greek Wedding, Greece has always been a cultural centerpiece in the history of man. Summing up its contribution requires a small library, but here is an overview.

Overview of Greece for Travelers

Greece was home to some of the earliest advanced civilizations. From the Minoans of the second BC millennium to Mycenaeans who established the basis of the current language, the country has produced cultural, philosophical, political and sport advancements unrivaled by others.

The modern Greek state obtained independence from the Ottoman Empire in 1830. It has carried on what seems like a constant conflict with Turkey and was also involved in both World Wars. In 1981, Greece joined the European Community that eventually evolved into the European Union.

The official name of Greece is the Hellenic Republic. Greece covers an area of roughly 51,000 square miles. Athens is both the capital and largest population center with roughly 3.5 million inhabitants. Thessaloniki is the second largest population area with just over one million people. The terrain of Greece ranges from mountains in the north to flat plains in the south and beautiful islands off the coast. Winters are mild while summers are hot and dry making Greece a huge tourist destination.

The people of Greece are known as Greeks. They total more than 10.96 million. Population growth exists, but it is just above .2 percent annually. Greek is the official language. From a religious perspective, 99 percent of Greeks claim Greek Orthodox as their religion. Literacy rate is 95 percent and all levels of education are absolutely free. Life expectancy is 76 for males and 81 for women.

Greece is a relatively small country, but has accounted for a remarkable number of developments in the trek of mankind through history. Whether you are going to see the culture or loaf on the islands, Greece is a top travel destination for a good reason.

{ mysy = mysy + 1; mysm = mysm - 12; } if (mysd == 31) { if ( (mysm == 4) || (mysm == 6) || (mysm == 9) || (mysm == 11) ){ mysd = 30; } } if ( (mysd > 29) && (mysm == 2) ){ mysd = 29; } if ( (mysy %4 != 0) && (mysm == 2) && (mysd > 28) ){ mysd = 28; } if ( mysm == month && mysy == year ){ if (mysd < day){ mysd = day; } } myf.sd.selectedIndex = mysd; var myed = mysd + 1; var myem = mysm; var myey = mysy; if (myed > 31){ myed = -1; } if (myed == 31) { if ( (myem == 4) || (myem == 6) || (myem == 9) || (myem == 11) ){ myed = -1; } } if ( (myed > 29) && (myem == 2) ){ myed = -1; } if ( (myey %4 != 0) && (myem == 2) && (myed > 28) ){ myed = -1; } if (myed == -1) { myed = 1; tmp = tmp + 1; } myf.ed.selectedIndex = myed; myf.cb_emy.selectedIndex = tmp; if( myf.sd.selectedIndex > 0 && myf.cb_smy.selectedIndex && myf.ed.selectedIndex > 0 && myf.cb_emy.selectedIndex > 0 && myf.pval.selectedIndex == 0 && myf.rval.selectedIndex == 0 ){ myf.pval.selectedIndex = 2; myf.rval.selectedIndex = 1; } } function clear_all( form ) { form.sd.selectedIndex = 0; form.cb_smy.selectedIndex = 0; form.ed.selectedIndex = 0; form.cb_emy.selectedIndex = 0; form.pval.selectedIndex = 0; form.rval.selectedIndex = 0; } function end_date_check( cb ) { if( cb != null && cb.selectedIndex == 0 ) { clear_all(cb.form); return true; } var today = new Date(); var day = today.getDate(); var month = today.get = today.getMonth() + 1 ; var year = today.getFullYear(); myf = cb.form; tmp_s=myf.cb_smy.value; tmp_s_start=myf.cb_smy.value.indexOf(”/”); tmp_s_stop=myf.cb_smy.value.length; tmp_s_m=tmp_s.slice(0,tmp_s_start); var year = today.getFullYear(); myed = myf.ed.selectedIndex; if (myed == 0){ return true; } tmp = myf.cb_emy.selectedIndex; if (tmp == 0){ return true; } myem = month + tmp - 1; myey = year; if (myem > 12) { myey = myey + 1; myem = myem - 12; } if (myed == 31) { if ( (myem == 4) || (myem == 6) || (myem == 9) || (myem == 11) ){ myed = 30; } } if ( (myed > 29) && (myem == 2) ){ myed = 29; } if ( (myey %4 != 0) && (myem == 2) && (myed > 28) ){ myed = 28; } var sd = myf.sd.value; var sm = tmp_s_m; var sy = tmp_s.slice(tmp_s_start+1); if( myey maxDelta ) { endDate.setTime( startDate.getTime()+maxDelta ); myed = String(endDate.getDate()); while( myed.length < 2 ) myed = String("0") + myed; myem = String(endDate.getMonth()+1); while( myem.length < 2 ) myem = String("0") + myem; myey = String(endDate.getFullYear()); myf.cb_emy.value = String(myem) + "/" + myey; } myf.ed.selectedIndex = myed; } function check_sel_num( cb ) { if( cb != null && cb.selectedIndex == 0 ) { clear_all(cb.form); return true; } } function check_city_en(myf) { if (myf.city.value.length == 0) { alert(err_text_city_en); return false; } return true; } function check_pr_en(myf) { p = myf.pval.value; r = myf.rval.value; if ( (p == 0) && (r == 0) ) { alert(err_no_room_person_en); return false; } if ( (p != 0) && (r == 0) ) { alert(err_room_number_en); return false; } if ( (r != 0) && (p == 0) ) { alert(err_person_number_en); return false; } if ( parseInt(r) > parseInt(p) ) { alert(err_room_le_person_en); return false; } return true; } function pad_zero( value ) { while( value.length<2 ) value = String("0") + value; return value; } function split_month_year(month_year){ var index_separator=month_year.indexOf("/"); var array=new Array(month_year.substring(0,index_separator),month_year.substring(index_separator+1,month_year.length)); return(array); } function checkAdress() { return(adress); } var err_text_city_en = "Insert a destination"; var err_checkin_checkout_en = "Please specify check-in and check-out date"; var err_room_number_en = "Please specify the number of rooms"; var err_person_number_en = "Please specify the number of persons"; var err_room_le_person_en = "Number of persons must be greater or equal of number of rooms"; var err_no_room_person_en = "Please select the number of rooms and persons"; var go_submit = 0; var col_back = "#FFFF66"; var col_fore = "#000000"; var my_back = col_back; var my_count = 0; var h_blink = null; var my_form; function init(form) { _VER = navigator.appVersion.match(/\d*\.\d*/); _DOM = (document.getElementById) ? true : false; _NS4 = (document.layers) ? true : false; _NS5 = (navigator.appName.indexOf("Netscape") !=-1 && _VER>=5); _IE = (document.all) ? true : false; _IE4 = _IE && !_DOM; _Mac = (navigator.appVersion.indexOf(”Mac”) != -1); _IE4M = _IE4 && _Mac; _Opera = (navigator.userAgent.indexOf(”Opera”)!=-1); _Konqueror = (navigator.userAgent.indexOf(”Konqueror”)!=-1); _BrowserString = _NS4? “NS4″ : (_NS5 ? “NS5″ : “MSIE”); if((_BrowserString==”NS4″)||(_BrowserString==”NS5″)){ document.getElementById(”widthBar1″).style.width=”460px”; document.getElementById(”widthBar2″).style.width=”460px”; }else{ document.getElementById(”widthBar1″).style.width=”410px”; document.getElementById(”widthBar2″).style.width=”467px”; } form.geoid[0].checked=true; } function large_do_submit_en(f) { var form = f; var array_month_year=split_month_year(form.cb_smy.value); form.sm.value = pad_zero(array_month_year[0]); form.sy.value = array_month_year[1]; array_month_year=split_month_year(form.cb_emy.value); form.em.value = pad_zero(array_month_year[0]); form.ey.value = array_month_year[1]; form.pval.value= form.pval.value; form.rval.value = form.rval.value; if( form.sd.selectedIndex > 0 || form.cb_smy.selectedIndex >0 || form.ed.selectedIndex > 0 || form.cb_emy.selectedIndex > 0){ if( form.sd.selectedIndex <= 0 || form.cb_smy.selectedIndex <=0 || form.ed.selectedIndex <= 0 || form.cb_emy.selectedIndex <= 0){ alert(err_checkin_checkout_en); return(false); } } if(!check_pr_en(form)) { return(false); } if(form.geoid[0].checked){ if (check_city_en(form)) { return true; }else{ return false; } } form.city.value=""; return true; }

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists
  • Fark
  • Furl
  • Netscape
  • NewsVine
  • Reddit
  • StumbleUpon
  • BlinkList
  • RawSugar
  • Simpy
  • Spurl
  • YahooMyWeb

  • No Related Post
bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark
tabs-top  banner ad


Leave a Reply