﻿function tourdinhke(name,id,dinhky)
{   ///du-lich-nuoc-ngoai/<%# (DataBinder.Eval(Container, "DataItem.MultiLevel").ToString()=="True" ? "dm-" : "")%><%# IncreaseCounter.RemoveVietnamese(DataBinder.Eval(Container,"DataItem.DisplayName").ToString()) %>-c<%# DataBinder.Eval(Container,"DataItem.ID") %>.html
    if(dinhky=='False')
    {
        var link='/du-lich-nuoc-ngoai/'+name+'-iz'+id+'.html';
        window.location=link;
    }
    else //neu la tour dinh ky thi link den trang danh sach tour
    {
        var link='/du-lich-nuoc-ngoai/'+name+'-izo'+id+'.html';
        window.location=link;
    }
    return false;
}

function dattour(id)
    {
        if(id!=null&&id!='')
        {
            var ngay = document.getElementById('topblock_'+id).innerHTML;
            ngay = ngay.replace("/","-").replace("/","-");
            var url='/dattourtructuyen.aspx?id='+id+'&d='+ngay;
            window.location=url;
        }
        return false;
    }
    
function dattour1(id)
{
    if(id!=null&&id!='')
    {
        var ngay = document.getElementById('topblock_'+id).innerHTML;
        ngay = ngay.replace("/","-").replace("/","-");
        var url='/dattourtructuyen2.aspx?id='+id+'&d='+ngay;
        window.location=url;
    }
    return false;
}
    
//set ngay dươc chon cho label target
function BindValue(val,target)
{
	$('#topblock_'+target).text(val);
	var songaydi= parseInt(document.getElementById('songaydi_'+target).innerHTML);
	$('#ngayve_'+target).text(TLib.addDate(songaydi-1,val,'EU'));
	return false;
}

function setNgayVe(id)
{
    if(document.getElementById('topblock_'+id))
    {
        var ngaydi=document.getElementById('topblock_'+id).innerHTML;
        var songaydi= parseInt(document.getElementById('songaydi_'+id).innerHTML);
        $('#ngayve_'+id).text(TLib.addDate(songaydi-1,ngaydi,'EU'));
    }
}

function timchuyenmuc(tb)
{
    if(tb)
    {
        if(document.getElementById('txt_timchuyenmuc').value=='')
        {
            document.getElementById('txt_timchuyenmuc').focus();
            return false;
        }
        else
        {
            var kw=document.getElementById('txt_timchuyenmuc').value;
            if(kw.length>2)
            {
                window.location='/blog/timchuyenmuc.aspx?tb='+tb+'&kw='+kw;
            }
        }
    }
    return false;
}
var cur_bantin='';
function viewtab(tab,id)
{
    if(cur_bantin==tab) return;
    if(tab=='video')
    {
        document.getElementById('framecontent').style.display='none';
        document.getElementById('videocontent').style.display='block';
    }
    else
    {
        document.getElementById('framecontent').style.display='block';
        document.getElementById('videocontent').style.display='none';
        document.getElementById('frame1').src='/blog/frame.aspx?id='+id;
    }
    if(document.getElementById(cur_bantin))
        document.getElementById(cur_bantin).className='123';
    cur_bantin=tab;
    document.getElementById(tab).className='selected';
    return false;
}
function viewtab1(tab, id) {
    if (cur_bantin == tab) return;
    if (tab == 'video') {
        document.getElementById('framecontent').style.display = 'none';
        document.getElementById('videocontent').style.display = 'block';
    }
    else {
        document.getElementById('framecontent').style.display = 'block';
        document.getElementById('videocontent').style.display = 'none';
        document.getElementById('frame1').src = '/blog/frame1.aspx?id=' + id;
    }
    if (document.getElementById(cur_bantin))
        document.getElementById(cur_bantin).className = '123';
    cur_bantin = tab;
    document.getElementById(tab).className = 'selected';
    return false;
}

function randomXToY(minVal,maxVal,floatVal)
{
  var randVal = minVal+(Math.random()*(maxVal-minVal));
  return typeof floatVal=='undefined'?Math.round(randVal):randVal.toFixed(floatVal);
}

function randomtab()
{
    var rannum=randomXToY(1,2);
    var tmp='';
    tmp = (rannum%2==1?'in': 'out');
    viewcatalog(tmp);
}

