
	function openPupUp(id){
		$("#"+id).fadeIn("fast");
	}
	
	function closePupUp(id){
		$("#"+id).fadeOut("fast");
	}