﻿ var countNext='';
$(document).ready(function() {
 $("#lnkNext").click(function(){
 
 alert('id');
 
  });
  
  
  
//    var gallery = $('#gallery').galleriffic('#navigation', {
//				
//					delay:                2000,
//					numThumbs:            12,
//					imageContainerSel:    '#slideshow',
//					controlsContainerSel: '#controls',
//					titleContainerSel:    '#image-title',
//					descContainerSel:     '#image-desc',
//					downloadLinkSel:      '#download-link'
//				});
//				
//				gallery.onFadeOut = function() {
//					$('#details').fadeOut('fast');
//				};
//				
//				gallery.onFadeIn = function() {
//					$('#details').fadeIn('fast');
//				};
    });

    function GetContentA(ArgCategoryId)
{

var showdetails=document.getElementById('ButtonMessage_'+ArgCategoryId).innerHTML;

      $.post("GetXML.aspx?HotelId="+ArgCategoryId+"",function(CarvanRouteMarker,status){
                     
                     if(showdetails=='Click To View Details')  
                         {
                         document.getElementById('divtotalcontent_'+ArgCategoryId).innerHTML=CarvanRouteMarker; 
                        document.getElementById('ButtonMessage_'+ArgCategoryId).innerHTML='Hide Details';
                        }
                        else
                        {
                         
                         document.getElementById('divtotalcontent_'+ArgCategoryId).innerHTML='';
                         document.getElementById('ButtonMessage_'+ArgCategoryId).innerHTML='Click To View Details';
                        }
	                  
	    });   
                                    
}
  function GetSubcontent(tabDescriptionId)
{

                                    
}





