diff --git a/devTools/PreCompile.sh b/devTools/PreCompile.sh
index d6fc3694d1eb45839ee4527897ca938f66e0036f..248695a23d80fe295aac79642a6ead3109d96943 100755
--- a/devTools/PreCompile.sh
+++ b/devTools/PreCompile.sh
@@ -1,8 +1,7 @@
 #!/bin/ksh
-mega-login $1 $2 #U=$1 P=$2 rDir=$3 lDir=$4 repo=$5 Reqs:MEGAcmd,git
-if [ -z "$5" ];then 5='https://gitgud.io/pregmodfan/fc-pregmod.git';fi
+mega-login $1 $2 #U=$1 P=$2 rDir=$3 lDir=$4 Reqs:MEGAcmd,git
 while true;do gen=0;cd $4;
-	if [[ `echo $?` -gt 0 ]];then mkdir -p $4&&git clone -q --depth 1 $5 $4&&cd $4
+	if [[ `echo $?` -gt 0 ]];then mkdir -p $4&&git clone -q --depth 1 https://gitgud.io/pregmodfan/fc-pregmod.git $4&&cd $4
 		if [[ ! `mega-ls $3|cut -c21-24|paste -sd,` =~ `git log|head -1|cut -c8-11` ]];then gen=1;fi #stackoverflow.com/a/15394738
 	fi
 	git fetch -q && if [ `git rev-list ...origin|wc -l` -gt 0 ];then git pull -q&&gen=1;fi #stackoverflow.com/a/17192101
diff --git a/src/SecExp/secExpSmilingMan.tw b/src/SecExp/secExpSmilingMan.tw
index 1bce6f552d8977f1e2489b1f1a1d039c87527947..31c1e3ac237ee1e17b424b65f08285cd7a2b5f6c 100644
--- a/src/SecExp/secExpSmilingMan.tw
+++ b/src/SecExp/secExpSmilingMan.tw
@@ -1,21 +1,19 @@
 :: secExpSmilingMan [nobr]
 
-<strong>The Smiling Man</strong>
-<br>
-
+<strong>The Smiling Man</strong> <br>
+<<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event">>
 <<setAssistantPronouns>>
 <<if $smilingManProgress == 0>>
-	<<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event">>
 	<<set $fcnn.push("...encryption techniques: how to protect you and your loved ones from hackers ...")>>
 
-	<br> /* TODO: fix grammatical errors and clean this block up */
-	During your morning routine, you come across a peculiar report: it's been several weeks now that your arcology has been the victim of a series of cyber-crimes conducted by a mysterious figure.
-	The egocentric criminal took great pride in their acts, to the point of signing his acts with their peculiar symbol: a stylized smiling face. Your arcology was not the only one under assault by the
+	<br>
+	During your morning routine, a peculiar report appears: it's been several weeks since your arcology was the victim of a series of cyber-crimes conducted by a mysterious figure.
+	The egocentric criminal apparently took great pride in their acts, to the point of signing them with a symbol: a stylized smiling face. Your arcology was not the only one under assault by the
 	machinations of the one the media quickly nicknamed //the Smiling Man//.
-	<br>Despite the sheer damage this criminal was doing, you cannot help but admire the skill with which every misdeed is carried — the worst white collar crimes of the century, carried out with such elegance
-	that they almost seemed the product of natural laws, rather than the masterful manipulation of the digital market.
-	While you sift through the pages of the report, $assistantName remains strangely quiet. "I'm worried, <<= properTitle()>> — this individual seems to be able to penetrate whichever system garners his attention. I... feel vulnerable," _heA says. "It's not something I'm used to."
-	<br>Fortunately you have not been hit directly by this criminal — not yet at least. Still, the repercussions of numerous bankruptcies take their toll on your arcology, whose @@.red;prosperity suffers.@@
+	<br>Despite the sheer damage this criminal did, you cannot help but admire the skill with which every misdeed was performed — the worst white collar crimes of the century, carried out with such elegance
+	that they almost seemed the product of natural laws, rather than masterful manipulation of the digital market.
+	While sifting through the report, $assistantName remains strangely quiet. "I'm worried, <<= properTitle()>> — this individual seems to be able to penetrate whichever system garners his attention. I... feel vulnerable," _heA says. "It's not something I'm used to."
+	<br>Fortunately you have not been hit directly by this criminal — yet. Still, the repercussions of numerous bankruptcies take their toll on your arcology, whose @@.red;prosperity suffers.@@
 	<br><<set $arcologies[0].prosperity *= random(80,90) * 0.01>>
 	<br>
 	<span id="result">
@@ -24,8 +22,8 @@
 		<<link "Devote funds to the search for this dangerous criminal">>
 			<<run cashX(-10000, "event")>>
 			<<set $investedFunds = 1>>
-			<<set $relationshipLM += 1>>
-			<<set $smilingManProgress += 1>>
+			<<set $relationshipLM++>>
+			<<set $smilingManProgress++>>
 			<<replace "#result">>
 				You devote funds to capture and neutralize the threat. You cannot help but wonder what the end game of this "smiling man" is. Money? Fame? Or is he on an ideological crusade?
 			<</replace>>
@@ -35,7 +33,7 @@
 			<<run cashX(-10000, "event")>>
 			<<set $investedFunds = 1>>
 			<<set $relationshipLM += 2>>
-			<<set $smilingManProgress += 1>>
+			<<set $smilingManProgress++>>
 			<<replace "#result">>
 				You devote funds to an attempt at communicating with the smiling man. You cannot help but wonder what the end game of this "smiling man" is. Money? Fame? Or is he on an ideological crusade?
 			<</replace>>
@@ -45,7 +43,7 @@
 			<<run cashX(-10000, "event")>>
 			<<set $investedFunds = 1>>
 			<<set $relationshipLM += random(5,10)>>
-			<<set $smilingManProgress += 1>>
+			<<set $smilingManProgress++>>
 			<<replace "#result">>
 				You devote funds to the improvement of the cyber-security of your arcology. You cannot help but wonder what the end game of this "smiling man" is. Money? Fame? Or is he on an ideological crusade?
 			<</replace>>
@@ -55,14 +53,13 @@
 	<</if>>
 	<br>
 	<<link "Ignore the issue">>
-		<<set $smilingManProgress += 1>>
+		<<set $smilingManProgress++>>
 		<<replace "#result">>
 			You do not consider this individual a threat.
 		<</replace>>
 	<</link>>
 	</span>
 <<elseif $smilingManProgress == 1>>
-	<<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event">>
 	<<set $fcnn.push("...cybersecurity market is booming thanks to a series of recent high-profile attacks...")>>
 
 	<br>
@@ -79,15 +76,18 @@
 	<br>"I... I — I couldn't stop him! I'm sorry, <<= properTitle()>>."
 	<br>You waste no time in rushing to the console and checking your finances. It's as you feared, @@.red;you have been robbed.@@
 	<<set _lostCash = Math.clamp(50000 * Math.trunc($week / 20), 50000, 1000000)>>
-	<<if $assistantPower == 1>>
-		<<set _lostCash -= Math.min(20000, _lostCash)>>
-		<br>Fortunately, the computing power available to $assistantName allowed _himA to somewhat limit the losses.
-	<<elseif $assistantPower == 2>>
-		<<set _lostCash -= Math.min(30000, _lostCash)>>
-		<br>Fortunately, the computing power available to $assistantName allowed _himA to limit the losses.
-	<<elseif $assistantPower >= 3>>
-		<<set _lostCash -= Math.min(40000, _lostCash)>>
-		<br>Fortunately, the computing power available to $assistantName allowed _himA to significantly limit the losses.
+	<<if $assistantPower >= 1>>
+		<br>Fortunately, the computing power available to $assistantName allowed _himA to
+		<<if $assistantPower == 1>>
+			<<set _lostCash -= Math.min(20000, _lostCash)>>
+			somewhat
+		<<elseif $assistantPower == 2>>
+			<<set _lostCash -= Math.min(30000, _lostCash)>>
+		<<elseif $assistantPower >= 3>>
+			<<set _lostCash -= Math.min(40000, _lostCash)>>
+			significantly
+		<</if>>
+			limit the damage.
 	<</if>>
 	<<if $secUpgrades.cyberBots == 1>>
 		<<set _lostCash -= Math.min(30000, _lostCash)>>
@@ -103,16 +103,16 @@
 	<span id="result">
 	<br>
 	<<link "&quot;I want him dead. Now.&quot;">>
-		<<set $relationshipLM -= 1>>
-		<<set $smilingManProgress += 1>>
+		<<set $relationshipLM-->>
+		<<set $smilingManProgress++>>
 		<<replace "#result">>
 			You command your loyal operatives to double down on the search and elimination of the threat.
 		<</replace>>
 	<</link>>
 	<br>
 	<<link "&quot;I want him, dead or alive!&quot;">>
