<!--
par_url = ('../');
par_url_quest = par_url+"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');
}
par_url_partner = par_url+"monkey/partner.htm";
function openpartner() {
msgWindow=window.open(par_url_partner,'PartnerFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,scrollbars=1,width=630,height=330,left=385,top=50');
}
par_url_relation = par_url+"monkey/prerelation.htm";
function openrelation() {
msgWindow=window.open(par_url_relation,'RelationFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,scrollbars=1,width=780,height=280,left=50,top=50');
}
par_url_time = par_url+"monkey/time.htm";
function opentime() {
msgWindow=window.open(par_url_time,'TimeFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,scrollbars=1,width=780,height=280,left=50,top=50');
}
par_url_element = par_url+"monkey/element.htm";
function openelement() {
msgWindow=window.open(par_url_element,'ElementFenster','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,scrollbars=1,width=780,height=280,left=50,top=50');
}
function go()
{
var input=document.frm.element2.value
if (input=="WATER")
{location="element/water.htm"};

if (input=="EARTH")
{location="element/earth.htm"};

if (input=="METAL")
{location="element/metal.htm"};

if (input=="FIRE")
{location="element/fire.htm"};

if (input=="WOOD")
{location="element/wood.htm"};
}
// -->