<html> <head> <title>Nika Tour- 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> </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" 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" border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#6666FF" align="left" width="900" align="left" valign="top"> <table bgcolor="#6666FF" align="left" width="220" height="300"border="0" cellspacing="0" cellpadding="0" valign="top"> <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="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> <td width="502"valign=top> <table bgcolor="#ffffff" valign=top width="502" height="300" border="0" cellpadding="0" cellspacing="0"> <tr> <td align=left valign=top width="502"> <font face="arial","helvetica" color="#000000" size="3"> <dir><b>Contact Us<br><br></font> <font face="arial","helvetica" color="#000000" size="2"> NIKA TOUR<P> 27 Governor Hutchinson Rd.<BR> Billerica, MA 01821<p> Phones:&nbsp;978 362-3001,<p> e-mail:<A HREF="mailto:nika@nikatour.com">nika@nikatour.com</A><br> </font></TD> </tr> <tr> <TD valign="top" align="left" width="490"><br><br><p> <font face="arial","helvetica" color="#000000" size="3"> <dir><b>Copyright</b><br></font> <font face="arial","helvetica" color="#000000" size="2"> Copyright © 2000 - 20011, NIKA TOUR &nbsp;All Rights Reserved. <br> Logo design are registered trademarks and/or service marks of Nika Tour.<br> Nika Tour considers its compilation of links to Internet resources, the description of those resources and the information contained within Nika Tour web site to be copyrighted material. You are not authorized to copy, reproduce or modify any portion of Nika Tour web site without prior written authorization. <br><br> Nika Tour makes no warranty, express or implied, with respect to the use of the links provided; does not guarantee the accuracy, completeness, usefulness or adequacy of any resources, information, apparatus, product or process accessed via this web site; and is not responsible for any errors or omissions in the resources or information accessed via this Home Page or for the results obtained from the use of such resources or information. <br><br> If you have reason to believe that any person, company or business has violated Nika Tour trademark rights or infringed Nika Tour's <BR>copyright-protected material, please notify us by telephone 978 362-3001 or by e-mail:<A HREF="mailto:nika@nikatour.com">nika@nikatour.com</a> </font> </td> </tr> </table> </td> <td valign="top" bgcolor="#6666FF" align="left" height="350"> <table bgcolor="#6666FF" height="300" width="220" border="0" valign="top"> <tr> <td width="10" valign="top"></td> <br> <td valign="top"> <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> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr><td> <table width="900" border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#000000" width="900" align="left" valign="top"> <br> <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;2000-2011 Nika Tour</span></div> </td> </tr> </table> </td> </tr> </table> <script type="text/javascript" language="JavaScript"> </body> </html>