function entersub(e,tb)
{
    evt = e || window.event;
    var keyPressed = evt.which || evt.keyCode;
    if (keyPressed == 13)
    {
        timchuyenmuc(tb);
        return false;
    }
}

var ph_current='ykien';
function guiphanhoi(id)
{
    if(id!=ph_current)
    {
        document.getElementById(id).style.display='block';
        document.getElementById(ph_current).style.display='none';
        ph_current=id;
    }
}


var tourcat='in';
var cur_sukien='sukien_0';
var cur_chuyende='chuyende_0';
var cur_hangtuan='hangtuan_0';
var cur_tuhcm='tuhcm_out_0';
var cur_tuhanoi='tuhanoi_out_0';
var _tmp='sukien';
var _tmp1='tuhcm';
var curentcatalogin='sukiencatalogin';
var curentcatalogout='tourtuhcm';

var path_in='Tour sự kiện';
var path_out='Tour khởi hành từ Tp Hồ Chí Minh';
var urlin='/du-lich-trong-nuoc/tour-su-kien/';
var urlout='/du-lich-nuoc-ngoai/tour-su-kien';

var in_default_sukien='';
var in_default_chuyende='';
var in_default_hangtuan='';
var in_default_tuhanoi='';

var out_default_tuhcm='';
var out_default_tuhanoi='';
var default_in='';
var default_out='';

function disableSelection(target)
{
    if(typeof(target.onselectstart)!="undefined") //For IE
        target.onselectstart=function(){return false}
    else if(typeof(target.style.MozUserSelect)!="undefined") //For Firefox
        target.style.MozUserSelect="none"
    else //All other route (For Opera)
        target.onmousedown=function(){return false}
    target.style.cursor = "default"
}

function hiliteRow(row, mouseOver)
{
    if(row.checked) return;
    if(mouseOver)
        row.style.backgroundColor = "#ffffe6";
    else
        row.style.backgroundColor = "";
}

function showsubcat(cat,id,slide)
{
    if(cat=='in')
    {
        if(_tmp=='sukien')
        {
            if(cur_sukien!=id)
            {
                document.getElementById(id).style.display='block';
                document.getElementById(cur_sukien).style.display='none';
                //alert(cur_sukien);
                cur_sukien=id;
            }
        }
        if(_tmp=='chuyende')
        {
            if(cur_chuyende!=id)
            {
                document.getElementById(id).style.display='block';
                document.getElementById(cur_chuyende).style.display='none';
                cur_chuyende=id;
            }
        }
        if(_tmp=='hangtuan')
        {
            if(cur_hangtuan!=id)
            {
                document.getElementById(id).style.display='block';
                document.getElementById(cur_hangtuan).style.display='none';
                cur_hangtuan=id;
            }
        }
    }
    else
    {
        if(_tmp1=='tuhcm')
        {
            if(cur_tuhcm!=id)
            {
                document.getElementById(id).style.display='block';
                document.getElementById(cur_tuhcm).style.display='none';
                cur_tuhcm=id;
            }
        }
        if(_tmp1=='tuhanoi')
        {
            if(cur_tuhanoi!=id)
            {
                document.getElementById(id).style.display='block';
                document.getElementById(cur_tuhanoi).style.display='none';
                cur_tuhanoi=id;
            }
        }
    }
    AP.Core.JS.PhotoSlide.init({id:''+slide+'', autoStart: false, animation: true});
    return false;
}

function viewcatalog(id)
{
    if(id=='in')
    {
        document.getElementById('tour_'+id).style.display='block';
        document.getElementById('catalog_'+id).style.display='block';
        document.getElementById('playlist_'+id).style.display='block';
        document.getElementById('tour_out').style.display='none';
        document.getElementById('catalog_out').style.display='none';
        document.getElementById('playlist_out').style.display='none';
        getTour(1,default_in,'in'+default_in);
        var clip_playing = document.getElementById("fClipPlayer");
        if(clip_playing)
        {
            clip_playing.sendEvent('STOP');
            switchclip('in');
        }
    }
    else
    {
        document.getElementById('tour_'+id).style.display='block';
        document.getElementById('catalog_'+id).style.display='block';
        document.getElementById('playlist_'+id).style.display='block';
        document.getElementById('tour_in').style.display='none';
        document.getElementById('catalog_in').style.display='none';
        document.getElementById('playlist_in').style.display='none';
        getTour(2,default_out,'out'+default_out);
        var clip_playing = document.getElementById("fClipPlayer");
        if(clip_playing)
        {
            clip_playing.sendEvent('STOP');
            switchclip('out');
        }
    }
    return false;
}

