ÿþ<html> <head> <title>Cheap Airline Tickets to Europe - Flights to Europe</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="keywords" content="ticket to europe,airline, air ticket, tickets, flight, flights, travel, trip, cheap ticket, cheap flight, cheap airfare, booking, cheap airline tickets,discount airfare,Vacations,cheap flights, caribbean, vacation packages,Europe." /> <meta name="description" content="cheap airline tickets, cheap airline tickets to europe - travel to europe - trip to europe - flight to europe." /> <link href="air/main1.css" rel="stylesheet" type="text/css"> <script language="JavaScript"> var PanelOne = null; var PanelTwo = null; function chSearchType(sType) { if(PanelOne==null)PanelOne = document.getElementById("PanelOneTBL"); if(PanelTwo==null)PanelTwo = document.getElementById("PanelTwoTBL"); switch(sType){ case "RoundTrip" : { PanelOne.style.display = "block"; PanelTwo.style.display = "none"; document.getElementById("ReturnFlightTR").style.display = document.all? "block" : "table-row"; break; } case "OneWay" : { PanelOne.style.display = "block"; PanelTwo.style.display = "none"; document.getElementById("ReturnFlightTR").style.display = "none"; break; } case "MultiDestination" : { PanelOne.style.display = "none"; PanelTwo.style.display = "block"; document.getElementById("ReturnFlightTR").style.display = "none"; buildPanelTwo(); break; } } } function buildPanelTwo() { segTotal = document.forms["AirSearchForm"].segCount.value; segToAdd = segTotal - (PanelTwo.rows.length-1); for(s=0;s<segToAdd;s++)addSegment(); } function addSegment(){ rowToAdd = PanelTwo.rows[PanelTwo.rows.length-2]; rowIndex = PanelTwo.rows.length-1; //alert(rowIndex); newRow = PanelTwo.insertRow(rowIndex); for(i=0;i<rowToAdd.cells.length;i++){ newCell = newRow.insertCell(i); innerHTML = rowToAdd.cells[i].innerHTML; switch(i){ case 1 : {innerHTML = innerHTML.replace("fromCity_" + rowIndex,"fromCity_" + (rowIndex+1));break;} case 3 : {innerHTML = innerHTML.replace("toCity_" + rowIndex,"toCity_" + (rowIndex+1));break;} case 5 : {innerHTML = innerHTML.replace("flyDate_" + rowIndex,"flyDate_" + (rowIndex+1));break;} case 7 : {innerHTML = innerHTML.replace("flyTime_" + rowIndex,"flyTime_" + (rowIndex+1));break;} } //alert(innerHTML); newCell.innerHTML = innerHTML; } eButtons(); } function removeSegment(){ PanelTwo.deleteRow(PanelTwo.rows.length-2); eButtons(); } function eButtons() { segCount = PanelTwo.rows.length-1; document.forms["AirSearchForm"].segCount.value = segCount; document.getElementById("AddSegmentBTN").disabled = segCount<8 ? false : true; document.getElementById("DelSegmentBTN").disabled = segCount>1 ? false : true; } function focusObj(obj){ if(obj.value==obj.getAttribute("defaultValue"))obj.value=""; } function blurObj(obj){ if(obj.value=="")obj.value = obj.getAttribute("defaultValue"); } function OpenWin(url,name,features){ window.open(url,name,features); } function ValidateSearch(){ alert_message = ""; formObj = document.forms["AirSearchForm"]; if(formObj.searchType[0].checked) { if(formObj.fromCity.value == "" || formObj.fromCity.value == formObj.fromCity.defaultValue)alert_message += " - departure city\n"; if(formObj.flyDate_from.value == "" || formObj.flyDate_from.value == formObj.flyDate_from.defaultValue)alert_message += " - departure date\n"; if(formObj.toCity.value == "" || formObj.toCity.value == formObj.toCity.defaultValue)alert_message += " - arrival city\n"; if(formObj.flyDate_return.value == "" || formObj.flyDate_return.value == formObj.flyDate_return.defaultValue)alert_message += " - return date\n"; } else if(formObj.searchType[1].checked) { if(formObj.fromCity.value == "" || formObj.fromCity.value == formObj.fromCity.defaultValue)alert_message += " - departure city\n"; if(formObj.flyDate_from.value == "" || formObj.flyDate_from.value == formObj.flyDate_from.defaultValue)alert_message += " - departure date\n"; } else if(formObj.searchType[2].checked) { for(i=1;i<=document.forms["AirSearchForm"].segCount.value;i++){ if(formObj["fromCity_" + i].value == "" || formObj["fromCity_" + i].value == formObj["fromCity_" + i].defaultValue)alert_message += " - flight #"+ i +" departure city\n"; if(formObj["toCity_" + i].value == "" || formObj["toCity_" + i].value == formObj["toCity_" + i].defaultValue)alert_message += " - flight #"+ i +" arrival city\n"; if(formObj["flyDate_" + i].value == "" || formObj["flyDate_" + i].value == formObj["flyDate_" + i].defaultValue)alert_message += " - flight #"+ i +" departure date\n"; } } passNum = parseInt(formObj.aCount.value) + parseInt(formObj.sCount.value) + parseInt(formObj.cCount.value) + parseInt(formObj.yCount.value); if(passNum == 0){ alert_message += " - the number of passangers travelling \n"; } if(alert_message!=""){ alert("The following information was not provided : \n" + alert_message); return false; } return true; } </script> <style type="text/css"> body, table, input, select, option{ font:11px verdana,arial; } label{ cursor:pointer; } .searchBox{ border:solid 1px silver; } .searchLabel{ width:80px; } .fromCity,.toCity{ border:1px solid silver; width:50px; } .flyDate,.flyTime{ border:1px solid silver; width:80px; position:relative; } .fromCityLong,.toCityLong{ border:1px solid silver; width:150px; position:relative; } .searchButton{ border:1px solid silver; background-color:transparent; cursor:pointer; width:80px; } .sButtons{ color : blue; text-decoration:none; font-weight:bold; } .sButtons:hover{ color : midnightblue; text-decoration:none; font-weight:bold; } .passCount{ width:55px; } </style> <!--- function fixCSHour(CSDate) { var now = new Date(CSDate); var hours = now.getHours(); var minutes = now.getMinutes(); var timeValue = ""; timeValue += ((hours <= 12) ? hours : hours - 12); timeValue += ((minutes < 10) ? ":0" : ":") + minutes; document.write(timeValue); } //---> </script> </head> <BODY BGCOLOR="#000000" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"> <script language="javascript" type="text/javascript"> var cObj; var hCalInt = null; function showCalendar(obj){ window.clearInterval(hCalInt) cObj = obj; cBody = document.getElementById("calBody"); cBody.style.left=obj.offsetLeft; cBody.style.top=obj.offsetTop + obj.offsetHeight; window.frames["calBody"].selectDate(obj.value,obj.attributes["minDate"].value,obj.attributes["maxDate"].value); cBody.style.display='block'; cObj.select(); } function hideCalendar(obj){ if(!document.all || document.activeElement.id=='calBody') return; window.frames["calBody"].selectDate(obj.value,obj.attributes["minDate"].value,obj.attributes["maxDate"].value); doHideCal(obj); } function doHideCal(obj){ window.clearInterval(hCalInt) cBody = document.getElementById("calBody"); cBody.style.display='none'; cObj.value = window.frames["calBody"].selDate; //alert(window.frames["calBody"].selDate) if(cObj.attributes["raiseChangeEvent"].value=='true')calChange(cObj); } function calChange(calObj){ //alert(calObj) } </script> <script language="javascript"> function UCOpenPopup(refObjID,w,h,src) { popUpObj = document.getElementById("PopUPUCContainer"); popUpObj.src = src; refObj = document.getElementById(refObjID); popUpObj.style.top = refObj.offsetTop + refObj.offsetHeight + 1; popUpObj.style.left = refObj.offsetLeft + refObj.offsetWidth - w -2; popUpObj.style.width = w; popUpObj.style.height = h; popUpObj.style.display = "block"; } function UCHidePopup(){ popUpObj = document.getElementById("PopUPUCContainer"); popUpObj.style.display="none"; popUpObj.src = "about:blank"; } </script> <script language="javascript"> var lObj; var hListInt = null; function showAirportsList(obj){ window.clearInterval(hListInt) lObj = document.forms["AirSearchForm"][obj]; lBody = document.getElementById("listBody"); lBody.style.left=lObj.offsetLeft; lBody.style.top=lObj.offsetTop + lObj.offsetHeight + 1; //window.frames["listBody"].selectAirport(lObj.value); lBody.style.display='block'; lObj.select(); } function hideList(obj){ if(!document.all || document.activeElement.id=='listBody') return; doHideList(); } function doHideList(){ window.clearInterval(hListInt) lBody = document.getElementById("listBody"); lBody.style.display='none'; } </script> <table bgcolor="#FFFFFF" width="900" align="left" height=100% border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#6666FF" align="left" width="900" align="left" valign="top"> <table bgcolor="#FFFFFF" width="900" align="left" valign="top" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#6666FF" align="left" width="900" align="left" valign="top"> <table bgcolor="#6666FF" align="left" width="199" border="0" cellspacing="0" cellpadding="0" valign="top"> <tr> <td bgcolor="#ffffff" HEIGHT="35" align="left" valign="top" > <table align="center" border="0" HEIGHT="35" cellspacing="0" cellpadding="0" valign="top"> <tr> <td bgcolor="#ffffff" align="center" valign="top" HEIGHT="35"> <div align="center" valign="top"> <font face="arial" size="2" color="#00000cc"><b> <script language=JAVASCRIPT type="TEXT/JAVASCRIPT"> <!-- Hide script from old browsers function showAmPm() { if (now.getHours() < 12) { return (" am ") } return (" pm ") } function showy() { var yy = now.getYear() if ( yy == 0) { return (", 2000") } else { if (yy == 99) { return (", 1999") } else { return (", " + yy) } } } monName = new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December") now = new Date function showm () { var min = now.getMinutes(); if (min < 10) { return ( "0" + min) } else { return ( min ) } } function showh () { var hh = now.getHours(); if (hh < 10) { return ( "0" + hh) } else { return ( hh ) } } document.write(showh() + ":" + showm() + ", " + monName[now.getMonth()] + " " + now.getDate() ) // End hiding script from old browsers --> </script></b></font></div></td> </tr></table> </td></tr> <tr><td valign="top" align="left" > <table valign="top" align="left" width="199" border="0" cellpadding="0" cellspacing="0" > <tr> <td width="10" valign="top"></td> <td valign="top"><br> <a href="engine10.php" target="contentbereich" class="navi">Home</a> <br><br> <a href="vacations.html" target="contentbereich" class="navi">Vacations Packages</a> <br><br> <a href="tours.html" target="contentbereich" class="navi">Tour companies</a> <br><br> <a href="cruises.html" target="contentbereich" class="navi">Cruises Lines</a> <br><br> <a href="contact_us.html" target="contentbereich" class="navi">Contact Us</a> <br><br> <a href="russtour.html" target="contentbereich" class="navi">Tours with russian guide</a> <br><br> <a href="spa_hotel.html" target="contentbereich" class="navi">Health Spa</a> <br><br> <a href="europ.html" target="contentbereich" class="navi">Euro resorts</a><br> </td> </tr> </table> </td></tr> <tr><td valign="top" align="left" > <table valign="top" align="left" width="199" border="0" cellpadding="0" cellspacing="0" > <tr> <td valign="top" align="left" > <img src="air/slice_2.gif" width="199" valign="top" height="35" > </td></tr> </table> </td></tr><tr><td valign="top" align="left" > <table valign="top" align="left" border="0" cellpadding="0" cellspacing="0" > <tr> <td width="10" valign="top"></td> <td> <br><br> <a href="https://www.cia.gov/cia/publications/factbook/geos/al.html" target="_blank" class="navi" alt="Central Intelligence Agency Internet resource">Albania</a><br> <a href="https://www.cia.gov/cia/publications/factbook/geos/au.html" target="_blank" class="navi" alt="Central Intelligence Agency Internet resource">Austria</a><br> <a href="https://www.cia.gov/cia/publications/factbook/geos/bo.html" target="_blank" class="navi" alt="Central Intelligence Agency Internet resource">Belarus</a><br> <a href="https://www.cia.gov/cia/publications/factbook/geos/be.html" target="_blank" class="navi" alt="Central Intelligence Agency Internet resource">Belgium</a><br> <a href="https://www.cia.gov/cia/publications/factbook/geos/bk.html" target="_blank" class="navi" alt="Central Intelligence Agency Internet resource">Bosnia / Herzegovina</a><br> <a href="https://www.cia.gov/cia/publications/factbook/geos/bu.html" target="_blank" class="navi" alt="Central Intelligence Agency Internet resource">Bulgaria</a><br> <a href="https://www.cia.gov/cia/publications/factbook/geos/hr.html" target="_blank" class="navi" alt="Central Intelligence Agency Internet resource">Croatia</a><br> <a href="https://www.cia.gov/cia/publications/factbook/geos/ez.html" target="_blank" class="navi" alt="Central Intelligence Agency Internet resource">Czech Republic</a><br> <a href="https://www.cia.gov/cia/publications/factbook/geos/da.html" target="_blank" class="navi" alt="Central Intelligence Agency Internet resource">Denmark</a><br> <a href="https://www.cia.gov/cia/publications/factbook/geos/en.html" target="_blank" class="navi" alt="Central Intelligence Agency Internet resource">Estonia</a><br> <a href="https://www.cia.gov/cia/publications/factbook/geos/fr.html" target="_blank" class="navi" alt="Central Intelligence Agency Internet resource">France</a><br> <a href="https://www.cia.gov/cia/publications/factbook/geos/fi.html" target="_blank" class="navi" alt="Central Intelligence Agency Internet resource">Finland</a><br> <a href="https://www.cia.gov/cia/publications/factbook/geos/gm.html" target="_blank" class="navi" alt="Central Intelligence Agency Internet resource">Germany</a><br> <a href="https://www.cia.gov/cia/publications/factbook/geos/gr.html" target="_blank" class="navi" alt="Central Intelligence Agency Internet resource">Greece</a><br> <a href="https://www.cia.gov/cia/publications/factbook/geos/hu.html" target="_blank" class="navi" alt="Central Intelligence Agency Internet resource">Hungary</a><br> <a href="https://www.cia.gov/cia/publications/factbook/geos/ic.html" target="_blank" class="navi" alt="Central Intelligence Agency Internet resource">Iceland</a><br> <a href="https://www.cia.gov/cia/publications/factbook/" target="_blank" class="navi">[More countries]</a> </td> </tr> </table> </td> </tr> </table> </td> <td width="502"valign=top> <table align="left" bgcolor="#ffffff" valign=top width="502" height=100% border="0" cellpadding="0" cellspacing="0"> <tr> <td width="443" height="35" valign="bottom" > <table width="502" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="502" align="right" class="boldtextfooter"><a href="faq.html" target="_self" class="sitenav">1</a> | <a href="faq2.html" target="_self" class="sitenav">2</a> | <a href="faq3.html" target="_self" class="sitenav">3</a> | <a href="faq4.html" target="_self" class="sitenav">4</a> | <a href="faq5.html" target="_self" class="sitenav">5</a> | <a href="faq6.html" target="_self" class="sitenav">6</a></td> <td width="10">&nbsp;</td> </tr> </table></td> </tr> <tr> <td width="443" height="436" align="left" valign="top"><table width="443" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="10">&nbsp;</td> <td width="423" valign="top"><p><span class="fliess"><strong class="fliessbold">How do I book with on this website?</strong><br> Simply enter your departure and arrival information in the request page using city names or 3 digit city codes. Our Internet booking engine performs a comprehensive search of the best airfares in the database and displays all flight options. Next, select the best flights that most closely match your travel plans and complete the purchase by input of required information. Once you have completed your purchase, you will receive automatic confirmation via <br> e-mail that will include your airline, cruise, hotel or car reservation details.<br> <br> <strong class="fliessbold">How fast do we get our airline tickets?</strong> <br> If the airline will permit an e-ticket, we will e-mail you an e-ticket confirmation. If the airline will NOT permit an e-ticket, and a paper ticket must be issued, we will send the airline ticket via FedEx to the shipping address you enter in the reservation, the charge <br> will depend on the type of shipping service you request.<br> <span class="fliessbold"><br> <strong>How far in advance should I purchase my airline tickets to get the lowest airfare, and make sure I get them in time for my flight?</strong></span><br> It is best to purchase your airline tickets as far in advance as possible to get the cheapest possible airfare.<br> If the airline permits e-tickets, there is no time restriction for delivery. If the airline requires a paper ticket, please choose the appropriate service using FedEx for delivery.<br> <br> <span class="fliessbold"><strong>What is an e-ticket (Electronic ticket) and do all of the airlines have the option of e-tickets?</strong></span><strong><br> </strong>E-tickets, now offered by many major airlines, allow you to travel without a paper ticket, eliminating the worry of leaving your airline tickets behind. We offer E-tickets when they are available. We usually will not be able to determine whether<br> E-tickets are available on flights until you make your reservation. Not all airlines offer E-tickets. Using an e-ticket is very simple and completely secure.<br> </span></p> </td> <td width="10">&nbsp;</td> </tr> </table></td> </tr> </table> </td> <td valign="top" align="left"> <table bgcolor="#6666FF" height="100%" valign="top" align="left" border="0" cellpadding="0" cellspacing="0" > <tr> <td valign="top" align="left"> <table valign="top" align="left" border="0" height="35" cellpadding="0" cellspacing="0" > <tr> <td valign="top" align="left" > <img src="air/slice_5.gif" width="199" valign="top" height="35" > </td></tr> </table> </td></tr><tr><td valign="top" align="left" > <table valign="top" align="left" border="0" cellpadding="0" cellspacing="0" > <tr> <td width="10" valign="top"></td> <td valign="top"><br> <a href="https://www.accessamerica.com/integration_start.asp?accamnum=F028925&target=new&Start_Page=products&referrer=createlink" target="_blank" class="navi">Insurance</a> <br><br> <a href="http://www.weather.com" target="_blank" class="navi">Weather</a><br> <br> <a href="http://www.travel.state.gov" target="_blank" class="navi">Passport &nbsp;&nbsp;info</a><br> <br> <a href="airlinesinfo.shtml" target="_blank" class="navi">Airlines&nbsp;&nbsp;info</a><br> <br> <a href="http://www.travel.state.gov" target="_blank" class="navi">US &nbsp;&nbsp;Department&nbsp;&nbsp;of&nbsp;&nbsp;State</a><br> <br> <a href="http://www.tsa.gov/index.shtm" target="_blank" class="navi">T.&nbsp;S.&nbsp;A.</a><br> <br> <a href="http://www.xe.com/pca/" class="navi">Personal Currency Assistant</a> </td> </td> </tr> </table> </td></tr><tr><td align="left"> <table valign="top" align="left" border="0" height="35" cellpadding="0" cellspacing="0" > <tr> <td valign="top" align="left" > <img src="air/slice_5.gif" width="199" valign="top" height="35" > </td></tr> </table> </td></tr><tr><td valign="top" align="left" > <table valign="top" align="left" border="0" cellpadding="0" cellspacing="0" > <tr> <td width="10" valign="top"></td> <td><br><br> <a href="faq.html" class="navi">How do I book with<br>Nika Tour?</a> <br><br> <a href="faq2.html" target="contentbereich" class="navi">How do I travel<br>with an e-ticket?</a> <br><br> <a href="faq4.html" target="contentbereich" class="navi">Misspelled name on<br>the airline ticket?</a> <br><br> <a href="faq5.html" target="contentbereich" class="navi">Why can't I find available <br>flights online?</a> <br><br> <a href="faq.html" target="contentbereich" class="navi">Read more f.a.q.</a> </p> <br> <br> </td> </tr> </table> </td> </TR> </table> </td> </TR> </table> </td></tr><tr><td> <table bgcolor="#FFFFFF" width="900" height=100% border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#000000" width="900" align="left" valign="top"> <center> <a href="security.html" target="contentbereich" class="navi">Security</a><span class="boldtextfooter"> | </span><a href="privacy_statement.html" target="contentbereich" class="navi">Privacy Statement</a><span class="boldtextfooter"> | </span><a href="user_agreement.html" target="contentbereich" class="navi">User Agreement</a><span class="boldtextfooter"> | </span><a href="partners.html" target="contentbereich" class="navi">Partners</a><span class="boldtextfooter"> | </span> <a href="author.html" target="_blank" class="navi">Authorization form</a><span class="navi"> | &copy;2007 Nika Tour</span></div> </TD> </TR> </table> <script type="text/javascript" language="JavaScript"> </body> </html>