<!--
par_url = ('../');
par_url_quest = par_url+"china/quest.htm";
function openquest() {
msgWindow=window.open(par_url_quest,'QuestFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,width=565,height=223,left=385,top=50');
}

function getElement2() {

if (document.frm.element2.value == "EARTH")
{document.frm.inhalt.value = "Your chinese element is the earth! Earth personalities have high ideals, are loyal and self-confident. On the other hand they can be stubborn, inflexible and unreasonable.\n Direction: Center\n Season: late summer\n Time of day: Afternoon\n Moon Tendency: Full Moon\n Planet: Saturn\n Form: rectangular, plain\n Colour: Yellow\n Taste: sweet\n Organs: Milt and Stomach\n Sense Organ: Tounge\n Sense: to touch\n Tissue: Muscels\n Appearance: Lips\n Emotion: to think and to care\n Noise: to sing\n Stage of development: Transformation\n Kua Number: 2 and 8"}


else if (document.frm.element2.value == "WATER")
{document.frm.inhalt.value = "Your chinese element is the water! Water personalities are dreamers and believe in love and good fortune. On the other hand they can be illusionary and unrealistic!\n Direction: North\n Season: Winter\n Time of day: Night\n Moon Tendency: New Moon\n Planet: Mercury\n Form: wavy, irregular\n Colour: Black, Dark Blue\n Taste: salty\n Organs: Cidneys and Bladder\n Sense Organ: Ears\n Sense: to hear\n Tissue: Bones\n Appearance: Hair of body\n Emotions: Mild and fear\n Noise: to groan\n Stage of development: Storage\n Kua Number: 1"}


else if (document.frm.element2.value == "FIRE")
{document.frm.inhalt.value = "Fire personalities are energetic, decisive, confident and goal-oriented. That can make them aggressive, selfish and self-centered!\n Direction: South\n Season: Summer\n Time of day: Noon\n Moon Tendency: Full Moon\n Planet: Mars\n Form: pointed, three-cornered\n Colour: Red\n Taste: bitter\n Organs: Heart and small gut\n Sense Organ: Mouth\n Sense: to taste\n Tissue: Vessels\n Appearance: Face\n Emotions: Happyness and Hate\n Noise: to laugh\n Stage of development: Growth\n Kua Number: 9"}


else if (document.frm.element2.value == "WOOD")
{document.frm.inhalt.value = "Your chinese element is the wood. Wood personalities are peaceful, compassionate and considerate. The downside is, that they sometimes neglect their own needs!\n Direction: East\n Season: Spring\n Time of day: Morning\n Moon Tendency: waxing moon\n Planet: Jupiter\n Form: cylinder, aspire\n Colour: Green\n Taste: sour\n Organs: Liver and bile\n Sense Organ: Eyes\n Sense: to see\n Tissue: Sinews\n Appearance: Nails\n Emotions: Kindness and irascibility\n Noise: to scream\n Stage of development: Birth\n Kua Number: 3 and 4"}

else if (document.frm.element2.value == "METAL")
{document.frm.inhalt.value = "Your chinese elment is the metal. Metal personalities are tough and love to take risks. They like to help other but have to be careful not to become hard-hearted!\n Direction: West\n Season: Autumn\n Time of day: Evening\n Moon Tendency: waning moon\n Planet: Venus\n Form: round\n Colour: White\n Taste: hot\n Organs: Lung and great gut\n Sense Organ: Nose\n Sense: to smell\n Tissue: Skin\n Appearance: Hair\n Emotions: Courage and Sorrow\n Noise: to cry\n Stage of development: Harvest\n Kua Number: 6 and 7"}

else {alert ("Please write the complete year - 1999!")}

}
// -->