document.body.style.backgroundImage = "url(/truewrestle/images/RosesBackground.gif)";
function load(){
document.body.style.backgroundImage = "url(/truewrestle/images/RosesBackground.gif)";
}


function mouseDown(e)
{
var targ;
targ = e.target;
targ = targ.id;
var elems = document.getElementById(targ)
document.getElementById(targ).style.backgroundImage = "url(/truewrestle/images/InTab.gif)";
document.getElementById("explain").innerHTML = "working";

if(elems.id == "tab"){
  document.getElementById("explain").innerHTML = "Here, you can find pictures of the girls or instances, during matches.";
  }
  else if 
  (elems.id == "tab1")
    document.getElementById("explain").innerHTML = "Here, you can find descriptions of characters introduced in the <u>comic</u> so far<br/>(Not currently updated...).";

  else if 
  (elems.id == "tab2")
   document.getElementById("explain").innerHTML = "This will take you back to the project site page.";

  else if 
  (elems.id == "tab3")
   document.getElementById("explain").innerHTML = "Here, you will find semi-animated slideshows of full matches <br/> between females as well as other downloadable content.:) Please keep in mind <br/> that these cost money, although they are fairly cheap.";

  else if 
  (elems.id == "tab4")
   document.getElementById("explain").innerHTML = "The comic for this website is hosted here: http://truewrestle.smackjeeves.com/<br/>Not very extensive, cause I've been asleep, but don't worry, it'll get there.";
  
  else if 
  (elems.id == "tab5")
   document.getElementById("explain").innerHTML = "Here is where I'll let you know what I have planned, if anything at all.";
}

function mouseUp(e)
{
var targs;
targs = e.target;
targs = targs.id;
document.getElementById(targs).style.backgroundImage = "url(/truewrestle/images/Tab.gif)";
document.getElementById("explain").innerHTML = "Welcome to the TrueWrestle Site";
}

function innermouseDown(d)
{
var targe;
targe = d.target;
targe = (targe.parentNode).id
var elem = document.getElementById(targe)
document.getElementById(targe).style.backgroundImage = "url(/truewrestle/images/InTab.gif)";

  if(elem.id == "tab"){
  document.getElementById("explain").innerHTML = "Here, you can find pictures of the girls or instances, during matches.";
  }
  else if 
  (elem.id == "tab1")
    document.getElementById("explain").innerHTML = "Here, you can find descriptions of characters introduced in the <u>comic</u> so far<br/>(Not currently updated...).";

  else if 
  (elem.id == "tab2")
   document.getElementById("explain").innerHTML = "This will take you back to the project site page.";

  else if 
  (elem.id == "tab3")
   document.getElementById("explain").innerHTML = "Here, you will find semi-animated slideshows of full matches <br/> between females as well as other downloadable content.:) Please keep in mind <br/> that these cost money, although they are fairly cheap.";

  else if 
  (elem.id == "tab4")
   document.getElementById("explain").innerHTML = "The comic for this website is hosted here: http://truewrestle.smackjeeves.com/<br/>Not very extensive, cause I've been asleep, but don't worry, it'll get there.";
  
  else if 
  (elem.id == "tab5")
   document.getElementById("explain").innerHTML = "Here is where I'll let you know what I have planned, if anything at all.";

}

function innermouseUp(d)
{
var targe;
targe = d.target;
targe = (targe.parentNode).id
document.getElementById(targe).style.backgroundImage = "url(/truewrestle/images/Tab.gif)";
document.getElementById("explain").innerHTML = "Welcome to the TrueWrestle Site";
}