-		<<set $relationshipLM += 1>>
-		<<set $smilingManProgress += 1>>
+		<<set $relationshipLM++>>
+		<<set $smilingManProgress++>>
 		<<replace "#result">>
 			You command your loyal operatives to double down on the search and capture of the threat.
 		<</replace>>
@@ -120,14 +120,14 @@
 	<br>
 	<<link "&quot;If we don't find him soon, we will regret it.&quot;">>
 		<<set $relationshipLM += 2>>
-		<<set $smilingManProgress += 1>>
+		<<set $smilingManProgress++>>
 		<<replace "#result">>
 			You command your loyal operatives to double down on the search and neutralization of the threat.
 		<</replace>>
 	<</link>>
 	<br>
 	<<link "&quot;He got what he wanted. Hopefully, we will be left in peace.&quot;">>
-		<<set $smilingManProgress += 1>>
+		<<set $smilingManProgress++>>
 		<<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event">>
 		<<replace "#result">>
 			You take no further action. Hopefully this ordeal is over.
@@ -135,7 +135,6 @@
 	<</link>>
 	</span>
 <<elseif $smilingManProgress == 2>>
-	<<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event">>
 	<<set $fcnn.push("...my money safe the old-fashioned way: I store it all underneath my mattress...")>>
 
 	<br>
@@ -154,10 +153,11 @@
 	<br>"Have a good day," it simply concluded.
 	<br>Then it happened.
 	<br>In little more than seconds all the data collected in the years past vanished. It's a disaster.
+	The vast majority of currency is digital, so the actions of the Smiling Man have a devastating effect on the money supply.
 	<<if $cash < 0>>
-		The vast majority of currency is digital, so the actions of the Smiling Man have a devastating effect on the money supply. Luckily for you this means that your @@.yellowgreen;debt is reduced.@@
+		Luckily for you this means that your @@.yellowgreen;debt is reduced.@@
 	<<else>>
-		The vast majority of currency is digital, so the actions of the Smiling Man have a devastating effect on the money supply. Unfortunately this means that your @@.red;cash reserves are gutted.@@
+		Unfortunately this means that your @@.red;cash reserves are gutted.@@
 	<</if>>
 	<<run cashX(($cash * 0.2)-$cash, "event")>>
 	You are not the only one affected by this however. @@.red;The economy of the entire world is severely affected@@ by the loss of vast quantities of currency. Who knows how long will it take for the global economy to recover.
@@ -212,16 +212,16 @@
 	<span id="result">
 	<br>
 	<<link "&quot;Eliminate the threat, once and for all.&quot;">>
-		<<set $relationshipLM -= 1>>
-		<<set $smilingManProgress += 1>>
+		<<set $relationshipLM-->>
+		<<set $smilingManProgress++>>
 		<<replace "#result">>
 			You command your loyal operatives to prepare for a manhunt.
 		<</replace>>
 	<</link>>
 	<br>
 	<<link "&quot;Bring him to me.&quot;">>
-		<<set $relationshipLM += 1>>
-		<<set $smilingManProgress += 1>>
+		<<set $relationshipLM++>>
+		<<set $smilingManProgress++>>
 		<<replace "#result">>
 			You command your loyal operatives to prepare for a manhunt.
 		<</replace>>
@@ -229,14 +229,14 @@
 	<br>
 	<<link "&quot;Such skill on my side would be a great boon. Find him.&quot;">>
 		<<set $relationshipLM += 2>>
-		<<set $smilingManProgress += 1>>
+		<<set $smilingManProgress++>>
 		<<replace "#result">>
 			You command your loyal operatives to prepare for a manhunt.
 		<</replace>>
 	<</link>>
 	<br>
 	<<link "&quot;He finally got what he always wanted. Let him have his victory, we have better things to do.&quot;">>
-		<<set $smilingManProgress += 1>>
+		<<set $smilingManProgress++>>
 		<<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event">>
 		<<replace "#result">>
 			You take no further action. Hopefully this ordeal is finally over.
@@ -253,11 +253,11 @@
 	<<set $oneTimeDisableDisability = 1>>
 	<<set $fixedRace = "asian">>
 	<<set $fixedNationality = "Japanese">>
+	<<set $activeSlave.boobShape = "perky">>
+	<<set $activeSlave.nipples = "cute">>
 	<<if $seeDicks != 100>>
 		<<set $activeSlave = GenerateNewSlave("XX")>>
 		<<set $activeSlave.faceShape = "cute">>
-		<<set $activeSlave.boobShape = "perky">>
-		<<set $activeSlave.nipples = "cute">>
 		<<set $activeSlave.boobs = 450>>
 		<<set $activeSlave.vagina = 0>>
 		<<set $activeSlave.ovaries = 1>>
@@ -265,7 +265,6 @@
 		<<set $activeSlave = GenerateNewSlave("XY")>>
 		<<set $activeSlave.boobs = 250>>
 		<<set $activeSlave.faceShape = "androgynous">>
-		<<set $activeSlave.boobShape = "perky">>
 	<</if>>
 	<<set $activeSlave.origin = "$He was a criminal mastermind, captured shortly after completing $his master plan.">>
 	<<set $activeSlave.career = "a student from a private school">>
@@ -279,7 +278,6 @@
 	<<set $activeSlave.face = random(10,50)>>
 	<<set $activeSlave.health = 70>>
 	<<set $activeSlave.teeth = "normal">>
-	<<set $activeSlave.nipples = "cute">>
 	<<set $activeSlave.areolae = 0>>
 	<<set $activeSlave.anus = 0>>
 	<<set $activeSlave.butt = 3>>
@@ -313,121 +311,98 @@
 
 	<span id="continue">
 
-<<link "calling you inside.">>
-	<<replace "#continue">>
-		<span id="artFrame">
-		/* 000-250-006 */
-		<<if $seeImages == 1>>
-			<<if $imageChoice == 1>>
+ <<link "calling you inside.">>
+		<<replace "#continue">>
+			/* 000-250-006 */
+			<<if $seeImages == 1>>
 				<div class="imageRef medImg"><<= SlaveArt($activeSlave, 2, 0)>></div>
+			<</if>>
+			/* 000-250-006 */
+			calling you inside.
+			<br><br>"So it was you to find me first.
+			<<if $relationshipLM > 2>>
+				I was hoping you would be the one!
 			<<else>>
-				<div class="imageRef medImg"><<= SlaveArt($activeSlave, 2, 0)>></div>
+				I expected you would be the one.
 			<</if>>
-		<</if>>
-		/* 000-250-006 */
+			Well, I hope I'm everything you expected," you hear a voice say. Despite recognizing it, you struggle to convince yourself that the little $girl in front of you is indeed the famous criminal mastermind.
+			<br>"As you can see, I have no intention of escaping. I knew my life was over the second my plan went into effect. I accepted my end a long time ago, so feel free to do your worst; my life has already ended in triumph."
+			<br>You evaluate the situation: the burning desire of vengeance for all the damage that little twerp caused is hard to ignore, but equally so is the admiration for $his skill and determination. Indeed, $he would be a great addition to your court, as a free individual or not.
+		
+		<span id="result"> <br><br>
+	
+		<<link "Offer $him a new life">>
+			<<set $smilingManFate = 0>>
+			<<replace "#result">>
+				<br>You decide it would be criminally wasteful to throw away such talent. You offer $him a new life at your side. $His expertise will surely guarantee safety, if not supremacy, to your arcology in cyberspace, while $he will have safety and luxury in the physical world.
+				<br>
+				<<link "Continue">>
+					<<set $smilingManProgress++>>
+					<<goto "secExpSmilingMan">>
+				<</link>>
+			<</replace>>
+		<</link>>
+		
+		<br> <<link "Make $him pay">>
+			<<set $smilingManFate = 1>>
+			<<replace "#result">>
+				<br>You decide to end $his pitiful life. $He has crossed the wrong master of the new world $he worked so hard to create. No mercy was asked for and no mercy will be given.
+				<br>
+				<<link "Continue">>
+					<<set $smilingManProgress++>>
+					<<goto "secExpSmilingMan">>
+				<</link>>
+			<</replace>>
+		<</link>>
+		<br> <<link "Enslave $him">>
+			<<set $smilingManFate = 2>>
+			<<replace "#result">>
+				<br>You decide to enslave the $girl. $His skill may be great, $his crimes equally so, which makes it all the sweeter to turn $him into an obedient little toy to play with.
+				<br>
+				<<link "Continue">>
+					<<set $smilingManProgress++>>
+					<<goto "secExpSmilingMan">>
+				<</link>>
+			<</replace>>
+		<</link>>
 		</span>
