ÿþ<!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="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"><p class="fliess"><strong class="fliessbold">CREDIT CARD SAFETY:</strong><br> We are confident that your credit card transaction will be secure on every online purchase. We want you to feel safe and secure booking your travel with us online. For this reason, we use a sophisticated technology to encrypt your credit card and other sensitive information when you make reservations for flights, hotels or rental cars. The process of encryption prevents unauthorized individuals from viewing your information as it is securely transmitted over the Internet. Once received, your credit card information is not transmitted over the Internet again. On the passenger information and payment pages, the address bar changes from http:// to https://, which assures you that your information is encrypted and secure.<br> <br> There are times that we will request that you fill out a credit card authorisation form, usually if the billing address does not verify for credit card approval, or for International transactions. </p> <p class="fliess"><strong class="fliessbold">OUR GUARANTEE:</strong><br> Even with the very best protection policies and safeguard procedures in place, there is always the remote possibility of fraud. If you believe unauthorized use of your credit information has occurred, follow the reporting procedures defined by your credit card's issuing bank and contact us immediately.</p> <p class="fliess"><strong class="fliessbold">PRIVACY:</strong><br> We are very concerned about protecting the privacy of our customers. Any personal data collected from you is used to secure a reservation with third party vendors such as airlines, hotels or car rental agencies. We will not modify, copy, distribute, transmit, license, sell or redistribute any of your personal profile information. Customer comments or testimonials will not be used without written consent. Customers have direct online access to review, update, correct or discontinue their personal profiles at any time<strong>.</strong></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> </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="#" 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> | <span class="boldtextfooter"> <a href="author.html" target="_blank" class="navi">Authorization form</a><span class="navi"> | &copy;2006 Nikatour.com</span></div> </TD> </TR> </table> <script type="text/javascript" language="JavaScript"> </body> </html> <script type="text/javascript"> </body> </HTML>