473,770 Members | 4,443 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

help with a problem comparing strings

I have a problem comparing strings in an order form i'm writing. I want
to give a running total at the bottom of the page and it appears to be
working except it doesn't compare correctly (it always adds things up
when you didn't select them) so i only added 2 of the items until I got
it worked out. here's the page source (you can look at it yourself at
http://robertdell.dyndns.org/shifts/

<!DOCTYPE HTML PUBLIC>
<html>
<head>
<!META http-equiv="refresh" content="120;UR L=index.shtml">
<title> Shifting order form </title>
<script>
function calctotal(){
document.Shifti ng.total.value = 0;
if (document.Shift ing.eyecolor.va lue != "unchanged" ) {
document.Shifti ng.total.value =
eval(document.S hifting.total.v alue)+5; };
if (document.Shift ing.eyeshape.va lue != "unchanged" ) {
document.Shifti ng.total.value =
eval(document.S hifting.total.v alue)+10; };
}
</script>
<STYLE TYPE="text/css">
<!--
H1 {color: pink; font-size: 28pt; font-face: Verdana; text-align:
center; font-weight: 100;}
H2 {color: pink; font-size: 18pt; font-face: Verdana; text-align:
center}
H3 {color: pink; font-size: 15pt; font-face: Verdana; text-align:
center}
P {text-indent: +20px}
A:link {color: violet}
A:hover {color: blue; text-decoration: underline}
A:visited {color: red}
-->
</STYLE>

</head>
<BODY BGCOLOR="#00000 0" LINK="#0000FF" VLINK="#FF0000" ALINK="#FF0000"
TEXT="#FFFF00" BACKGROUND="/images/black.gif" nowrap >
<h1>Shifting order form</h1>
<hr>

