$(function(){
		   
		   $('#infoheight').jScrollPane({dragMaxHeight:69,topCapHeight:50,scrollbarWidth:10, scrollbarMargin:0, showArrows:true});
		   
		   $('#longinfoheight').jScrollPane({dragMaxHeight:69,topCapHeight:50,scrollbarWidth:10, scrollbarMargin:0, showArrows:true});
		  
		   //$('#infoteamheight').jScrollPane({dragMaxHeight:69,topCapHeight:50,scrollbarWidth:10, scrollbarMargin:0, showArrows:true});
		   
		   $('#loginformdiv').jScrollPane({dragMaxHeight:69,topCapHeight:50,scrollbarWidth:10, scrollbarMargin:0, showArrows:true});
		   $('#infoheight2').jScrollPane({dragMaxHeight:69,topCapHeight:50,scrollbarWidth:10, scrollbarMargin:0, showArrows:true});
		   
		   $("div.scrollable").scrollable({vertical:false,size:4});
		
																											
			$(".teampic").click(function(){	
											
										   	var itemnum=$(this).attr("name");
											$.get("/include/teamitem.asp",{'itemnum':itemnum, 'type':1},function(xx){
																														document.getElementById("PicAndTitle").innerHTML=xx;
																													});    
											$.get("/include/teamitem.asp",{'itemnum':itemnum, 'type':2},function(xx){
																														$('#infoteamheight').html(xx);
																														//$('#infoteamheight').jScrollPane({dragMaxHeight:69,topCapHeight:50,scrollbarWidth:10, scrollbarMargin:0, showArrows:true});
																													});  
											
											return false;
											
													  }).filter(":first").click();
			
			
			
					 
		   });	


