﻿function openPage2(id) {
    window.open('price.aspx?id=' + id, '', 'scrollbars=yes,width=600,height=500,status=no,resizable=1,left=100,top=100,alwasRized');
}
function openPage3(id) {
    window.open('tour.aspx?id=' + id, '', 'scrollbars=yes,width=650,height=550,status=no,resizable=1,left=100,top=100,alwasRized');
}
function openPage4(id) /*tu detayı*/
{
    window.open('onetour_details.aspx?id=' + id, '', 'scrollbars=yes,width=650,height=550,status=no,resizable=1,left=100,top=100,alwasRized');
}
function openPage5(id) /*tur fiyatı*/
{
    window.open('onetour_details2.aspx?id=' + id, '', 'scrollbars=yes,width=650,height=550,status=no,resizable=1,left=100,top=100,alwasRized');
}
function openPage(page) {
    switch (page) {
        case 2:
            window.open('http://www.goldenbaytour.com/vize_evrak.htm', '', 'scrollbars=yes,width=600,height=500,status=no,resizable=1,left=100,top=100,alwasRized');
            break;
        case 3:
            window.open('http://www.goldenbaytour.com/dunya.asp', '', 'scrollbars=yes,width=600,height=500,status=no,resizable=1,left=100,top=100,alwasRized');
            break;
        case 4:
            window.open('http://www.goldenbaytour.com/atlas.htm', '', 'scrollbars=yes,width=500,height=400,status=no,resizable=1,left=100,top=100,alwasRized');
            break;
        case 5:
            window.open('http://www.xe.com/ucc/', '', 'scrollbars=yes,width=600,height=500,status=no,resizable=1,left=100,top=100,alwasRized');
            break;
        case 6:
            window.open('http://www.goldenbaytour.com/vize.html', '', 'scrollbars=yes,width=600,height=500,status=no,resizable=1,left=100,top=100,alwasRized');
            break;
        case 7:
            window.open('images/pdf/index.html', '', 'scrollbars=yes,width=1050,height=768,status=no,resizable=0,left=100,top=100,alwasRized');
            break;
        case 8:
            window.open('http://www.wunderground.com/', '', 'scrollbars=yes,width=600,height=500,status=no,resizable=1,left=100,top=100,alwasRized');
            break;
        case 9:
            window.open('vize.aspx', '', 'scrollbars=yes,width=750,height=500,status=no,resizable=1,left=100,top=100,alwasRized');
            break;
        case 10:
            window.open('vize.aspx?id=8', '', 'scrollbars=yes,width=750,height=500,status=no,resizable=1,left=100,top=100,alwasRized');
            break;
        case 11:
            window.open('vize.aspx', '', 'scrollbars=yes,width=750,height=500,status=no,resizable=1,left=100,top=100,alwasRized');
            break;
        case 12:
            window.open('http://www.transferist.com/', '', 'scrollbars=yes,width=1024,height=768,status=no,resizable=1,left=100,top=100,alwasRized');
            break;
        case 13:
            window.open('http://www.bilet-in.com/', '', 'scrollbars=yes,width=1024,height=768,status=no,resizable=1,left=100,top=100,alwasRized');
            break;
        case 14:
            window.open('http://www.goldenbaycruises.com/', '', 'scrollbars=yes,width=1024,height=768,status=no,resizable=1,left=100,top=100,alwasRized');
            break;
    }
}