<form name="Shifting" action="/cgi-bin/echo.cgi" method="POST">
<div align="left"><b r>
<h2>Eye colors 5 plat</h2>
<input type="radio" name="eyecolor" onClick="calcto tal();"
value="unchange d" checked> unchanged<br>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="ale-brown"> ale-brown<br></td>
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="dark brown"> dark brown<br></td>
<td WIDTH="34%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="moss-green"> moss-green<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="amber"> amber<br></td>
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="emerald" > emerald<br></td>
<td WIDTH="34%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="red"> red<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="blue"> blue<br></td>
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="gold"> gold<br></td>
<td WIDTH="34%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="sapphire "> sapphire<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="blue-green"> blue-green<br></td>
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="green"> green<br></td>
<td WIDTH="34%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="silver"> silver<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="blue-grey"> blue-grey<br></td>
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="grey"> grey<br></td>
<td WIDTH="34%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="steely grey"> steely grey<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="brown"> brown<br></td>
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="hazel"> hazel<br></td>
<td WIDTH="34%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="stormy grey"> stormy grey<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="clear colored"> clear colored<br></td>
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="jade"> jade<br></td>
<td WIDTH="34%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="topaz"> topaz<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="crystal blue"> crystal blue<br></td>
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="leaf-green"> leaf-green<br></td>
<td WIDTH="34%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="turquois e"> turquoise<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="crystal green"> crystal green<br></td>
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="milky blue"> milky blue<br></td>
<td WIDTH="34%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="violet"> violet<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="dark"> dark<br></td>
<td WIDTH="33%"><in put type="radio" name="eyecolor"
onClick="calcto tal();" value="milky white"> milky white<br></td>
</table>
<hr>
<h2>Eye shapes 10 plat</h2>
<input type="radio" name="eyeshape" onClick="calcto tal();"
value="unchange d" checked> unchanged<br>
<h3>On Gor'Togs and S'Kra Mur</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Gor'Togs and S'Kra Mur almond-shaped">
almond-shaped<br></td>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Gor'Togs and S'Kra Mur crossed">
crossed<br></td>
<td WIDTH="34%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Gor'Togs and S'Kra Mur silver-flecked">
silver-flecked<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Gor'Togs and S'Kra Mur beady"> beady<br></td>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Gor'Togs and S'Kra Mur deep-set">
deep-set<br></td>
<td WIDTH="34%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Gor'Togs and S'Kra Mur sparkling">
sparkling<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Gor'Togs and S'Kra Mur bulging">
bulging<br></td>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Gor'Togs and S'Kra Mur gold-flecked">
gold-flecked<br></td>
<td WIDTH="34%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Gor'Togs and S'Kra Mur tilted">
tilted<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Gor'Togs and S'Kra Mur close-set">
close-set<br></td>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Gor'Togs and S'Kra Mur limpid">
limpid<br></td>
<td WIDTH="34%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Gor'Togs and S'Kra Mur twitching">
twitching<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Gor'Togs and S'Kra Mur crinkled">
crinkled<br></td>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Gor'Togs and S'Kra Mur red-veined">
red-veined<br></td>
<td WIDTH="34%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Gor'Togs and S'Kra Mur wide-set">
wide-set<br></td>
</table>
<h3>On Prydaen</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Prydaen beady"> beady<br></td>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Prydaen limpid"> limpid<br></td>
<td WIDTH="34%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Prydaen sparkling"> sparkling<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Prydaen bright"> bright<br></td>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Prydaen red-veined"> red-veined<br></td>
<td WIDTH="34%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Prydaen thick-lashed"> thick-lashed<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Prydaen bulging"> bulging<br></td>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Prydaen silver-flecked">
silver-flecked<br></td>
<td WIDTH="34%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Prydaen tilted"> tilted<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Prydaen crossed"> crossed<br></td>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Prydaen slanted"> slanted<br></td>
<td WIDTH="34%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Prydaen twitching"> twitching<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Prydaen gold-flecked"> gold-flecked<br></td>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Prydaen small"> small<br></td>
<td WIDTH="34%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="Prydaen wide"> wide<br></td>
</table>
<h3>On everyone else</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="everyone else almond-shaped">
almond-shaped<br></td>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="everyone else deep-set"> deep-set<br></td>
<td WIDTH="34%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="everyone else sparkling"> sparkling<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="everyone else beady"> beady<br></td>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="everyone else gold-flecked">
gold-flecked<br></td>
<td WIDTH="34%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="everyone else thick-lashed">
thick-lashed<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="everyone else bulging"> bulging<br></td>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="everyone else limpid"> limpid<br></td>
<td WIDTH="34%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="everyone else tilted"> tilted<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="everyone else close-set"> close-set<br></td>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="everyone else red-veined"> red-veined<br></td>
<td WIDTH="34%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="everyone else twitching"> twitching<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="everyone else crossed"> crossed<br></td>
<td WIDTH="33%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="everyone else silver-flecked">
silver-flecked<br></td>
<td WIDTH="34%"><in put type="radio" name="eyeshape"
onClick="calcto tal();" value="everyone else wide-set"> wide-set<br></td>
</table>
<hr>
<h2>Beard 5 plat prevention,<br> length 5 gold per step.</h2>
<input type="radio" name="beard" onClick="calcto tal();"
value="unchange d" checked> unchanged<br>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="beard" onClick="calcto tal();"
value="shorter" > shorter<br></td>
<td WIDTH="33%"><in put type="radio" name="beard" onClick="calcto tal();"
value="longer"> longer<br></td>
<td WIDTH="34%"><in put type="radio" name="beard" onClick="calcto tal();"
value="beard prevent"> beard prevent<br></td>
</table>
<hr>
<h2>Hair length 5 plat per step</h2>
<input type="radio" name="length" onClick="calcto tal();"
value="unchange d" checked> unchanged<br>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="length" onClick="calcto tal();"
value="shorter" > shorter<br></td>
<td WIDTH="33%"><in put type="radio" name="length" onClick="calcto tal();"
value="longer"> longer<br></td>
<td WIDTH="334"> <br></td>

