$(function () {	
	
	$('#sites').change(function () {
		document.location.replace('index.php?c=site&a=change&site='+this.options[this.selectedIndex].value);
	});
	
	$('#implantations').change(function () {
		document.location.replace('index.php?c=implantation&a=change&implantation='+this.options[this.selectedIndex].value);
	});
	
	function open() {
		$("right").animate({width: width+1}, "slow");
	}
	
});
