// JavaScript Document
function test(obj) {
	$('.resulttest').fadeOut(100, function(){
											 $('#'+obj).fadeIn(300);
											 });
}