function showcatalogin(id,cat)
{
    if(cat!='') _tmp=cat;
    if(id!=curentcatalogin)
    {
        document.getElementById(id).style.display='block';
        document.getElementById(curentcatalogin).style.display='none';
        curentcatalogin=id;
    }
    if(cat=='sukien') { path_in='Tour sự kiện'; urlin='/du-lich-trong-nuoc/tour-su-kien/'; getTour(1,in_default_sukien,'in'+in_default_sukien);}
    if(cat=='chuyende') {path_in='Tour chuyên đề'; urlin='/du-lich-trong-nuoc/tour-chuyen-de.html/'; getTour(1,in_default_chuyende,'in'+in_default_chuyende);}
    if(cat=='hangtuan') {path_in='Tour hàng tuần'; urlin='/du-lich-trong-nuoc/tour-hang-tuan/'; getTour(1,in_default_hangtuan,'in'+in_default_hangtuan);}
    if(cat=='tuhanoi') {path_in='Tour khởi hành từ Hà Nội'; urlin='/du-lich-trong-nuoc/30/khoi-hanh-hang-ngay-tu-ha-noi.html/';getTour(1,in_default_tuhanoi,'in'+in_default_tuhanoi);}
    return false;
}

function showcatalogout(id,cat)
{
    if(cat!='') _tmp1=cat;
    if(id!=curentcatalogout)
    {
        document.getElementById(id).style.display='block';
        document.getElementById(curentcatalogout).style.display='none';
        curentcatalogout=id;
    }
    if(cat=='tuhcm') { path_out='Tour khởi hành từ TP Hồ Chí Minh'; urlout='/du-lich-nuoc-ngoai/tour-su-kien'; getTour(2,out_default_tuhcm,'out'+out_default_tuhcm);}
    if(cat=='tuhanoi') { path_out='Tour khởi hành từ Hà Nội'; urlout='/tour-nuoc-ngoai/36/tour-khoi-hanh-tu-ha-noi.html'; getTour(2,out_default_tuhanoi,'out'+out_default_tuhanoi);}
    return false;
}

function setdefault()
{
    getTour(2,default_out,'out'+default_out);
}

function TraCuuTour()
{
    if(document.getElementById('ddldiemden').selectedIndex==0)
    {
        alert("Chọn thông tin điểm đến"); return false;
    }
    else
    {
        if(document.getElementById('rdnuocngoai').checked==true)
        {
            //alert('trong nuoc');
            window.location="/du-lich-trong-nuoc/tim-kiem-tour-"+document.getElementById('ddlkhoihanh').value+"-"+document.getElementById('ddldiemden').value+".html";
        }
        else
        {
            //alert('nuoc ngoai');
            window.location="/du-lich-nuoc-ngoai/tim-kiem-tour-"+document.getElementById('ddlkhoihanh').value+"-"+document.getElementById('ddldiemden').value+".html";
        }
    }
}

function TraCuuTour1()
{
//    if(document.getElementById('rdkhachsan').checked==false)
//    {
        if(document.getElementById('ddldiemden').selectedIndex==0)
        {
            alert("Chọn thông tin điểm đến"); return false;
        }
        else
        {
            if(document.getElementById('rdnuocngoai').checked==false)
            {
                //alert('trong nuoc');
                window.location="/tim-kiem-tour-nuoc-ngoai/"+document.getElementById('ddlkhoihanh').value+"/"+document.getElementById('ddldiemden').value+"/";
            }
            else
            {
                //alert('nuoc ngoai');
                window.location="/tim-kiem-tour-trong-nuoc/"+document.getElementById('ddlkhoihanh').value+"/"+document.getElementById('ddldiemden').value+"/";
            }
        }
//    }
//    else
//    {
//        TimKSTrongNuoc1();
//    }
    }