-		calling you inside.
-		<br>"So it was you to find me first.
-		<<if $relationshipLM > 2>>
-			I was hoping you would be the one!
-		<<else>>
-			I expected you would be the one.
-		<</if>>
-		Well, I hope I'm everything you expected," you hear a voice say. Despite recognizing it, you struggle to convince yourself that the little $girl in front of you is indeed the famous criminal mastermind.
-		<br>"As you can see, I have no intention of escaping. I knew my life was over the second my plan went into effect. I accepted my end a long time ago, so feel free to do your worst; my life has already ended in triumph."
-		<br>You evaluate the situation: the burning desire of vengeance for all the damage that little twerp caused is hard to ignore, but equally so is the admiration for $his skill and determination. Indeed, $he would be a great addition to your court, as a free individual or not.
-	<</replace>>
-<</link>>
-</span>
-	<br>
-	<br>
-	<<link "Offer $him a new life">>
-		<<set $smilingManFate = 0>>
-		<<replace "#result">>
-			You decide it would be criminally wasteful to throw away such talent. You offer $him a new life at your side. $His expertise will surely guarantee safety, if not supremacy, to your arcology in cyberspace, while $he will have safety and luxury in the physical world.
-			<br>
-			<<link "Continue">>
-				<<set $smilingManProgress += 1>>
-				<<goto "secExpSmilingMan">>
-			<</link>>
-		<</replace>>
+		<</replace>> /* closes replace "#continue" */
 	<</link>>
-	<br>
-	<<link "Make $him pay">>
-		<<set $smilingManFate = 1>>
-		<<replace "#result">>
-			You decide to end $his pitiful life. $He has crossed the wrong master of the new world $he worked so hard to create. No mercy was asked for and no mercy will be given.
-			<br>
-			<<link "Continue">>
-				<<set $smilingManProgress += 1>>
-				<<goto "secExpSmilingMan">>
-			<</link>>
-		<</replace>>
-	<</link>>
-	<br>
-	<<link "Enslave $him">>
-		<<set $smilingManFate = 2>>
-		<<replace "#result">>
-			You decide to enslave the $girl. $His skill may be great, $his crimes equally so, which makes it all the sweeter to turn $him into an obedient little toy to play with.
-			<br>
-			<<link "Continue">>
-				<<set $smilingManProgress += 1>>
-				<<goto "secExpSmilingMan">>
-			<</link>>
-		<</replace>>
-	<</link>>
-	<br>
-	<br>
-	<span id="result">
-	</span>
-	<br>
+	</span> /* closes id="continue" */
 <<else>>
-	<<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event">>
+
+ /* 000-250-006 */
+ <<if $seeImages == 1>>
+		<div class="imageRef medImg"><<= SlaveArt($activeSlave, 2, 0)>></div>
+ <</if>>
+ /* 000-250-006 */
 
 	<<if $smilingManFate == 0>>
-		/* 000-250-006 */
-		<<if $seeImages == 1>>
-			<<if $imageChoice == 1>>
-				<div class="imageRef medImg"><<= SlaveArt($activeSlave, 2, 0)>></div>
-			<<else>>
-				<div class="imageRef medImg"><<= SlaveArt($activeSlave, 2, 0)>></div>
-			<</if>>
-		<</if>>
-		/* 000-250-006 */
+		The $girl asks for a few minutes to think about your offer,
 		<<if $relationshipLM >= 4>>
-			The $girl asks for a few minutes to think about your offer, but $he quickly comes to terms with the situation and accepts. In the following weeks $he will get acquainted with the security network of the arcology and work to protect $his new home in the new world $he has created.
-			The world will never find out the truth of the Smiling Man and his legend will only grow with time, outliving his creator and maybe even $his new employer.
+			but $he quickly comes to terms with the situation and accepts.
 		<<else>>
-			The $girl asks for a few minutes to think about your offer, and after some time $he reluctantly accepts. In the following weeks $he will get acquainted with the security network of the arcology and work to protect $his new home in the new world $he has created.
-			The world will never find out the truth of the Smiling Man and his legend will only grow with time, outliving his creator and maybe even $his new employer.
+			and after some time $he reluctantly accepts.
 		<</if>>
+		In the following weeks $he will get acquainted with the security network of the arcology and work to protect $his new home in the new world $he has created.
+		The world will never find out the truth of the Smiling Man and his legend will only grow with time, outliving his creator and maybe even $his new employer.
 		<br>The collaboration of the ex-Smiling Man permanently increases @@.green;security and the rate of prosperity growth.@@ @@.limegreen;Cash will be also provided,@@ but you're better off not knowing the sources.
 	<<elseif $smilingManFate == 1>>
 		<<set $activeSlave.clothes = "no clothing">>
-		/* 000-250-006 */
-		<<if $seeImages == 1>>
-			<<if $imageChoice == 1>>
-				<div class="imageRef medImg"><<= SlaveArt($activeSlave, 2, 0)>></div>
-			<<else>>
-				<div class="imageRef medImg"><<= SlaveArt($activeSlave, 2, 0)>></div>
-			<</if>>
-		<</if>>
-		/* 000-250-006 */
 		For such a criminal a simple execution is not enough. You order the $girl captured and crucified outside the city, with a mask resembling $his famous symbol. Your men quickly obey. $He never once shows sign of pain or fear, remaining stoic and proud to the end.
 		Once $his life ends, you order a statue erected in commemoration of the death of the Smiling Man. From this day forward the statue of the crucified criminal will adorn your arcology and his legend will be forever entangled with yours.
 		<br>Having dealt with the Smiling Man will provide @@.green;a large boost to your reputation, as well as a moderate amount of reputation each week.@@
 		<<run repX(10000, "architecture")>>
 	<<elseif $smilingManFate == 2>>
 		<<set $activeSlave.clothes = "no clothing">>
+		Your men move to immobilize $him. Terror flashes through $his eyes for
 		<<if $relationshipLM >= 4>>
-			Your men move to immobilize $him. Terror flashes through $his eyes for a second, but $he quickly recovers $his usual demeanor.
+			a second, but $he quickly recovers $his usual demeanor.
 		<<else>>
-			Your men move to immobilize $him. Terror flashes through $his eyes for a second — $he barely manages to recover $his usual demeanor.
+			a second — $he barely manages to recover $his usual demeanor.
 		<</if>>
-		<br><br>
-		<<set $saleDescription = 0, $applyLaw = 0>>
+		<br><br> <<set $saleDescription = 0, $applyLaw = 0>>
 		<<include "Long Slave Description">>
-		<br>
-		<<include "New Slave Intro">>
+		<br> <<include "New Slave Intro">>
 	<</if>>
-<</if>>
\ No newline at end of file
+<</if>>
diff --git a/src/uncategorized/slaveStats.tw b/src/uncategorized/slaveStats.tw
index 135d374105f10d4c05bf7c93fc604d1f4e5be54d..781d7f683e3b914955404fc214a4cfe97238e96b 100644
--- a/src/uncategorized/slaveStats.tw
+++ b/src/uncategorized/slaveStats.tw
@@ -1,389 +1,524 @@
 :: Slave Stats [nobr]
 
-/* TODO: format this so it isn't so long */
+
+<style>
+.active {
+	background-color: grey;
+}
+</style>
 
 <<run clearSummaryCache($activeSlave)>>
 <<setLocalPronouns $activeSlave>>
 
-slaveName: $activeSlave.slaveName	   /* TODO: figure out why this is being indented in-game */
-<br>slaveSurname: $activeSlave.slaveSurname
-<br>birthName: $activeSlave.birthName
-<br>birthSurname: $activeSlave.birthSurname
-<br>genes: $activeSlave.genes
-<br>pronoun: $activeSlave.pronoun
-<br>weekAcquired: $activeSlave.weekAcquired
-<br>origin: $activeSlave.origin
-<br>career: $activeSlave.career
+<br>Name: $activeSlave.slaveName,
+Surname: $activeSlave.slaveSurname
+<br>Nationality: $activeSlave.nationality
+<br>Cost: $activeSlave.slaveCost
+<br>Week: 
+Acquired: $activeSlave.weekAcquired, 
+Birth: $activeSlave.birthWeek
+<br>Pronoun: $activeSlave.pronoun
+<br>Career: $activeSlave.career
+<br>Origin: $activeSlave.origin
 <br>ID: $activeSlave.ID
