$(function(){var posL="0px";var posT="0px";var j_mask=$("#mask",$("#flow"));var j_flowContainer=$("#flowContainer",$("#flow"));$(".flowYes, .flowNo, .flowReturn",j_flowContainer).each(function(){$(this).click(function(){j_mask.show();switch($(this).attr("rel")){case"1":posL="0px";posT="0px";break;case"2-1":posL="-600px";posT="158px";break;case"2-2":posL="-600px";posT="-158px";break;case"a1":posL="-1200px";posT="316px"
break;case"a2":posL="-1200px";posT="0px"
break;case"a3":posL="-1200px";posT="-316px"
break;}
j_flowContainer.animate({left:posL,top:posT},1200,"easeOutBack",function(){clear();});return false;});});$(".flowYes, .flowNo",j_flowContainer).each(function(){$(this).mousedown(function(){$(this).animate({top:"5px"},"200","easeOutBack")
return false;});$(this).mouseup(function(){$(this).animate({top:"0px"},"200")
return false;});});function clear(){j_mask.hide();}});