// fiditour he---------------
function TraCuuTour_hcmIn() {
//    if (document.getElementById('ddldiemden_hcm').selectedIndex == 0) {
//        alert("Chọn thông tin điểm đến"); return false;
//    }
    window.location = "/tim-kiem-tour-trong-nuoc/" + document.getElementById('ddlkhoihanh_hcm').value + "/" + document.getElementById('ddldiemden_hcm').value + "/";

}
function TraCuuTour_hanoiIn() {
//    if (document.getElementById('ddldiemden_hanoi').selectedIndex == 0) {
//        alert("Chọn thông tin điểm đến"); return false;
//    }
    window.location = "/tim-kiem-tour-trong-nuoc/" + document.getElementById('ddlkhoihanh_hanoi').value + "/" + document.getElementById('ddldiemden_hanoi').value + "/";

}
function TraCuuTour_canthoIn() {
//    if (document.getElementById('ddldiemden_cantho').selectedIndex == 0) {
//        alert("Chọn thông tin điểm đến"); return false;
//    }
    window.location = "/tim-kiem-tour-trong-nuoc/" + document.getElementById('ddlkhoihanh_cantho').value + "/" + document.getElementById('ddldiemden_cantho').value + "/";

}
function TraCuuTour_danangIn() {
    //    if (document.getElementById('ddldiemden_cantho').selectedIndex == 0) {
    //        alert("Chọn thông tin điểm đến"); return false;
    //    }
    window.location = "/tim-kiem-tour-trong-nuoc/" + document.getElementById('ddlkhoihanh_danang').value + "/" + document.getElementById('ddldiemden_danang').value + "/";

}

function TraCuuTour_hcmOut() {
   
//    if (document.getElementById('ddldiemden_hcm1').selectedIndex == 0) {
//        alert("Chọn thông tin điểm đến"); return false;
//    }
    window.location = "/tim-kiem-tour-nuoc-ngoai/" + document.getElementById('ddlkhoihanh_hcm1').value + "/" + document.getElementById('ddldiemden_hcm1').value + "/";
}
function TraCuuTour_hanoiOut() {

//    if (document.getElementById('ddldiemden_hanoi1').selectedIndex == 0) {
//        alert("Chọn thông tin điểm đến"); return false;
//    }
    window.location = "/tim-kiem-tour-nuoc-ngoai/" + document.getElementById('ddlkhoihanh_hanoi1').value + "/" + document.getElementById('ddldiemden_hanoi1').value + "/";
}
function TraCuuTour_canthoOut() {

//    if (document.getElementById('ddldiemden_cantho1').selectedIndex == 0) {
//        alert("Chọn thông tin điểm đến"); return false;
//    }
    window.location = "/tim-kiem-tour-nuoc-ngoai/" + document.getElementById('ddlkhoihanh_cantho1').value + "/" + document.getElementById('ddldiemden_cantho1').value + "/";
}
function TraCuuTour_danangOut() {

    //    if (document.getElementById('ddldiemden_cantho1').selectedIndex == 0) {
    //        alert("Chọn thông tin điểm đến"); return false;
    //    }
    window.location = "/tim-kiem-tour-nuoc-ngoai/" + document.getElementById('ddlkhoihanh_danang1').value + "/" + document.getElementById('ddldiemden_danang1').value + "/";
}
// en-------------------
var d2,d3,d4,d5,d6,d7; d2=d3=d4=d5=d6=d7=true;
function expand(divid,id)
{                
    if(id)
    {
        document.getElementById('div_'+divid).style.display='block';
        if(divid=='d2')
        {document.getElementById('linhvuc').style.height = document.getElementById('linhvuc').clientHeight + 1100 + 'px'}
        if(divid=='d3')
        {document.getElementById('linhvuc').style.height = document.getElementById('linhvuc').clientHeight + 510 + 'px'}
        if(divid=='d4')
        {document.getElementById('linhvuc').style.height = document.getElementById('linhvuc').clientHeight + 475 + 'px'}
        if(divid=='d5')
        {document.getElementById('linhvuc').style.height = document.getElementById('linhvuc').clientHeight + 433 + 'px'}
        if(divid=='d6')
        {document.getElementById('linhvuc').style.height = document.getElementById('linhvuc').clientHeight + 910 + 'px'}
        if(divid=='d7')
        {document.getElementById('linhvuc').style.height = document.getElementById('linhvuc').clientHeight + 1960 + 'px'}
        loadpage();
    }
    else
    {
        document.getElementById('div_'+divid).style.display='none';
        if(divid=='d2')
        {document.getElementById('linhvuc').style.height = document.getElementById('linhvuc').clientHeight - 1100 + 'px';
            document.getElementById('mainpage').style.height = document.getElementById('mainpage').clientHeight - 1100 + 'px'
        }
        if(divid=='d3')
        {document.getElementById('linhvuc').style.height = document.getElementById('linhvuc').clientHeight - 510 + 'px';
            document.getElementById('mainpage').style.height = document.getElementById('mainpage').clientHeight - 510 + 'px'
        }
        if(divid=='d4')
        {document.getElementById('linhvuc').style.height = document.getElementById('linhvuc').clientHeight - 475 + 'px'
        document.getElementById('mainpage').style.height = document.getElementById('mainpage').clientHeight - 475 + 'px'}
        if(divid=='d5')
        {document.getElementById('linhvuc').style.height = document.getElementById('linhvuc').clientHeight - 433 + 'px'
        document.getElementById('mainpage').style.height = document.getElementById('mainpage').clientHeight - 433 + 'px'}
        if(divid=='d6')
        {document.getElementById('linhvuc').style.height = document.getElementById('linhvuc').clientHeight - 910 + 'px'
        document.getElementById('mainpage').style.height = document.getElementById('mainpage').clientHeight - 910 + 'px'}
        if(divid=='d7')
        {document.getElementById('linhvuc').style.height = document.getElementById('linhvuc').clientHeight - 1960 + 'px'
        document.getElementById('mainpage').style.height = document.getElementById('mainpage').clientHeight - 1960 + 'px'}
    }
}