-<br>prestige: $activeSlave.prestige
-<br>pornFeed: $activeSlave.pornFeed
-<br>pornFame: $activeSlave.pornFame
-<br>pornFameSpending: $activeSlave.pornFameSpending
-<br>pornPrestige: $activeSlave.pornPrestige
-<br>pornPrestigeDesc: $activeSlave.pornPrestigeDesc
-<br>pornFameType: $activeSlave.porn.fameType
-<br>pornFocus: $activeSlave.porn.focus
-<br>pornTypeGeneral: $activeSlave.porn.fame.general
-<br>pornTypeFuckdoll: $activeSlave.porn.fame.fuckdoll
-<br>pornTypeRape: $activeSlave.porn.fame.rape
-<br>pornTypePreggo: $activeSlave.porn.fame.preggo
-<br>pornTypeBBW: $activeSlave.porn.fame.BBW
-<br>pornTypeGainer: $activeSlave.porn.fame.gainer
-<br>pornTypeStud: $activeSlave.porn.fame.stud
-<br>pornTypeLoli: $activeSlave.porn.fame.loli
-<br>pornTypeDeepThroat: $activeSlave.porn.fame.deepThroat
-<br>pornTypeStruggleFuck: $activeSlave.porn.fame.struggleFuck
-<br>pornTypePainal: $activeSlave.porn.fame.painal
-<br>pornTypeTease: $activeSlave.porn.fame.tease
-<br>pornTypeRomantic: $activeSlave.porn.fame.romantic
-<br>pornTypePervert: $activeSlave.porn.fame.pervert
-<br>pornTypeCaring: $activeSlave.porn.fame.caring
-<br>pornTypeUnflinching: $activeSlave.porn.fame.unflinching
-<br>pornTypeSizeQueen: $activeSlave.porn.fame.sizeQueen
-<br>pornTypeNeglectful: $activeSlave.porn.fame.neglectful
-<br>pornTypeCumAddict: $activeSlave.porn.fame.cumAddict
-<br>pornTypeAnalAddict: $activeSlave.porn.fame.analAddict
-<br>pornTypeAttentionWhore: $activeSlave.porn.fame.attentionWhore
-<br>pornTypeBreastGrowth: $activeSlave.porn.fame.breastGrowth
-<br>pornTypeAbusive: $activeSlave.porn.fame.abusive
-<br>pornTypeMalicious: $activeSlave.porn.fame.malicious
-<br>pornTypeSelfHating: $activeSlave.porn.fame.selfHating
-<br>pornTypeBreeder: $activeSlave.porn.fame.breeder
-<br>pornTypeSub: $activeSlave.porn.fame.sub
-<br>pornTypeCumSlut: $activeSlave.porn.fame.cumSlut
-<br>pornTypeAnal: $activeSlave.porn.fame.anal
-<br>pornTypeHumiliation: $activeSlave.porn.fame.humiliation
-<br>pornTypeBoobs: $activeSlave.porn.fame.boobs
-<br>pornTypeDom: $activeSlave.porn.fame.dom
-<br>pornTypeSadist: $activeSlave.porn.fame.sadist
-<br>pornTypeMasochist: $activeSlave.porn.fame.masochist
-<br>pornTypePregnancy: $activeSlave.porn.fame.pregnancy
-<br>prestigeDesc: $activeSlave.prestigeDesc
-<br>recruiter: $activeSlave.recruiter
-<br>relation: $activeSlave.relation
-<br>relationTarget: $activeSlave.relationTarget
-<br>relationship: $activeSlave.relationship
-<br>relationshipTarget: $activeSlave.relationshipTarget
-<br>rivalry: $activeSlave.rivalry
-<br>rivalryTarget: $activeSlave.rivalryTarget
-<br>subTarget: $activeSlave.subTarget
-<br>father: $activeSlave.father
-<br>mother: $activeSlave.mother
-<br>daughters: $activeSlave.daughters
-<br>sisters: $activeSlave.sisters
-<br>canRecruit: $activeSlave.canRecruit
-<br>choosesOwnAssignment: $activeSlave.choosesOwnAssignment
-<br>assignment: $activeSlave.assignment
-<br>assignmentVisible: $activeSlave.assignmentVisible
-<br>sentence: $activeSlave.sentence
-<br>training: $activeSlave.training
-<br>toyHole: $activeSlave.toyHole
-<br>indenture: $activeSlave.indenture
-<br>indentureRestrictions: $activeSlave.indentureRestrictions
-<br>birthWeek: $activeSlave.birthWeek
-<br>actualAge: $activeSlave.actualAge
-<br>visualAge: $activeSlave.visualAge
-<br>physicalAge: $activeSlave.physicalAge
-<br>ovaryAge: $activeSlave.ovaryAge
-<br>ageImplant: $activeSlave.ageImplant
-<br>health: $activeSlave.health
-<br>minorInjury: $activeSlave.minorInjury
-<br>trust: $activeSlave.trust
-<br>oldTrust: $activeSlave.oldTrust
-<br>devotion: $activeSlave.devotion
-<br>oldDevotion: $activeSlave.oldDevotion
-<br>weight: $activeSlave.weight
-<br>muscles: $activeSlave.muscles
-<br>height: $activeSlave.height
-<br>heightImplant: $activeSlave.heightImplant
-<br>nationality: $activeSlave.nationality
-<br>race: $activeSlave.race
-<br>origRace: $activeSlave.origRace
-<br>markings: $activeSlave.markings
-<br>eyes: $activeSlave.eyes
-<br>eyeColor: $activeSlave.eyeColor
-<br>origEye: $activeSlave.origEye
-<br>pupil: $activeSlave.pupil
-<br>sclerae: $activeSlave.sclerae
-<br>eyewear: $activeSlave.eyewear
-<br>hears: $activeSlave.hears
-<br>earwear: $activeSlave.earwear
-<br>earImplant: $activeSlave.earImplant
-<br>smells: $activeSlave.smells
-<br>tastes: $activeSlave.tastes
-<br>origHColor: $activeSlave.origHColor
-<br>hColor: $activeSlave.hColor
-<br>pubicHColor: $activeSlave.pubicHColor
-<br>underArmHColor: $activeSlave.underArmHColor
-<br>eyebrowHColor: $activeSlave.eyebrowHColor
-<br>origSkin: $activeSlave.origSkin
-<br>skin: $activeSlave.skin
-<br>hLength: $activeSlave.hLength
-<br>eyebrowFullness: $activeSlave.eyebrowFullness
-<br>hStyle: $activeSlave.hStyle
-<br>pubicHStyle: $activeSlave.pubicHStyle
-<br>underArmHStyle: $activeSlave.underArmHStyle
-<br>eyebrowHStyle: $activeSlave.eyebrowHStyle
-<br>waist: $activeSlave.waist
-<br>corsetPiercing: $activeSlave.corsetPiercing
-<br>PLimb: $activeSlave.PLimb
-<br>arm: $activeSlave.arms
-<br>leg: $activeSlave.leg
-<br>heels: $activeSlave.heels
-<br>voice: $activeSlave.voice
-<br>voiceImplant: $activeSlave.voiceImplant
-<br>accent: $activeSlave.accent
-<br>shoulders: $activeSlave.shoulders
-<br>shouldersImplant: $activeSlave.shouldersImplant
-<br>boobs: $activeSlave.boobs
-<br>boobsMilk: $activeSlave.boobsMilk
-<br>boobsImplant: $activeSlave.boobsImplant
-<br>boobsImplantType: $activeSlave.boobsImplantType
-<br>boobShape: $activeSlave.boobShape
-<br>nipples: $activeSlave.nipples
-<br>nipplesPiercing: $activeSlave.nipplesPiercing
-<br>nipplesAccessory: $activeSlave.nipplesAccessory
-<br>areolae: $activeSlave.areolae
-<br>areolaePiercing: $activeSlave.areolaePiercing
-<br>areolaeShape: $activeSlave.areolaeShape
-<br>boobsTat: $activeSlave.boobsTat
-<br>lactation: $activeSlave.lactation
-<br>lactationDuration: $activeSlave.lactationDuration
-<br>induceLactation: $activeSlave.induceLactation
-<br>lactationAdaptation: $activeSlave.lactationAdaptation
-<br>milk: $activeSlave.counter.milk
-<br>cum: $activeSlave.cum
-<br>hips: $activeSlave.hips
-<br>hipsImplant: $activeSlave.hipsImplant
-<br>butt: $activeSlave.butt
-<br>buttImplant: $activeSlave.buttImplant
-<br>buttImplantType: $activeSlave.buttImplantType
-<br>buttTat: $activeSlave.buttTat
-<br>face: $activeSlave.face
-<br>faceImplant: $activeSlave.faceImplant
-<br>faceShape: $activeSlave.faceShape
-<br>lips: $activeSlave.lips
-<br>lipsImplant: $activeSlave.lipsImplant
-<br>lipsPiercing: $activeSlave.lipsPiercing
-<br>lipsTat: $activeSlave.lipsTat
-<br>teeth: $activeSlave.teeth
-<br>tonguePiercing: $activeSlave.tonguePiercing
-<br>vagina: $activeSlave.vagina
-<br>vaginaLube: $activeSlave.vaginaLube
-<br>vaginaPiercing: $activeSlave.vaginaPiercing
-<br>vaginaTat: $activeSlave.vaginaTat
-<br>preg: $activeSlave.preg
-<br>pregSource: $activeSlave.pregSource
-<br>pregType: $activeSlave.pregType
-<br>pregAdaptation: $activeSlave.pregAdaptation
-<br>ovaImplant: $activeSlave.ovaImplant
-<br>wombImplant: $activeSlave.wombImplant
-<br>fertKnown: $activeSlave.fertKnown
-<br>fertPeak: $activeSlave.fertPeak
-<br>broodmother: $activeSlave.broodmother
-<br>broodmotherFetuses: $activeSlave.broodmotherFetuses
-<br>broodmotherOnHold: $activeSlave.broodmotherOnHold
-<br>broodmotherCountDown: $activeSlave.broodmotherCountDown
-<br>labor: $activeSlave.labor
-<br>births: $activeSlave.counter.births
-<br>laborCount: $activeSlave.counter.laborCount
-<br>bellyAccessory: $activeSlave.bellyAccessory
-<br>labia: $activeSlave.labia
-<br>clit: $activeSlave.clit
-<br>clitPiercing: $activeSlave.clitPiercing
-<br>clitSetting: $activeSlave.clitSetting
-<br>foreskin: $activeSlave.foreskin
-<br>anus: $activeSlave.anus
-<br>dick: $activeSlave.dick
-<br>analArea: $activeSlave.analArea
-<br>dickPiercing: $activeSlave.dickPiercing
-<br>dickTat: $activeSlave.dickTat
-<br>prostate: $activeSlave.prostate
-<br>balls: $activeSlave.balls
-<br>scrotum: $activeSlave.scrotum
-<br>ovaries: $activeSlave.ovaries
-<br>anusPiercing: $activeSlave.anusPiercing
-<br>anusTat: $activeSlave.anusTat
-<br>makeup: $activeSlave.makeup
-<br>nails: $activeSlave.nails
-<br>brand:
-<<for _brandName, _brand range $activeSlave.brand>>
-	_brandName: _brand,
-<</for>>
-<br>scar:
-<<for _scarName, _scar range $activeSlave.scar>>
-	_scarName: _scar,
-<</for>>
-<br>earPiercing: $activeSlave.earPiercing
-<br>nosePiercing: $activeSlave.nosePiercing
-<br>eyebrowPiercing: $activeSlave.eyebrowPiercing
-<br>navelPiercing: $activeSlave.navelPiercing
-<br>shouldersTat: $activeSlave.shouldersTat
-<br>armsTat: $activeSlave.armsTat
-<br>legsTat: $activeSlave.legsTat
-<br>backTat: $activeSlave.backTat
-<br>stampTat: $activeSlave.stampTat
-<br>skill.vaginal: $activeSlave.skill.vaginal
-<br>skill.oral: $activeSlave.skill.oral
-<br>skill.anal: $activeSlave.skill.anal
-<br>skill.whore: $activeSlave.skill.whore
-<br>skill.entertainment: $activeSlave.skill.entertainment
-<br>skill.combat: $activeSlave.skill.combat
-<br>livingRules: $activeSlave.livingRules
-<br>speechRules: $activeSlave.speechRules
-<br>releaseRules: $activeSlave.releaseRules
-<br>relationshipRules: $activeSlave.relationshipRules
-<br>lactationRules: $activeSlave.lactationRules
-<br>standardPunishment: $activeSlave.standardPunishment
-<br>standardReward: $activeSlave.standardReward
-<br>useRulesAssistant: $activeSlave.useRulesAssistant
-<br>diet: $activeSlave.diet
-<br>dietCum: $activeSlave.dietCum
-<br>dietMilk: $activeSlave.dietMilk
-<br>tired: $activeSlave.tired
-<br>hormones: $activeSlave.hormones
-<br>drugs: $activeSlave.drugs
-<br>curatives: $activeSlave.curatives
-<br>chem: $activeSlave.chem
-<br>aphrodisiacs: $activeSlave.aphrodisiacs
-<br>addict: $activeSlave.addict
-<br>fuckdoll: $activeSlave.fuckdoll
-<br>choosesOwnClothes: $activeSlave.choosesOwnClothes
-<br>clothes: $activeSlave.clothes
-<br>collar: $activeSlave.collar
-<br>shoes: $activeSlave.shoes
-<br>vaginalAccessory: $activeSlave.vaginalAccessory
-<br>vaginalAttachment: $activeSlave.vaginalAttachment
-<br>dickAccessory: $activeSlave.dickAccessory
-<br>armAccessory: $activeSlave.armAccessory
-<br>legAccessory: $activeSlave.legAccessory
-<br>buttplug: $activeSlave.buttplug
-<br>buttplugAttachment: $activeSlave.buttplugAttachment
-<br>intelligence: $activeSlave.intelligence
-<br>intelligenceImplant: $activeSlave.intelligenceImplant
-<br>energy: $activeSlave.energy
-<br>need: $activeSlave.need
-<br>attrXX: $activeSlave.attrXX
-<br>attrXY: $activeSlave.attrXY
-<br>attrKnown: $activeSlave.attrKnown
-<br>fetish: $activeSlave.fetish
-<br>fetishStrength: $activeSlave.fetishStrength
-<br>fetishKnown: $activeSlave.fetishKnown
-<br>behavioralFlaw: $activeSlave.behavioralFlaw
-<br>behavioralQuirk: $activeSlave.behavioralQuirk
-<br>sexualFlaw: $activeSlave.sexualFlaw
-<br>sexualQuirk: $activeSlave.sexualQuirk
-<br>''Genetic Quirks''
-<br>geneticQuirks: $activeSlave.geneticQuirks.gigantomastia
-<br>geneticQuirks: $activeSlave.geneticQuirks.fertility
-<br>geneticQuirks: $activeSlave.geneticQuirks.hyperFertility
-<br>geneticQuirks: $activeSlave.geneticQuirks.superfetation
-<br>geneticQuirks: $activeSlave.geneticQuirks.gigantism
-<br>geneticQuirks: $activeSlave.geneticQuirks.dwarfism
-<br>geneticQuirks: $activeSlave.geneticQuirks.pFace
-<br>geneticQuirks: $activeSlave.geneticQuirks.uFace
-<br>geneticQuirks: $activeSlave.geneticQuirks.albinism
-<br>geneticQuirks: $activeSlave.geneticQuirks.rearLipedema
-<br>geneticQuirks: $activeSlave.geneticQuirks.wellHung
-<br>geneticQuirks: $activeSlave.geneticQuirks.wGain
-<br>geneticQuirks: $activeSlave.geneticQuirks.wLoss
-<br>geneticQuirks: $activeSlave.geneticQuirks.androgyny
-<br>oralCount: $activeSlave.counter.oral
-<br>vaginalCount: $activeSlave.counter.vaginal
-<br>analCount: $activeSlave.counter.anal
-<br>mammaryCount: $activeSlave.counter.mammary
-<br>penetrativeCount: $activeSlave.counter.penetrative
-<br>publicCount: $activeSlave.counter.publicUse
-<br>pitKills: $activeSlave.counter.pitKills
-<br>custom.tattoo: $activeSlave.custom.tattoo
-<br>custom.label: $activeSlave.custom.label
-<br>custom.desc: $activeSlave.custom.desc
-<br>custom.title: $activeSlave.custom.title
-<br>custom.titleLisp: $activeSlave.custom.titleLisp
-<br>rudeTitle: $activeSlave.rudeTitle
-<br>currentRules: $activeSlave.currentRules
-<br>bellyTat: $activeSlave.bellyTat
-<br>induce: $activeSlave.induce
-<br>mpreg: $activeSlave.mpreg
-<br>inflation: $activeSlave.inflation
-<br>inflationType: $activeSlave.inflationType
-<br>inflationMethod: $activeSlave.inflationMethod
-<br>milkSource: $activeSlave.milkSource
-<br>cumSource: $activeSlave.cumSource
-<br>burst: $activeSlave.burst
-<br>pregKnown: $activeSlave.pregKnown
-<br>pregWeek: $activeSlave.pregWeek
-<br>belly: $activeSlave.belly
-<br>bellyPreg: $activeSlave.bellyPreg
-<br>bellyFluid: $activeSlave.bellyFluid
-<br>bellyImplant: $activeSlave.bellyImplant
-<br>bellySag: $activeSlave.bellySag
-<br>bellySagPreg: $activeSlave.bellySagPreg
-<br>bellyPain: $activeSlave.bellyPain
-<br>cervixImplant: $activeSlave.cervixImplant
-<br>birthsTotal: $activeSlave.counter.birthsTotal
-<br>pubertyAgeXX: $activeSlave.pubertyAgeXX
-<br>pubertyAgeXY: $activeSlave.pubertyAgeXY
-<br>breedingMark: $activeSlave.breedingMark
-<br>bodySwap: $activeSlave.bodySwap
-<br>HGExclude: $activeSlave.HGExclude
-<br>ballType: $activeSlave.ballType
-<br>eggType: $activeSlave.eggType
-<br>choosesOwnChastity: $activeSlave.choosesOwnChastity
-<br>pregControl: $activeSlave.pregControl
-<br>ageAdjust: $activeSlave.ageAdjust
-<br>bald: $activeSlave.bald
-<br>origBodyOwner: $activeSlave.origBodyOwner
-<br>origBodyOwnerID: $activeSlave.origBodyOwnerID
-<br>death: $activeSlave.death
-<br>hormoneBalance: $activeSlave.hormoneBalance
-<br>onDiet: $activeSlave.onDiet
-<br>breastMesh: $activeSlave.breastMesh
-<br>slavesFathered: $activeSlave.counter.slavesFathered
-<br>PCChildrenFathered: $activeSlave.counter.PCChildrenFathered
-<br>slavesKnockedUp: $activeSlave.counter.slavesKnockedUp
-<br>PCKnockedUp: $activeSlave.counter.PCKnockedUp
-<br>prematureBirth: $activeSlave.prematureBirth
-<br>premature: $activeSlave.premature
-<br>vasectomy: $activeSlave.vasectomy
-<br>haircuts: $activeSlave.haircuts
-<br>newGamePlus: $activeSlave.newGamePlus
-<br>skill.headGirl: $activeSlave.skill.headGirl
-<br>skill.recruiter: $activeSlave.skill.recruiter
-<br>skill.bodyguard: $activeSlave.skill.bodyguard
-<br>skill.madam: $activeSlave.skill.madam
-<br>skill.DJ: $activeSlave.skill.DJ
-<br>skill.nurse: $activeSlave.skill.nurse
-<br>skill.teacher: $activeSlave.skill.teacher
-<br>skill.attendant: $activeSlave.skill.attendant
-<br>skill.matron: $activeSlave.skill.matron
-<br>skill.stewardess: $activeSlave.skill.stewardess
-<br>skill.milkmaid: $activeSlave.skill.milkmaid
-<br>skill.farmer: $activeSlave.skill.farmer
-<br>skill.wardeness: $activeSlave.skill.wardeness
-<br>skill.servant: $activeSlave.skill.servant
-<br>skill.entertainer: $activeSlave.skill.entertainer
-<br>skill.whore: $activeSlave.skill.whore
-<br>tankBaby: $activeSlave.tankBaby
-<br>clone: $activeSlave.clone
-<br>''Gene Mods''
-<br>geneMods: $activeSlave.geneMods.NCS
-<br>geneMods: $activeSlave.geneMods.rapidCellGrowth
-<br>NCSyouthening: $activeSlave.NCSyouthening
-<br>override_Race: $activeSlave.override_Race
-<br>override_Skin: $activeSlave.override_Skin
-<br>override_Eye_Color: $activeSlave.override_Eye_Color
-<br>override_H_Color: $activeSlave.override_H_Color
-<br>override_Pubic_H_Color: $activeSlave.override_Pubic_H_Color
-<br>override_Arm_H_Color: $activeSlave.override_Arm_H_Color
-<br>override_Brow_H_Color: $activeSlave.override_Brow_H_Color
-<br>slaveCost: $activeSlave.slaveCost
-<br>lifetimeCashExpenses: $activeSlave.lifetimeCashExpenses
-<br>lifetimeCashIncome: $activeSlave.lifetimeCashIncome
-<br>lastWeeksCashIncome: $activeSlave.lastWeeksCashIncome
-<br>lifetimeRepExpenses: $activeSlave.lifetimeRepExpenses
-<br>lifetimeRepIncome: $activeSlave.lifetimeRepIncome
-<br>lastWeeksRepExpenses: $activeSlave.lastWeeksRepExpenses
-<br>lastWeeksRepIncome: $activeSlave.lastWeeksRepIncome
-<br>Deadliness <<print Deadliness($activeSlave)>>
-<br><br>
+<br>Prestige: $activeSlave.prestige, 
+Desc: $activeSlave.prestigeDesc
+<br>CustomDesc: $activeSlave.custom.desc
+
+<br>Indenture: $activeSlave.indenture, 
+Restrictions: $activeSlave.indentureRestrictions
+
+<br>Sentence: $activeSlave.sentence, 
+Training: $activeSlave.training
+
+<br>BreedingMark: $activeSlave.breedingMark
+<br>Assignment: $activeSlave.assignment,
+Visible: $activeSlave.assignmentVisible, 
+choosesOwn: $activeSlave.choosesOwnAssignment
+
+<br>Title: 
+Custom: $activeSlave.custom.title, 
+Lisp: $activeSlave.custom.titleLisp, 
+Rude: $activeSlave.rudeTitle
+<br>Custom.label: $activeSlave.custom.label
+
+<br><br>Drugs: $activeSlave.drugs, 
+Curatives: $activeSlave.curatives, 
+Chem: $activeSlave.chem, 
+Aphrodisiacs: $activeSlave.aphrodisiacs
+<br>Induce: $activeSlave.induce
+
+<br><br>Rules: 
+Current: $activeSlave.currentRules, 
+Living: $activeSlave.livingRules, 
+Speech: $activeSlave.speechRules, 
+Release: $activeSlave.releaseRules
+
+<br>Standard: 
+Punishment: $activeSlave.standardPunishment, 
+Reward: $activeSlave.standardReward
+<br>UseRulesAssistant: $activeSlave.useRulesAssistant, 
+ChoosesOwnChastity: $activeSlave.choosesOwnChastity
+
+<br><br>Lifetime: 
+<br>&nbsp;Cash: 
+Expenses: <<= num($activeSlave.lifetimeCashExpenses)>>, 
+Income: <<= num($activeSlave.lifetimeCashIncome)>>
+<br>&nbsp;Rep: 
+Expenses: <<= num($activeSlave.lifetimeRepExpenses)>>, 
+Income: <<= num($activeSlave.lifetimeRepIncome)>>
+<br>LastWeeks: 
+<br>&nbsp;CashIncome: <<= num($activeSlave.lastWeeksCashIncome)>>
+<br>&nbsp;Rep: 
+Expenses: <<= num($activeSlave.lastWeeksRepExpenses)>>, 
+Income: <<= num($activeSlave.lastWeeksRepIncome)>>
+
+<br>
+<button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'Skills')" id="tab Skills">Skills</button>
+<button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'Mental')" id="tab Mental">Mental</button>
+<button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'Body')" id="tab Body">Body</button>
+<button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'Porn')" id="tab Porn">Porn</button>
+<button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'Impants_Piercings_Tattoos')" id="tab Impants_Piercings_Tattoos">Impants, piercings & Tattoos</button>
+<button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'Family')" id="tab Family">Family</button>
+<button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'Misc')" id="tab Misc">Misc</button>
+<br>
+
+<div id="Skills" class="tabcontent">
+	<div class="content">
+			Vaginal: $activeSlave.skill.vaginal,
+			<br>Oral: $activeSlave.skill.oral,
+			<br>Anal: $activeSlave.skill.anal,
+			<br>Whore: $activeSlave.skill.whore
+			<br>Entertainment: $activeSlave.skill.entertainment
+			<br>Combat: $activeSlave.skill.combat
+
+			<br><br>Careers:
+			<br>Entertainer: $activeSlave.skill.entertainer
+			<br>Madam: $activeSlave.skill.madam,
+			Whore: $activeSlave.skill.whore
+
+			<br>Stewardess: $activeSlave.skill.stewardess,
+			Servant: $activeSlave.skill.servant
+
+			<br>HeadGirl: $activeSlave.skill.headGirl
+			<br>Recruiter: $activeSlave.skill.recruiter
+			<br>Bodyguard: $activeSlave.skill.bodyguard
+
+			<br>DJ: $activeSlave.skill.DJ
+			<br>Nurse: $activeSlave.skill.nurse
+			<br>Teacher: $activeSlave.skill.teacher
+			<br>Attendant: $activeSlave.skill.attendant
+			<br>Matron: $activeSlave.skill.matron
+			<br>Milkmaid: $activeSlave.skill.milkmaid
+			<br>Farmer: $activeSlave.skill.farmer
+			<br>Wardeness: $activeSlave.skill.wardeness
+	</div>
+</div>
+
+<div id="Mental" class="tabcontent">
+	<div class="content">
+		Intelligence: $activeSlave.intelligence
+		<br>Attraction: 
+		XX: $activeSlave.attrXX, 
+		XY: $activeSlave.attrXY
+
+		<br>Fetish: 
+		Strength: $activeSlave.fetishStrength, 
+		Known: $activeSlave.fetishKnown
+		<br>Behavioral: 
+		Flaw: $activeSlave.behavioralFlaw, 
+		Quirk: $activeSlave.behavioralQuirk
+		<br>Sexual: 
+		Flaw: $activeSlave.sexualFlaw, 
+		Quirk: $activeSlave.sexualQuirk
+		
+		<br>Energy: $activeSlave.energy, 
+		Tired: $activeSlave.tired
+		<br>Need: $activeSlave.need, 
+		Cap: $activeSlave.needCap
+		<br>Addict: $activeSlave.addict
+		<br>Hormones: $activeSlave.hormones, 
+		Balance: $activeSlave.hormoneBalance
+		<br>Trust: $activeSlave.trust, 
+		Previous: $activeSlave.oldTrust 
+		<br>Devotion: $activeSlave.devotion, 
+		Previous: $activeSlave.oldDevotion
+	</div>
+</div>
+
+<div id="Body" class="tabcontent">
+	<div class="content">
+		Health: $activeSlave.health,
+		MinorInjury: $activeSlave.minorInjury
+
+		<br><br>Markings: $activeSlave.markings
+		<br>Fuckdoll: $activeSlave.fuckdoll
+		<br>ToyHole: $activeSlave.toyHole
+		<br>PLimb: $activeSlave.PLimb
+		
+		<br><br>BodySwap: $activeSlave.bodySwap
+		<br>origBodyOwner: $activeSlave.origBodyOwner, 
+		ID: $activeSlave.origBodyOwnerID
+		
+		<br><br>Age: 
+		Actual: $activeSlave.actualAge,
+		Visual: $activeSlave.visualAge,
+		PhysicalAge: $activeSlave.physicalAge, 
+		Adjust: $activeSlave.ageAdjust
+		<br>PubertyAge: 
+		XX: $activeSlave.pubertyAgeXX, 
+		XY: $activeSlave.pubertyAgeXY
+		
+		<br><br>Brand:
+		<<for _brandName, _brand range $activeSlave.brand>>
+			_brandName: _brand,
+		<</for>>
+		<br>scar:
+		<<for _scarName, _scar range $activeSlave.scar>>
+			_scarName: _scar,
+		<</for>>
+		
+		<br><br>Broodmother: 
+		Fetuses: $activeSlave.broodmotherFetuses, 
+		CountDown: $activeSlave.broodmotherCountDown
+		
+		<br>Diet: 
+		Current: $activeSlave.diet, 
+		Cum: $activeSlave.dietCum, 
+		Milk: $activeSlave.dietMilk
+		
+		<br><br>
+		<h2>Upper</h2>
+		
+		Hair:	
+		Length: $activeSlave.hLength, 
+		Style: $activeSlave.hStyle, 
+		<br>Color: $activeSlave.hColor, 
+		Orig: $activeSlave.origHColor, 
+		Override: $activeSlave.override_H_Color
+		
+		<br>Pubic Hair: 
+		Style: $activeSlave.pubicHStyle, 
+		Color: $activeSlave.pubicHColor,
+		Override: $activeSlave.override_Pubic_H_Color
+
+		<br><br>Eyes:
+		<br>Eyes: $activeSlave.eyes,
+		Color: $activeSlave.eyeColor,
+		Orig: $activeSlave.origEye, 
+		Override: $activeSlave.override_Eye_Color
+		<br>eyewear: $activeSlave.eyewear
+		<br>pupil: $activeSlave.pupil
+		<br>sclerae: $activeSlave.sclerae
+		
+		<br><br>Ears: 
+		Hearing: $activeSlave.hears, 
+		Wear: $activeSlave.earwear
+		
+		<br><br>Face:
+		<br>Face: $activeSlave.face, 
+		Shape: $activeSlave.faceShape
+		<br>Lips: $activeSlave.lips
+		<br>Oral count: $activeSlave.counter.oral
+		<br>Teeth: $activeSlave.teeth
+		
+		<br>Voice: $activeSlave.voice
+		<br>Accent: $activeSlave.accent
+		<br>Eyebrow:
+		<br>Fullness: $activeSlave.eyebrowFullness, 
+		Color: $activeSlave.eyebrowHColor, 
+		Style: $activeSlave.eyebrowHStyle,
+		Override: $activeSlave.override_Brow_H_Color
+		<br>Smells: $activeSlave.smells
+		<br>Tastes: $activeSlave.tastes
+		<br>Makeup: $activeSlave.makeup
+ 
+		<br>Race: $activeSlave.race,
+		Orig: $activeSlave.origRace, 
+		Override: $activeSlave.override_Race
+		<br>Skin: $activeSlave.skin,
+		Orig: $activeSlave.origSkin, 
+		Override: $activeSlave.override_Skin
+ 
+		<br>Haircuts: $activeSlave.haircuts,
+		Bald: $activeSlave.bald
+		
+		<br>Collar: $activeSlave.collar
+		<br>Height: $activeSlave.height
+		<br>Clothes: $activeSlave.clothes,
+		ChoosesOwn: $activeSlave.choosesOwnClothes
+ 
+		<br>Shoulders: $activeSlave.shoulders
+		<br>ArmAccessory: $activeSlave.armAccessory
+		<br>Muscles: $activeSlave.muscles
+		<br>Arms: $activeSlave.arms, 
+		<br>UnderArm: 
+		HColor: $activeSlave.underArmHColor, 
+		Style: $activeSlave.underArmHStyle, 
+		Override H Colour: $activeSlave.override_Arm_H_Color
+		
+		<br>Nails: $activeSlave.nails
+		
+		<br><br>Boobs: $activeSlave.boobs,
+		<br>Milk: $activeSlave.boobsMilk, 
+		Type: $activeSlave.boobsImplantType, 
+		Qunantity: $activeSlave.counter.milk
+		<br>Shape: $activeSlave.boobShape
+		<br>nipples: $activeSlave.nipples,
+		Accessory: $activeSlave.nipplesAccessory
+		<br>Areolae: $activeSlave.areolae
+		Shape: $activeSlave.areolaeShape
+		<br>Lactation: $activeSlave.lactation,
+		Duration: $activeSlave.lactationDuration,
+		Induce: $activeSlave.induceLactation,
+		Adaptation: $activeSlave.lactationAdaptation
+		<br>MammaryCount: $activeSlave.counter.mammary
+		<br>LactationRules: $activeSlave.lactationRules
+		<br>BreastMesh: $activeSlave.breastMesh
+		
+		<br><br>
+		<h2>Lower</h2>
+		
+		Weight: $activeSlave.weight
+		<br>Waist: $activeSlave.waist
+		<br>Hips: $activeSlave.hips
+		
+		<br><br>Belly: $activeSlave.belly,
+		Preg: $activeSlave.bellyPreg,
+		Fluid: $activeSlave.bellyFluid,
+		Sag: $activeSlave.bellySag,
+		SagPreg: $activeSlave.bellySagPreg,
+		Pain: $activeSlave.bellyPain, 
+		Accessory: $activeSlave.bellyAccessory
+		<br>Burst: $activeSlave.burst
+		<br>Inflation: $activeSlave.inflation, 
+		Type: $activeSlave.inflationType, 
+		Method: $activeSlave.inflationMethod
+		<br>Source: 
+		Milk: $activeSlave.milkSource, 
+		Cum: $activeSlave.cumSource
+ 
+		<br><br>Anus: $activeSlave.anus,
+		Area: $activeSlave.analArea,
+		Count: $activeSlave.counter.anal
+		<br>Butt: $activeSlave.butt,
+		Type: $activeSlave.buttImplantType,
+		Plug: $activeSlave.buttplug, 
+		PlugAttachment: $activeSlave.buttplugAttachment
+		<br>Mpreg: $activeSlave.mpreg
+ 
+		<br><br>Foreskin: $activeSlave.foreskin,
+		<br>Dick: $activeSlave.dick,
+		Accessory: $activeSlave.dickAccessory
+		<br>Vasectomy: $activeSlave.vasectomy
+		<br>Prostate: $activeSlave.prostate
+		<br>Balls: $activeSlave.balls,
+		Type: $activeSlave.ballType
+		<br>Scrotum: $activeSlave.scrotum
+		<br>Cum released: $activeSlave.counter.cum
+		
+		<br><br>Vagina: $activeSlave.vagina,
+		Lube: $activeSlave.vaginaLube,
+		Accessory: $activeSlave.vaginalAccessory,
+		Attachment: $activeSlave.vaginalAttachment,
+		Count: $activeSlave.counter.vaginal
+		<br>EggType: $activeSlave.eggType
+		<br>Ovaries: $activeSlave.ovaries
+		<br>OvaryAge: $activeSlave.ovaryAge
+ 
+		<br><br>Labia: $activeSlave.labia,
+		<br>Clit: $activeSlave.clit,
+		Setting: $activeSlave.clitSetting
+		
+		<br>LeftLeg: $activeSlave.leg.left.type, 
+		RightLeg: $activeSlave.leg.right.type
+		Accessory: $activeSlave.legAccessory
+		<br>Heels: $activeSlave.heels
+		<br>Shoes: $activeSlave.shoes
+	</div>
+</div>
+
+<div id="Porn" class="tabcontent">
+	<div class="content">
+		Focus: $activeSlave.porn.focus,
+		Feed: $activeSlave.pornFeed
+		<br>Fame: $activeSlave.pornFame
+		FameType: $activeSlave.porn.fameType
+		<br>FameSpending: $activeSlave.pornFameSpending
+		<br>Prestige: $activeSlave.pornPrestige
+		PrestigeDesc: $activeSlave.pornPrestigeDesc
+ 
+		<br><br>
+		<h2>Type</h2>
+		General: $activeSlave.porn.fame.general
+		<br>Fuckdoll: $activeSlave.porn.fame.fuckdoll
+		<br>Rape: $activeSlave.porn.fame.rape,
+		Unflinching: $activeSlave.porn.fame.unflinching
+		
+		<br>Preggo: $activeSlave.porn.fame.preggo, 
+		Pregnancy: $activeSlave.porn.fame.pregnancy, 
+		Breeder: $activeSlave.porn.fame.breeder
+		
+		<br>BBW: $activeSlave.porn.fame.BBW, 
+		Gainer: $activeSlave.porn.fame.gainer
+		<br>Stud: $activeSlave.porn.fame.stud
+		<br>Loli: $activeSlave.porn.fame.loli
+		<br>DeepThroat: $activeSlave.porn.fame.deepThroat, 
+		StruggleFuck: $activeSlave.porn.fame.struggleFuck
+		<br>Painal: $activeSlave.porn.fame.painal
+		<br>Tease: $activeSlave.porn.fame.tease
+		<br>Romantic: $activeSlave.porn.fame.romantic, 
+		Caring: $activeSlave.porn.fame.caring
+		<br>Pervert: $activeSlave.porn.fame.pervert
+		
+		<br>SizeQueen: $activeSlave.porn.fame.sizeQueen
+		
+		<br>CumSlut: $activeSlave.porn.fame.cumSlut, 
+		<br>CumAddict: $activeSlave.porn.fame.cumAddict
+		<br>Anal: $activeSlave.porn.fame.anal, 
+		AnalAddict: $activeSlave.porn.fame.analAddict
+		<br>AttentionWhore: $activeSlave.porn.fame.attentionWhore
+		
+		<br>Abusive: $activeSlave.porn.fame.abusive, 
+		Malicious: $activeSlave.porn.fame.malicious, 
+		<br>Neglectful: $activeSlave.porn.fame.neglectful, 
+		SelfHating: $activeSlave.porn.fame.selfHating
+		
+		<br>BreastGrowth: $activeSlave.porn.fame.breastGrowth, 
+		Boobs: $activeSlave.porn.fame.boobs
+		<br>Humiliation: $activeSlave.porn.fame.humiliation
+		
+		<br>Dom: $activeSlave.porn.fame.dom, 
+		Sub: $activeSlave.porn.fame.sub
+		<br>Sadist: $activeSlave.porn.fame.sadist, 
+		Masochist: $activeSlave.porn.fame.masochist
+		<br>
+	</div>
+</div>
+
+<div id="Impants_Piercings_Tattoos" class="tabcontent">
+	<div class="content">
+	
+		<h2>Impants</h2>
+		Height: $activeSlave.heightImplant
+		<br>Ears: $activeSlave.earImplant
+		<br>Face: $activeSlave.faceImplant
+		<br>Boobs: $activeSlave.boobsImplant
+		<br>Shoulders: $activeSlave.shouldersImplant
+		<br>Belly: $activeSlave.bellyImplant
+		<br>Hips: $activeSlave.hipsImplant
+		<br>Age: $activeSlave.ageImplant
+		<br>Voice: $activeSlave.voiceImplant
+		<br>Lips: $activeSlave.lipsImplant
+		<br>Ova: $activeSlave.ovaImplant
+		<br>Womb: $activeSlave.wombImplant
+		<br>Intelligence: $activeSlave.intelligenceImplant
+		<br>Cervix: $activeSlave.cervixImplant
+		<br>Butt: $activeSlave.buttImplant
+		
+		<br><br> <h2>Piercings</h2>
+		Ears: $activeSlave.earPiercing
+		<br>Face: $activeSlave.lipsPiercing
+		<br>Nipples: $activeSlave.nipplesPiercing
+		<br>Areolae: $activeSlave.areolaePiercing
+		<br>Tongue: $activeSlave.tonguePiercing
+		<br>Nose: $activeSlave.nosePiercing
+		<br>Eyebrow: $activeSlave.eyebrowPiercing
+		<br>Corset: $activeSlave.corsetPiercing
+		<br>Navel: $activeSlave.navelPiercing
+		<br>Clit: $activeSlave.clitPiercing
+		<br>Vagina: $activeSlave.vaginaPiercing
+		<br>Dick: $activeSlave.dickPiercing
+		<br>Anus: $activeSlave.anusPiercing
+		
+		<br><br> <h2>Tattoos</h2>
+		Custom: $activeSlave.custom.tattoo
+		<br>Shoulders: $activeSlave.shouldersTat
+		<br>Belly: $activeSlave.bellyTat
+		<br>Lips: $activeSlave.lipsTat
+		<br>Back: $activeSlave.backTat
+		<br>Stamp:$activeSlave.stampTat
+		<br>Legs: $activeSlave.legsTat
+		<br>Arms: $activeSlave.armsTat
+		<br>Boobs: $activeSlave.boobsTat
+		<br>Vagina: $activeSlave.vaginaTat
+		<br>Dick: $activeSlave.dickTat
+		<br>Anus: $activeSlave.anusTat
+		<br>Butt: $activeSlave.buttTat
+		<br>Number of abortions: $activeSlave.abortionTat
+	</div>
+</div>
+
+<div id="Family" class="tabcontent">
+	<div class="content">
+		Genes: $activeSlave.genes
+		<br><br>BirthName: $activeSlave.birthName,
+		BirthSurname: $activeSlave.birthSurname
+		<br>Father: $activeSlave.father,
+		Mother: $activeSlave.mother
+		<br>Daughters: $activeSlave.daughters,
+		Sisters: $activeSlave.sisters
+		<br>Fathered: slaves: $activeSlave.counter.slavesFathered, 
+		PCChildren: $activeSlave.counter.PCChildrenFathered
+		<br>KnockedUp: slaves: $activeSlave.counter.slavesKnockedUp, 
+		<br>PC: $activeSlave.counter.PCKnockedUp
+		<br>labor: $activeSlave.labor,
+		Count: $activeSlave.counter.laborCount
+		<br>Births: $activeSlave.counter.births,
+		Total: $activeSlave.counter.birthsTotal
+		<br>PrematureBirth: $activeSlave.prematureBirth
+		
+		<br> <h2>Mods</h2> 
+		NCS: $activeSlave.geneMods.NCS, 
+		RapidCellGrowth: $activeSlave.geneMods.rapidCellGrowth, 
+		
+		<br><br> <h2>Relationships</h2>
+		<br>Rules: $activeSlave.relationshipRules
+		<br>Relation: $activeSlave.relation,
+		Target: $activeSlave.relationTarget
+		<br>Relationship: $activeSlave.relationship,
+		Target: $activeSlave.relationshipTarget
+		<br>Rivalry: $activeSlave.rivalry,
+		Target: $activeSlave.rivalryTarget
+		<br>SubTarget: $activeSlave.subTarget
+		
+		<br><br>
+		<h2>Genetic Quirks</h2>
+		Gigantism: $activeSlave.geneticQuirks.gigantism,
+		Gigantomastia: $activeSlave.geneticQuirks.gigantomastia
+		<br>Fertility: $activeSlave.geneticQuirks.fertility,
+		Hyper: $activeSlave.geneticQuirks.hyperFertility
+		<br>Superfetation: $activeSlave.geneticQuirks.superfetation
+		
+		<br>Dwarfism: $activeSlave.geneticQuirks.dwarfism
+		<br>Pface: $activeSlave.geneticQuirks.pFace
+		<br>Uface: $activeSlave.geneticQuirks.uFace
+		<br>Albinism: $activeSlave.geneticQuirks.albinism
+		<br>RearLipedema: $activeSlave.geneticQuirks.rearLipedema
+		<br>WellHung: $activeSlave.geneticQuirks.wellHung
+		<br>Weight: 
+		Gain: $activeSlave.geneticQuirks.wGain, 
+		Loss: $activeSlave.geneticQuirks.wLoss
+		<br>Androgyny: $activeSlave.geneticQuirks.androgyny
+		
+		<br><br>
+		<h2>Pregmancy</h2>
+		<br>Week: $activeSlave.pregWeek, 
+		isPreg: $activeSlave.preg, 
+		Source: $activeSlave.pregSource, 
+		Type: $activeSlave.pregType, 
+		Adaptation: $activeSlave.pregAdaptation
+		<br>Control: $activeSlave.pregControl
+		<br>PeakFertility: $activeSlave.fertPeak
+	</div>
+</div>
+
+<div id="Misc" class="tabcontent">
+	<div class="content">
+		<br>Recruiter: $activeSlave.recruiter
+		<br>Deadliness <<print Deadliness($activeSlave)>>
+		<br>Count: Penetrative: $activeSlave.counter.penetrative, 
+		Public: $activeSlave.counter.publicUse
+		<br>pitKills: $activeSlave.counter.pitKills
+	</div>
+</div>