</table>
<hr>
<h2>Hair color 5 plat</h2>
<input type="radio" name="haircolor " onClick="calcto tal();"
value="unchange d" checked> unchanged<br>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="amber"> amber<br></td>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="deep blue"> deep blue<br></td>
<td WIDTH="34%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="mouse brown"> mouse brown<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="ash-blonde"> ash-blonde<br></td>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="deep purple"> deep purple<br></td>
<td WIDTH="34%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="platinum "> platinum<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="auburn"> auburn<br></td>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="flaxen"> flaxen<br></td>
<td WIDTH="34%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="red"> red<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="black"> black<br></td>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="ginger"> ginger<br></td>
<td WIDTH="34%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="red-gold"> red-gold<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="blonde"> blonde<br></td>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="golden"> golden<br></td>
<td WIDTH="34%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="russet"> russet<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="blue-black"> blue-black<br></td>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="golden brown"> golden brown<br></td>
<td WIDTH="34%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="silver"> silver<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="bright green"> bright green<br></td>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="grey"> grey<br></td>
<td WIDTH="34%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="silver-gilt"> silver-gilt<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="bright orange"> bright orange<br></td>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="honey"> honey<br></td>
<td WIDTH="34%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="snow-white"> snow-white<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="brown"> brown<br></td>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="lavender "> lavender<br></td>
<td WIDTH="34%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="strawber ry"> strawberry<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="brunette "> brunette<br></td>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="light brown"> light brown<br></td>
<td WIDTH="34%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="white"> white<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="haircolor "
onClick="calcto tal();" value="dark brown"> dark brown<br></td>
</table>
<hr>
<h2>Hair streak color 10 plat</h2>
<input type="radio" name="streak" onClick="calcto tal();"
value="unchange d" checked> unchanged<br>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="amber"> amber<br></td>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="deep blue"> deep blue<br></td>
<td WIDTH="34%"><in put type="radio" name="streak" onClick="calcto tal();"
value="mouse brown"> mouse brown<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="ash-blonde"> ash-blonde<br></td>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="deep purple"> deep purple<br></td>
<td WIDTH="34%"><in put type="radio" name="streak" onClick="calcto tal();"
value="platinum "> platinum<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="auburn"> auburn<br></td>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="flaxen"> flaxen<br></td>
<td WIDTH="34%"><in put type="radio" name="streak" onClick="calcto tal();"
value="red"> red<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="black"> black<br></td>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="ginger"> ginger<br></td>
<td WIDTH="34%"><in put type="radio" name="streak" onClick="calcto tal();"
value="red-gold"> red-gold<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="blonde"> blonde<br></td>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="golden"> golden<br></td>
<td WIDTH="34%"><in put type="radio" name="streak" onClick="calcto tal();"
value="russet"> russet<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="blue-black"> blue-black<br></td>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="golden brown"> golden brown<br></td>
<td WIDTH="34%"><in put type="radio" name="streak" onClick="calcto tal();"
value="silver"> silver<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="bright green"> bright green<br></td>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="grey"> grey<br></td>
<td WIDTH="34%"><in put type="radio" name="streak" onClick="calcto tal();"
value="silver-gilt"> silver-gilt<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="bright orange"> bright orange<br></td>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="honey"> honey<br></td>
<td WIDTH="34%"><in put type="radio" name="streak" onClick="calcto tal();"
value="snow-white"> snow-white<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="brown"> brown<br></td>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="lavender "> lavender<br></td>
<td WIDTH="34%"><in put type="radio" name="streak" onClick="calcto tal();"
value="strawber ry"> strawberry<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="brunette "> brunette<br></td>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="light brown"> light brown<br></td>
<td WIDTH="34%"><in put type="radio" name="streak" onClick="calcto tal();"
value="white"> white<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="streak" onClick="calcto tal();"
value="dark brown"> dark brown<br></td>
</table>
<hr>
<h2>Hair texture 5 plat</h2>
<input type="radio" name="texture" onClick="calcto tal();"
value="unchange d" checked> unchanged<br>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="texture"
onClick="calcto tal();" value="curly"> curly<br></td>
<td WIDTH="33%"><in put type="radio" name="texture"
onClick="calcto tal();" value="peppered "> peppered<br></td>
<td WIDTH="34%"><in put type="radio" name="texture"
onClick="calcto tal();" value="thick"> thick<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="texture"
onClick="calcto tal();" value="fine"> fine<br></td>
<td WIDTH="33%"><in put type="radio" name="texture"
onClick="calcto tal();" value="straight "> straight<br></td>
<td WIDTH="34%"><in put type="radio" name="texture"
onClick="calcto tal();" value="wavy"> wavy<br></td>
</table>
<hr>
<h2>Skin 10 plat</h2>
<input type="radio" name="skin" onClick="calcto tal();" value="unchange d"
checked> unchanged<br>
<h3>On a Gor'Tog (Skin)</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Gor'Tog (Skin) bronze-green"> bronze-green<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Gor'Tog (Skin) green"> green<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Gor'Tog (Skin) pale green"> pale green<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Gor'Tog (Skin) coppery-green"> coppery-green<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Gor'Tog (Skin) green-grey"> green-grey<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Gor'Tog (Skin) pockmarked"> pockmarked<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Gor'Tog (Skin) dark green"> dark green<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Gor'Tog (Skin) jade"> jade<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Gor'Tog (Skin) smooth"> smooth<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Gor'Tog (Skin) dusky olive"> dusky olive<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Gor'Tog (Skin) leathery"> leathery<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Gor'Tog (Skin) weathered"> weathered<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Gor'Tog (Skin) ebon"> ebon<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Gor'Tog (Skin) olive"> olive<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Gor'Tog (Skin) wrinkled"> wrinkled<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Gor'Tog (Skin) emerald"> emerald<br></td>
</table>
<hr>
<h3>On a S'Kra Mur (Scales)</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a S'Kra Mur (Scales) black"> black<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a S'Kra Mur (Scales) green-brown"> green-brown<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a S'Kra Mur (Scales) red-gold"> red-gold<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a S'Kra Mur (Scales) brown"> brown<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a S'Kra Mur (Scales) green-grey"> green-grey<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a S'Kra Mur (Scales) silver"> silver<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a S'Kra Mur (Scales) camouflage"> camouflage<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a S'Kra Mur (Scales) grey"> grey<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a S'Kra Mur (Scales) sorrel"> sorrel<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a S'Kra Mur (Scales) dark gold-edged"> dark gold-edged<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a S'Kra Mur (Scales) mottled"> mottled<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a S'Kra Mur (Scales) speckled"> speckled<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a S'Kra Mur (Scales) golden"> golden<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a S'Kra Mur (Scales) olive"> olive<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a S'Kra Mur (Scales) white"> white<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a S'Kra Mur (Scales) green"> green<br></td>
</table>
<h3>On a Rakash (Skin)</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Skin) black"> black<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Skin) dark brown"> dark brown<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Skin) freckled"> freckled<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Skin) copper"> copper<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Skin) ebon"> ebon<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Skin) pale"> pale<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Skin) dark"> dark<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Skin) fair"> fair<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Skin) rosy"> rosy<br></td>
<tr>
</table>
<hr>
<h3>On a Rakash (Fur)</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur) agouti"> agouti<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur) grey"> grey<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur) silver"> silver<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur) black"> black<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur) piebald"> piebald<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur) silvered black"> silvered black<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur) blonde"> blonde<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur) ruddy"> ruddy<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur) tan"> tan<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur) brindled"> brindled<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur) russet"> russet<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur) tri-color"> tri-color<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur) brown"> brown<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur) sable"> sable<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur) white"> white<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur) fawn"> fawn<br></td>
</table>
<hr>
<h3>On a Rakash (Fur - Markings)</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur - Markings) blonde"> blonde<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur - Markings) silver"> silver<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur - Markings) standard"> standard<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur - Markings) grey"> grey<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur - Markings) silvered black"> silvered black<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur - Markings) tan"> tan<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur - Markings) ruddy"> ruddy<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur - Markings) standard"> standard<br></td>
</table>
<hr>
<h3>On a Rakash (Fur - Maskings)</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur - Maskings) blonde"> blonde<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur - Maskings) silver"> silver<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur - Maskings) standard"> standard<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur - Maskings) grey"> grey<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur - Maskings) silvered black"> silvered black<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur - Maskings) tan"> tan<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur - Maskings) ruddy"> ruddy<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Rakash (Fur - Maskings) standard"> standard<br></td>
</table>
<hr>
<h3>On a Prydaen (Fur)</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur) black"> black<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur) golden"> golden<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur) sepia"> sepia<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur) blue-grey"> blue-grey<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur) grey"> grey<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur) silver"> silver<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur) brown"> brown<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur) orange"> orange<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur) tawny"> tawny<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur) calico"> calico<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur) rust-colored"> rust-colored<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur) tortoiseshell"> tortoiseshell<b r></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur) creamy white"> creamy white<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur) sandy"> sandy<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur) white"> white<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur) dark brown"> dark brown<br></td>
</table>
<hr>
<h3>On a Prydaen (Fur - Primary Markings)</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur - Primary Markings) black belly"> black
belly<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur - Primary Markings) grey belly"> grey
belly<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur - Primary Markings) silver belly"> silver
belly<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur - Primary Markings) black points"> black
points<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur - Primary Markings) grey points"> grey
points<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur - Primary Markings) silver points"> silver
points<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur - Primary Markings) brown belly"> brown
belly<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur - Primary Markings) sepia belly"> sepia
belly<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur - Primary Markings) standard"> standard<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur - Primary Markings) brown points"> brown
points<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur - Primary Markings) sepia points"> sepia
points<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur - Primary Markings) white belly"> white
belly<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur - Primary Markings) glittered"> glittered<br></td>
</table>
<hr>
<h3>On a Prydaen (Fur - Secondary Markings)</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur - Secondary Markings) sepia"> sepia<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur - Secondary Markings) Spots"> Spots<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur - Secondary Markings) standard"> standard<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur - Secondary Markings) silver"> silver<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On a Prydaen (Fur - Secondary Markings) white"> white<br></td>
</table>
<hr>
<h3>On everyone else (Skin)</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On everyone else (Skin) black"> black<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On everyone else (Skin) fair"> fair<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On everyone else (Skin) smooth"> smooth<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On everyone else (Skin) blue-veined"> blue-veined<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On everyone else (Skin) leathery"> leathery<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On everyone else (Skin) tanned"> tanned<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On everyone else (Skin) copper"> copper<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On everyone else (Skin) pale"> pale<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On everyone else (Skin) translucent"> translucent<br> </td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On everyone else (Skin) dark"> dark<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On everyone else (Skin) pockmarked"> pockmarked<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On everyone else (Skin) weathered"> weathered<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On everyone else (Skin) dark brown"> dark brown<br></td>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On everyone else (Skin) rosy"> rosy<br></td>
<td WIDTH="34%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On everyone else (Skin) wrinkled"> wrinkled<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="skin" onClick="calcto tal();"
value="On everyone else (Skin) ebon"> ebon<br></td>
</table>
<hr>
<h2>Dimples 10 plat</h2>
<input type="radio" name="dimples" onClick="calcto tal();"
value="unchange d" checked> unchanged<br>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="dimples"
onClick="calcto tal();" value="added"> added<br></td>
<td WIDTH="33%"><in put type="radio" name="dimples"
onClick="calcto tal();" value="removed" > removed<br></td>
</table>
<hr>
<h2>Cleft Chin 10 plat</h2>
<input type="radio" name="chin" onClick="calcto tal();" value="unchange d"
checked> unchanged<br>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="chin" onClick="calcto tal();"
value="added"> added<br></td>
<td WIDTH="33%"><in put type="radio" name="chin" onClick="calcto tal();"
value="removed" > removed<br></td>
</table>
<hr>
<h2>Tuffed tail 10 plat (Prydaens only)</h2>
<input type="radio" name="tail" onClick="calcto tal();" value="unchange d"
checked> unchanged<br>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="tail" onClick="calcto tal();"
value="added"> added<br></td>
<td WIDTH="33%"><in put type="radio" name="tail" onClick="calcto tal();"
value="removed" > removed<br></td>
</table>
<hr>
<h2>Pale silver underbelly 10 plat (S'kra Mur only)</h2>
<input type="radio" name="underbell y" onClick="calcto tal();"
value="unchange d" checked> unchanged<br>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="underbell y"
onClick="calcto tal();" value="added"> added<br></td>
<td WIDTH="33%"><in put type="radio" name="underbell y"
onClick="calcto tal();" value="removed" > removed<br></td>
</table>
<hr>
<h2>Features 10 plat</h2>
<input type="radio" name="features" onClick="calcto tal();"
value="unchange d" checked> unchanged<br>
<h3>On someone with a tail</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="features"
onClick="calcto tal();" value="On someone with a tail crooked tail">
crooked tail<br></td>
<td WIDTH="33%"><in put type="radio" name="features"
onClick="calcto tal();" value="On someone with a tail slender tail">
slender tail<br></td>
<td WIDTH="34%"><in put type="radio" name="features"
onClick="calcto tal();" value="On someone with a tail stubby tail">
stubby tail<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="features"
onClick="calcto tal();" value="On someone with a tail curving tail">
curving tail<br></td>
<td WIDTH="33%"><in put type="radio" name="features"
onClick="calcto tal();" value="On someone with a tail straight tail">
straight tail<br></td>
<td WIDTH="34%"><in put type="radio" name="features"
onClick="calcto tal();" value="On someone with a tail thick tail"> thick
tail<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="features"
onClick="calcto tal();" value="On someone with a tail kinked tail">
kinked tail<br></td>
<td WIDTH="33%"><in put type="radio" name="features"
onClick="calcto tal();" value="On someone with a tail stubby tail">
stubby tail<br></td>
</table>
<hr>
<h3>On an Elf</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="features"
onClick="calcto tal();" value="On an Elf elegant arched eyebrows">
elegant arched eyebrows<br></td>
<td WIDTH="33%"><in put type="radio" name="features"
onClick="calcto tal();" value="On an Elf laugh lines"> laugh lines<br></td>
<td WIDTH="34%"><in put type="radio" name="features"
onClick="calcto tal();" value="On an Elf pouting lips"> pouting lips<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="features"
onClick="calcto tal();" value="On an Elf frown lines around mouth"> frown
lines around mouth<br></td>
<td WIDTH="33%"><in put type="radio" name="features"
onClick="calcto tal();" value="On an Elf missing tooth"> missing
tooth<br></td>
<td WIDTH="34%"><in put type="radio" name="features"
onClick="calcto tal();" value="On an Elf standard"> standard<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="features"
onClick="calcto tal();" value="On an Elf generous mouth"> generous
mouth<br></td>
<td WIDTH="33%"><in put type="radio" name="features"
onClick="calcto tal();" value="On an Elf pouting lips"> pouting lips<br></td>
</table>
<hr>
<h3>On everyone else</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="features"
onClick="calcto tal();" value="On everyone else frown lines around
mouth"> frown lines around mouth<br></td>
<td WIDTH="33%"><in put type="radio" name="features"
onClick="calcto tal();" value="On everyone else missing tooth"> missing
tooth<br></td>
<td WIDTH="34%"><in put type="radio" name="features"
onClick="calcto tal();" value="On everyone else slightly pointed ears">
slightly pointed ears<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="features"
onClick="calcto tal();" value="On everyone else generous mouth"> generous
mouth<br></td>
<td WIDTH="33%"><in put type="radio" name="features"
onClick="calcto tal();" value="On everyone else pouting lips"> pouting
lips<br></td>
<td WIDTH="34%"><in put type="radio" name="features"
onClick="calcto tal();" value="On everyone else standard"> standard<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="features"
onClick="calcto tal();" value="On everyone else heavy jowls"> heavy
jowls<br></td>
<td WIDTH="33%"><in put type="radio" name="features"
onClick="calcto tal();" value="On everyone else slightly pointed ears">
slightly pointed ears<br></td>
</table>
<hr>
<h2>Build 50 plat</h2>
Note: the exact position from male to female on the list corresponds to
the change should one undergo a gender change.<br>
So, a wiry male would be a thin female, a plump female would become a
pot-bellied male.<br>
<input type="radio" name="build" onClick="calcto tal();"
value="unchange d" checked> unchanged<br>
<h3>On a male</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="male thin"> thin<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="male lean"> lean<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="male wiry"> wiry<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="male athletic"> athletic<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="male brawny"> brawny<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="male burly"> burly<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="male stocky"> stocky<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="male hefty"> hefty<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="male stout"> stout<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="male rotund"> rotund<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="male portly"> portly<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="male pot-bellied"> pot-bellied<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="male fat"> fat<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="male emaciated"> emaciated<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="male scrawny"> scrawny<br></td>
<tr>
</table>
<h3>On a female</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="female emaciated"> emaciated<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="female slender"> slender<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="female thin"> thin<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="female lithe"> lithe<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="female lissome"> lissome<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="female athletic"> athletic<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="female brawny"> brawny<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="female svelte"> svelte<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="female shapely"> shapely<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="female curvacious"> curvacious<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="female generous"> generous<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="female plump"> plump<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="female stout"> stout<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="female matronly"> matronly<br></td>
<td WIDTH="33%"><in put type="radio" name="build" onClick="calcto tal();"
value="female fat"> fat<br></td>
</table>
<hr>
<h2>Face 10 plat</h2>
<input type="radio" name="face" onClick="calcto tal();" value="unchange d"
checked> unchanged<br>
<h3>On a S'kra Mur</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="skra standard"> standard<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="skra elongated"> elongated<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="skra flat-featured"> flat-featured<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="skra round"> round<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="skra shallow-featured"> shallow-featured<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="skra triangular"> triangular<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="skra sharp-featured"> sharp-featured<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="skra angular"> angular<br></td>
</table>
<h3>On a Rakash<br>(moon skin/human form)</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="rakash standard"> standard<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="rakash pointy-eared/heart-shaped"> pointy-eared/heart-shaped<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="rakash wolfish/oval"> wolfish/oval<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="rakash pudgy/round"> pudgy/round<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="rakash square/square"> square/square<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="rakash triangular/triangular"> triangular/triangular<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="rakash classic lupine/square-jawed"> classic
lupine/square-jawed<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="rakash angular/angular "> angular/angular <br></td>
</table>
<h3>On a Prydaen</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="prydaen standard"> standard<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="prydaen heart-shaped"> heart-shaped<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="prydaen oval"> oval<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="prydaen round"> round<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="prydaen square"> square<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="prydaen triangular"> triangular<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="prydaen square-jawed"> square-jawed<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="prydaen angular"> angular<br></td>
</table>
<h3>On a Everybody else</h3>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="other standard"> standard<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="other heart-shaped"> heart-shaped<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="other oval"> oval<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="other round"> round<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="other square"> square<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="other triangular"> triangular<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="other square-jawed"> square-jawed<br></td>
<td WIDTH="33%"><in put type="radio" name="face" onClick="calcto tal();"
value="other angular"> angular<br></td>
</table>
<hr>
<h2>Gender 50 plat<br>(no free reversals)</h2>
<input type="radio" name="gender" onClick="calcto tal();"
value="unchange d" checked> unchanged<br>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="gender" onClick="calcto tal();"
value="male"> male<br></td>
<td WIDTH="33%"><in put type="radio" name="gender" onClick="calcto tal();"
value="female"> female<br></td>
</table>
<hr>
<h2>Height 15 plat<br>per step</h2>
<input type="radio" name="height" onClick="calcto tal();"
value="unchange d" checked> unchanged<br>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="height" onClick="calcto tal();"
value="taller"> taller<br></td>
<td WIDTH="33%"><in put type="radio" name="height" onClick="calcto tal();"
value="shorter" > shorter<br></td>
</table>
<hr>

<h2>Age days 75 plat</h2>
<h2>Age months 150 plat</h2>
<h2>Age years 300 plat</h2>
<input type="radio" name="age" onClick="calcto tal();" value="unchange d"
checked> unchanged<br>
<table border="0" cellpadding="0" width="640">
<td WIDTH="33%"><in put type="radio" name="age" onClick="calcto tal();"
value="day younger"> a day younger<br></td>
<td WIDTH="33%"><in put type="radio" name="age" onClick="calcto tal();"
value="day older"> a day older<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="age" onClick="calcto tal();"
value="month younger"> a month younger<br></td>
<td WIDTH="33%"><in put type="radio" name="age" onClick="calcto tal();"
value="month older"> a month older<br></td>
<tr>
<td WIDTH="33%"><in put type="radio" name="age" onClick="calcto tal();"
value="year younger"> a year younger<br></td>
<td WIDTH="33%"><in put type="radio" name="age" onClick="calcto tal();"
value="year older"> a year older<br></td>
</table>
<hr>
<br>
<h2>Location and contact information</h2><br>
<input type="radio" name="location" value="Zoluren" checked> Zoluren<br>
<input type="radio" name="location" value="Ilithi"> Ilithi<br>
<input type="radio" name="location" value="Therengi a"> Therengia<br>
<input type="radio" name="location" value="Ratha"> Ratha<br>
<input type="radio" name="location" value="Qi"> Qi<br>

<input name="total" size="10" value="0"> plat total.<br>

Email address:&nbsp;& nbsp;&nbsp;<inp ut TYPE=TEXT NAME="Email" SIZE=40><br>
AIM address:&nbsp;& nbsp;&nbsp;<inp ut TYPE=TEXT NAME="AIM" SIZE=40><br>
Character name:&nbsp;&nbs p;&nbsp;<input TYPE=TEXT NAME="Character " SIZE=40>
<br>
<hr>
<br>
<input TYPE=SUBMIT onClick="calcto tal();" value="Submit">

</div>
</form>
</body>
</html>

Jul 23 '05 #1
3 2041
The problem your experiencing is the same one I ran into when I was doing a
form of a similar sort.

Basicaly it comes down to how you're looking for the value of a radio
button. These inputs can only have 2 values true (if checked) and false
(if unchecked).

Modify these lines:

if (document.Shift ing.eyecolor.va lue != "unchanged" )

--to read:

if(document.Shi fting.eyecolor[0].checked == false)

--the [0] is the index of the first radio button by the name 'eyecolor',
[1] is the second and so on.

Hope this helps solve your problem.

P.S. Is this for an RPG? sounds pretty cool, did you create it?

Jul 23 '05 #2
yes, this IS for a RPG called Dragonrealms at www.dragonrealms.net or
www.play.net and no I didn't create the game but I am a fan that is
creating a helpful site for it. this site i'm working on is for a
player's group. there are usually about 1000-1500 people playing the
game at the same time.

koethler wrote:
The problem your experiencing is the same one I ran into when I was doing a
form of a similar sort.

Basicaly it comes down to how you're looking for the value of a radio
button. These inputs can only have 2 values true (if checked) and false
(if unchecked).

Modify these lines:

if (document.Shift ing.eyecolor.va lue != "unchanged" )

--to read:

if(document.Shi fting.eyecolor[0].checked == false)

--the [0] is the index of the first radio button by the name 'eyecolor',
[1] is the second and so on.

Hope this helps solve your problem.

P.S. Is this for an RPG? sounds pretty cool, did you create it?


Jul 23 '05 #3
Robert Dell wrote:
<yes, this IS for a RPG called Dragonrealms at www.dragonrealms.net or
www.play.net and no I didn't create the game but I am a fan that is
creating a helpful site for it. this site i'm working on is for a
player's group. there are usually about 1000-1500 people playing the
game at the same time.


Cool. I play some Starwars and such. Did my solution help or is the
problem a different one?

Jul 23 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
7603
by: beliavsky | last post by:
By mistake I coded something like print ("1" > 1) and got the result "True". Comparing an integer and a string seems meaningless to me, and I would prefer to have an exception thrown. Can someone explain why Python allows comparisons between integers and strings, and how it handles those cases? Why is "1" > 1? Pychecker does not warn about the line of code above -- I wish it did.
26
10181
by: William Park | last post by:
How do you compare 2 strings, and determine how much they are "close" to each other? Eg. aqwerty qwertyb are similar to each other, except for first/last char. But, how do I quantify that? I guess you can say for the above 2 strings that - at max, 6 chars out of 7 are same sequence --> 85% max
5
3534
by: ArShAm | last post by:
Hi there Please help me to optimize this code for speed I added /O2 to compiler settings I added /Oe to compiler settings for accepting register type request , but it seems that is not allowed and if I remove register type for "l" , time of generating codes doesn't change the original code makes some files , but I removed that section to make it simple for you to read please help me to optimize it for faster running
5
2427
by: Curtis Gilchrist | last post by:
I am required to read in records from a file and store them in descending order by an customer number, which is a c-style string of length 5. I am storing these records in a linked list. My problem is in comparing the customer number I just read in with those in the list. I'm not sure how to go about comparing c-style strings for greater than, less than.. here is how I am currently trying to do it: while( ( custinfo.number >...
4
10538
by: agent349 | last post by:
First off, I know arrays can't be compared directly (ie: if (arrary1 == array2)). However, I've been trying to compare two arrays using pointers with no success. Basically, I want to take three sets of character strings from the user. Then I want to run through each element and compare the two strings. If they match I print they match... I'm having a bit of trouble with the actual loop through each array using the pointers and comparing...
6
2388
by: BrianJones | last post by:
I have a problem with the int strcmp(str1,str2) function: When I do: char *pass; char *passv; pass = getpass("Please enter....."); passv = getpass("Please verify.....");
88
22065
by: William Krick | last post by:
I'm currently evaluating two implementations of a case insensitive string comparison function to replace the non-ANSI stricmp(). Both of the implementations below seem to work fine but I'm wondering if one is better than the other or if there is some sort of hybrid of the two that would be superior. IMPLEMENTATION 1: #ifndef HAVE_STRCASECMP
2
3347
by: Manny Chohan | last post by:
Hi, i have two datetime values in format 11/22/04 9:00 AM and 11/22/04 9:30 AM. How can i compare dates .net c# or if there is any other way such as Javascript. Thanks Manny
2
3389
by: Pugi! | last post by:
hi, I am using this code for checking wether a value (form input) is an integer and wether it is smaller than a given maximum and greater then a given minimum value: function checkInteger(&$value, $checks) { $err = ''; if (!is_numeric($value) || (floatval($value) != intval($value))) { $err .= 'Input must be an integer. ';
0
9602
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9439
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10017
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9882
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8905
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5326
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5467
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3987
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3589
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.