function loadpage()
{
    if(browser_version=='IE6')
    {
        document.getElementById('mainpage').style.height = document.getElementById('top5').offsetTop - 30 + 'px';
        if(typeof(blog)=='undefined')
            document.getElementById('linhvuc').style.height = document.getElementById('top5').offsetTop - document.getElementById('mainmenu').clientHeight - 260 + 'px';        
        else
            document.getElementById('linhvuc').style.height = document.getElementById('top5').offsetTop - document.getElementById('mainmenu').clientHeight - 190 + 'px';        
    }
    else
    {
        var right = document.getElementById('mainpage').clientHeight;
        var total = document.getElementById('tracuu').clientHeight + document.getElementById('leftcontent').clientHeight + document.getElementById('linhvuc').clientHeight + 100;
        if ( right < total)
        {			    
            document.getElementById('mainpage').style.height = total + 15 + 'px';
        }
        else
        {
            document.getElementById('linhvuc').style.height = document.getElementById('linhvuc').clientHeight + (right-total-15) + 'px';
        }
    }
}

function loadpage1()
{
    if(browser_version=='IE6')
    {
        document.getElementById('mainpage').style.height = document.getElementById('top5').offsetTop - 30 + 'px';
        if(typeof(blog)=='undefined')
            document.getElementById('linhvuc').style.height = document.getElementById('top5').offsetTop - document.getElementById('mainmenu').clientHeight - 260 + 'px';        
        else
            document.getElementById('linhvuc').style.height = document.getElementById('top5').offsetTop - document.getElementById('mainmenu').clientHeight - 190 + 'px';        
    }
    else
    {
        var right = document.getElementById('mainpage').clientHeight;
        var left=document.getElementById('left_block').clientHeight;
        //alert(left+'----'+right);
        //var total = document.getElementById('tracuu').clientHeight + document.getElementById('leftcontent').clientHeight + document.getElementById('linhvuc').clientHeight + document.getElementById('linhvuc1').clientHeight + 100;
        if ( right < left)
        {
            document.getElementById('mainpage').style.height = (left - 25) + 'px';
        }
        else
        {
            document.getElementById('linhvuc').style.height = document.getElementById('linhvuc').clientHeight + (right-left + 25) + 'px';
        }
    }
}

function resetkh()
{ 
    document.getElementById('ddlkhoihanh').selectedIndex=0;
    document.getElementById('ddldiemden').selectedIndex = 0;
    getDiemDen(1);
}

function resetks()
{ 
    document.getElementById('ddlvungmien').selectedIndex=0;
    document.getElementById('ddltinhthanh').selectedIndex=0;
    document.getElementById('ddlcapdo').selectedIndex=0;
}

