else if(handlontit == 2)
{
g.her.leftHandOnLegs = new Point(-55 - Math.max(50, g.characterControl.breastSize*0.50) , 65 - g.characterControl.breastSize/8);
g.her.leftArmIK.newTarget(g.her.leftHandOnLegs, g.her.torsoBack.leftBreast.nipple, true);
g.her.leftArmIK.reversedEnd = true;
g.her.leftArmIK.setEndRotationTarget(-185 + Math.min(130, g.characterControl.breastSize*0.9), [g.her.torsoBack.leftBreast.nipple, g.her.torsoBack.leftBreast, g.her.torsoBack, g.her.torsoBack, g.her]);
}
else if(handlontit == 3)
{
g.her.leftHandOnLegs = new Point(g.her.leftHandOnHim.x - 20, g.her.leftHandOnHim.y - 100);
g.her.leftArmIK.newTarget(g.her.leftHandOnLegs, g.him.rightLeg, true);
g.her.leftArmIK.reversedEnd = false;
g.her.leftArmIK.setEndRotationTarget(-185, [g.him.rightLeg]);
}
else if(handlontit == 4)
{
g.her.leftHandOnLegs = new Point(g.her.leftHandOnHim.x - 20, g.her.leftHandOnHim.y - 350);
g.her.leftArmIK.newTarget(g.her.leftHandOnLegs, g.him.rightLeg, true);
g.her.leftArmIK.reversedEnd = false;
g.her.leftArmIK.setEndRotationTarget(-185, [g.him.rightLeg]);
}