﻿
        
       function changeImage(src)
        {
            src.src="Image.aspx?"+Math.random();
        }

 $(document).ready(function(){

  $('#gallery a').lightBox();
  $('#photo_tb a').lightBox();
  $('#Photo a').lightBox();
//			$("li").click(function(){
//			
//			if($(this).find("ul").size()>0)
//			{
//				$(this).find("ul").each(function(){
//				if($(this).is(':visible'))
//				{
//					$(this).slideUp(1000);
//				}
//				else
//				{
//					$(this).slideDown(1000);
//				}
//				});
//			}
//			});
			 $("#showInfo").show(2000);
});
 
        

