$(document).ready(function(){

	shortcut.add("Ctrl+l",function() {
		$(".pos_login").slideDown("slow");
		$("#user").focus();
	});
	
	$(function() {
		$("#datepicker").datepicker({showOn: 'button', buttonImage: 'Highway/images/calendar.gif', buttonImageOnly: true, dateFormat: 'yy-mm-dd'});
	});

	$('#pos_slideshowMiddle').serialScroll({
		items:'li',
		prev:'img.prev',
		next:'img.next',
		offset:0, //when scrolling to photo, stop 230 before reaching it (from the left)
		start:0, //as we are centering it, start at the 2nd
		duration:2000,
		force:true,
		stop:false,
		lock:true,
		cycle:true, //don't pull back once you reach the end
		easing:'easeOutQuart', //use this easing equation for a funny effect
		jump: false //click on the images to scroll to the
	});
	
});


function uploadpopup(id){
	window.open("/includes/uploadpicform.php?id="+id,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=400, height=100");
}