var language='vn';
function view()
{
    if(language!='vn')
    {
        language='vn';
        document.getElementById('div_vn').style.display='block';
        document.getElementById('div_en').style.display='none';
        if(document.getElementById('view_en_button'))
        {	document.getElementById('view_en_button').innerHTML='Click here to see English version'; }
        loadpage();
        return;
    }
    else
    {
        language='en';
        document.getElementById('div_en').style.display='block';
        document.getElementById('div_vn').style.display='none';
        if(document.getElementById('view_en_button'))
        {	document.getElementById('view_en_button').innerHTML='Click here to see Vietnamese version'; }
        loadpage();
        return;
    }
}

function dk_nhantin()
{
    if(document.getElementById('email_nhantin').value=='')
    {
        alert('Bạn phải điền thông tin địa chỉ email để nhận thông tin từ FIDITOUR');
        document.getElementById('email_nhantin').focus();
        return false;
    }
    else if(!isEmail(document.getElementById('email_nhantin').value))
    {
        alert('Thông tin địa chỉ email không hợp lệ');
        document.getElementById('email_nhantin').focus();
        return false;
    }
    else
    {
        dangky_nhantin(document.getElementById('email_nhantin').value);
        return false;
    }
    return false;
}
isEmail=function(val){if(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(val)){return true;}return false;}
function TimKSTrongNuoc()
{
    if(document.getElementById('ctl00_ddlvungmien').selectedIndex==0)
    {
        alert("Vui lòng chọn thông tin vùng miền cần tìm"); return false;
    }
    if(document.getElementById('ddltinhthanh').selectedIndex==0)
    {
        alert("Vui lòng chọn thông tin tỉnh thành cần tìm"); return false;
    }
    else
    {
        //alert('nuoc ngoai');
        window.open("http://dulichmuasam.com/tim-kiem-khach-san/"+document.getElementById('ddltinhthanh').value+"/"+document.getElementById('ddlcapdo').value+"/");
        //window.location="http://dulichmuasam.com/tim-kiem-khach-san/"+document.getElementById('ddltinhthanh').value+"/"+document.getElementById('ddlcapdo').value+"/";
    }
}

function TimKSTrongNuoc1()
{
    if(document.getElementById('ddlvungmien').selectedIndex==0)
    {
        alert("Vui lòng chọn thông tin vùng miền cần tìm"); return false;
    }
    if(document.getElementById('ddltinhthanh').selectedIndex==0)
    {
        alert("Vui lòng chọn thông tin tỉnh thành cần tìm"); return false;
    }
    else
    {
        //alert('nuoc ngoai');
        window.open("http://dulichmuasam.com/tim-kiem-khach-san/"+document.getElementById('ddltinhthanh').value+"/"+document.getElementById('ddlcapdo').value+"/");
    }
}

function TimKSNgoaiNuoc()
{
    if(document.getElementById('ctl00_ddlquocgia').selectedIndex==0)
    {
        alert("Vui lòng chọn thông tin quốc gia cần tìm"); return false;
    }
    else
    {
        window.location="/tim-khach-san-nuoc-ngoai/"+document.getElementById('ctl00_ddlquocgia').value+"/"+document.getElementById('ddlcapdo1').value+"/";
    }
}

function Chat(list)
        {
            if(list!=""?list.length>0:false)
            {
                var tmp=list.split(';');
                for(var i=0; i<tmp.length;i++)
                {
                    if(tmp[i]!='')
                    {
                        var type=tmp[i].split(':');
                        if(type[0]=='skype')
                        {    writeSupport(type[1],'skype','/images72010/skype.gif'); }
                        else
                        {    writeSupport(type[1],'yahoo','1'); }
                    }
                }
            }
        }
        
function initmenu()
{
jQuery('#navigationMenu li .normalMenu').each(function(){

		jQuery(this).before(jQuery(this).clone().removeClass().addClass('hoverMenu'));

	});
	
	jQuery('#navigationMenu li').hover(function(){
	
		jQuery(this).find('.hoverMenu').stop().animate({marginTop:'0px'},200);

	},
	
	function(){
	
		jQuery(this).find('.hoverMenu').stop().animate({marginTop:'-25px'},200);

	});
}
