ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE>NIKA TOUR</TITLE> <LINK href="air/main.css" type=text/css rel=stylesheet> <SCRIPT language=JavaScript> function Start(page) { var fullurl = document.URL; var targeturl = fullurl.split( "/AgentInfoCenterPP.jsp" )[0]; var fullpageurl = targeturl + page; OpenWin = this.open(fullpageurl, "CtrlWindow","titlebar=no,toolbar=no,menubar=no,person albar=no,location=no,scrollbars=yes,resizable=yes,width=600,height=500"); } </SCRIPT> <SCRIPT language=JavaScript> function Start(page) { var fullurl = document.URL; OpenWin = this.open(page, "CtrlWindow","dependent=yes,location=no,menubar=no,resizable=yes,scrollbars=yes,titlebar=no,toolbar=no,width=600,height=500"); } </SCRIPT> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style> <link href="stylesheets/main.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("defValue"))obj.value=""; } function blurObj(obj){ if(obj.value=="")obj.value = obj.getAttribute("defValue"); } 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.getAttribute("defValue"))alert_message += " - departure city\n"; if(formObj.flyDate_from.value == "" || formObj.flyDate_from.value == formObj.flyDate_from.getAttribute("defValue"))alert_message += " - departure date\n"; if(formObj.toCity.value == "" || formObj.toCity.value == formObj.toCity.getAttribute("defValue"))alert_message += " - arrival city\n"; if(formObj.flyDate_return.value == "" || formObj.flyDate_return.value == formObj.flyDate_return.getAttribute("defValue"))alert_message += " - return date\n"; } else if(formObj.searchType[1].checked) { if(formObj.fromCity.value == "" || formObj.fromCity.value == formObj.fromCity.getAttribute("defValue"))alert_message += " - departure city\n"; if(formObj.toCity.value == "" || formObj.toCity.value == formObj.toCity.getAttribute("defValue"))alert_message += " - arrival city\n"; if(formObj.flyDate_from.value == "" || formObj.flyDate_from.value == formObj.flyDate_from.getAttribute("defValue"))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].getAttribute("defValue"))alert_message += " - flight #"+ i +" departure city\n"; if(formObj["toCity_" + i].value == "" || formObj["toCity_" + i].value == formObj["toCity_" + i].getAttribute("defValue"))alert_message += " - flight #"+ i +" arrival city\n"; if(formObj["flyDate_" + i].value == "" || formObj["flyDate_" + i].value == formObj["flyDate_" + i].getAttribute("defValue"))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"> <!-- .fromCityLong {border:1px solid silver; width:150px; position:relative; } .toCityLong {border:1px solid silver; width:150px; position:relative; } .flyDate {border:1px solid silver; width:80px; position:relative; } --> </style> <script type="text/javascript" language="JavaScript"> <!--- 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" LINK="#000000" vLINK="#ffffff" aLINK="#000000" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onLoad="PAGE_LOADED=true;"> <table width="900" valign="top" height=100% bgcolor="#6666FF" border="1" valign="top" cellpadding="0" cellspacing="0"> <tr> <td width="900" valign="top" height=100% bgcolor="#6666FF"> <table width="900" border="0" valign="top" bgcolor="#6666FF" cellpadding="0" cellspacing="0"> <tr> <td width="900" height=100% valign="top" bgcolor="#6666FF"> <tr> <td width="900" VALIGN=TOP"> <table bgcolor="#FFFFFF" width="900" height=100% border="0" valign="top" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#6666FF" rowspan="12" width="900" align="left" valign="top"> <table bgcolor="#6666FF" width="199" border="0" cellspacing="0" valign="top" cellpadding="0" valign="top"> <tr> <TD bgcolor="#ffffff" WIDTH=170 HEIGHT=35> <div align="center"> &nbsp;&nbsp;&nbsp; <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> <tr> <td><br> <a href="engine10.php" target="contentbereich" class="navi">&nbsp;&nbsp;Home</a><br> </td> </tr> <tr> <td> <a href="vacations.html" target="contentbereich" class="navi">&nbsp;&nbsp;Vacations Packages</a><br> </td> </tr> <tr> <td valign=top> <a href="tours.html" target="_blank" class="navi">&nbsp;&nbsp;Tour companies</a><br> </td> </tr> <tr> <td valign=top> <a href="cruises.html" target="_blank" class="navi">&nbsp;&nbsp;Cruises Lines</a><br> </td> </tr> <tr> <td valign=top> <a href="info.html" target="_blank" class="navi">&nbsp;&nbsp;Info Center</a><br> </td> </tr> <tr> <td valign=top> <a href="insure.html" target="contentbereich" class="navi">&nbsp;&nbsp;Travel Insurance</a><br> </td> </tr> <tr> <td valign=top> <a href="photo.html" target="contentbereich" class="navi">&nbsp;&nbsp;Photo Gallery</a><br> </td> </tr> <tr> <td valign=top> <a href="contact_us.html" target="contentbereich" class="navi">&nbsp;&nbsp;Contact Us</a><br> </td> </tr> <tr> <td> <a href="russtour.html" target="_blank" class="navi">&nbsp;&nbsp;Tours with russian guide</a><br> </td> </tr> <tr> <td valign=top> <a href="spa_hotel.html" target="_blank" class="navi">&nbsp;&nbsp;Health Spa</a><br> </td> </tr> <tr> <td valign=top> <a href="europ.html" target="_blank" class="navi">&nbsp;&nbsp;Euro resorts</a><br> </td> </tr> <tr> <td vAlign=top align=left width=142><BR> <img src="air/slice_2.gif"> <br><br> <a href="https://www.cia.gov/cia/publications/factbook/geos/al.html" target="_blank" class="navi" alt="Central Intelligence Agency Internet resource">&nbsp;&nbsp;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">&nbsp;&nbsp;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">&nbsp;&nbsp;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">&nbsp;&nbsp;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">&nbsp;&nbsp;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">&nbsp;&nbsp;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">&nbsp;&nbsp;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">&nbsp;&nbsp;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">&nbsp;&nbsp;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">&nbsp;&nbsp;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">&nbsp;&nbsp;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">&nbsp;&nbsp;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">&nbsp;&nbsp;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">&nbsp;&nbsp;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">&nbsp;&nbsp;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">&nbsp;&nbsp;Iceland</a><br> <a href="https://www.cia.gov/cia/publications/factbook/" target="_blank" class="navi">&nbsp;&nbsp;[More countries]</a> </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">Why can't I find available flights online?</strong><br> <strong>There are several reasons this might happen. You may see an error message such as </strong><strong>&ldquo;unable to sell&rdquo; this means that while you were making your reservation the seats were</strong> <strong>reserved by someone else. In this case y</strong>ou may have to start your search again.<br> <br> <strong class="fliessbold">Can I get a refund if I can't take my trip?</strong><br> Published fare tickets are non-refundable. In the event you must cancel your trip, most airlines will allow you to apply the value for travel within one year, and penalties apply. Most special airfares allow refunds, with a penalty ranging from $300 up to the full amount of the ticket. Restrictions on changes and cancellations vary.<br> <br> Once payment has been submitted, changes to your booking are subject to a $300 fee plus the difference in the fare at the time the change is made. It is also subject to availability at that time. Until you contact us and we determine the specific rules of the ticket you purchased and the changes you want to make, we're only able to provide you with the general policies outlined above. Our customer service representatives will calculate additional charges on the day you contact us. Please note: All paper tickets must be sent to our main office for refunds or exchanges.<br> <br> <strong class="fliessbold">How do I cancel or change my travel reservation?</strong><br> To cancel or change your travel reservation, please contact one of our agents via live-chat, e-mail, or telephone to be advised of the specific cancellation policies<strong>.</strong></span></p> </td> <td width="10">&nbsp;</td> </tr> </table></td> </tr> </table> </td> <td bgcolor="#6666ff" width="199" valign=top> <table bgcolor="#6666ff" width="199" height=100% valign=top border="0" cellpadding="0" cellspacing="0"> <TR> <TD valign=top class=navi width=199> <img src ="air/slice_5.gif" border=0"><p> <SPAN class=navi>&nbsp;&nbsp;&nbsp;Live Chat support...</SPAN><BR>&nbsp;&nbsp;&nbsp;Click on the button &nbsp;&nbsp;&nbsp;below<BR>&nbsp;&nbsp;&nbsp;to chat with customer<BR>&nbsp;&nbsp;&nbsp;service. <br><br><!-- BEGIN ProvideSupport.com Custom Images Chat Button Code --> <center> <DIV id=cioLUg style="Z-INDEX: 100; POSITION: absolute"></DIV> <DIV id=scoLUg style="DISPLAY: inline"></DIV> <DIV id=sdoLUg style="DISPLAY: none"></DIV> <SCRIPT type=text/javascript>var seoLUg=document.createElement("script");seoLUg.type="text/javascript";seoLUg.defer=true;seoLUg.src=(location.protocol.indexOf("https")==0?"https://secure.providesupport.com/image":"http://image.providesupport.com")+"/js/travelpapacom/safe-standard.js?ps_h=oLUg\u0026ps_t="+new Date().getTime()+"\u0026online-image=http%3A//www.tickets-to-europe.com/chatbuttons/online.gif\u0026offline-image=http%3A//www.tickets-to-europe.com/chatbuttons/offline.gif";document.getElementById("sdoLUg").appendChild(seoLUg)</SCRIPT> <NOSCRIPT> <DIV style="DISPLAY: inline"><A href="http://www.providesupport.com/?messenger=travelpapacom"> Live Support</A></DIV></NOSCRIPT><!-- END ProvideSupport.com Custom Images Chat Button Code --> </center> <br> <SPAN class=navi> &nbsp;&nbsp;&nbsp;e-mail us </SPAN> <A HREF="mailto:nikatour@nikatour.com">here:</A> <br><p class="navi"> <img src ="air/slice_16.gif" border=0"><br> <a href="faq.html" target="contentbereich" class="navi">&nbsp;&nbsp;&nbsp;How do i book with<br>&nbsp;&nbsp;&nbsp;Nika Tour?</a> <br><br> <a href="faq2.html" target="contentbereich" class="navi">&nbsp;&nbsp;&nbsp;How do i travel<br>&nbsp;&nbsp;&nbsp;with an e-ticket?</a> <br><br> <a href="faq4.html" target="contentbereich" class="navi">&nbsp;&nbsp;&nbsp;Misspelled name on<br>&nbsp;&nbsp;&nbsp;the airline ticket?</a> <br><br> <a href="faq5.html" target="contentbereich" class="navi">&nbsp;&nbsp;&nbsp;Why can't i find available flights<br>&nbsp;&nbsp;&nbsp; online?</a> <br><br> <a href="faq.html" target="contentbereich" class="navi">&nbsp;&nbsp;&nbsp;Read more f.a.q.</a> </p></td> </tr> <tr> <td width="199" heigth=100% valign=top><center> <br> <a href="ru/default.htm" target=_blank><img src="img/ru_bus.gif" border="0" width="160" height="72"></a> <p> <a href="ig/gifts.html" target=_blank><img src="img/nika_plus.gif" border="0" width="150" height="36"></a> </td> </TR> </table> </TD> </TR> </table> </TD> </TR> </table> <script type="text/javascript"> </body> </HTML>