///////////////////////////////////////////////////////////////////////
////                                                               ////
////  AUTH: stargelman                                             ////
////  DESC: Waiting4Oblivion menu based on overLib                 ////
////        (http://www.bosrup.com/web/overlib/)                   ////
////  DATE: 2004-12-28                                             ////
////  COPY: Recycle as needed!                                     ////
////  NOTE: The way this is done, it doesn't support submenus.     ////
////        Don't even try doing those unless you know what you do.////
////                                                               ////
///////////////////////////////////////////////////////////////////////


///////////////////////////////////////////////////////////////////////
////  Mouseover menu color changer; would have been so much nicer with
////  CSS, but *of course* IE doesn't do it; braindead POS :<
///////////////////////////////////////////////////////////////////////

function mo(self)
{
 return self.bgColor = "#666666";
}

function mx(self)
{
 return self.bgColor = "#999999";
}



///////////////////////////////////////////////////////////////////////
////  The actual menu functions
///////////////////////////////////////////////////////////////////////
function menu_facts() {

  return overlib('\
  <table border="0" cellpadding="5" cellspacing="0" width="100%">\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="index.html">News</a></td></tr>\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="faq.html">TES: Oblivion FAQ</a></td></tr>\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="fan_interview.html">The Fan Interview</a></td></tr>\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="developer_quotes.html">Developer Quotes</a></td></tr>\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="screenshots.html">Screenshots</a></td></tr>\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="concept_art.html">Concept Art</a></td></tr>\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><b><a id="menu_font" href="features.html">Features</a></b></td></tr>\
  </table>\
  ',
    CELLPAD,0,0, BGCOLOR, '#000000', FGCOLOR, '#999999', FIXX, 105, FIXY, 140, STICKY, MOUSEOFF, OPACITY, 90);
};



function menu_library() {

  return overlib('\
  <table border="0" cellpadding="5" cellspacing="0" width="100%">\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="on_daedra.html">Feature: On Daedra</a></td></tr>\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="bestiary.html">Elder Scrolls Bestiary</a></td></tr>\
  </table>\
  ',
    CELLPAD,0,0, BGCOLOR, '#000000', FGCOLOR, '#999999', FIXX, 244, FIXY, 140, STICKY, MOUSEOFF, OPACITY, 90);
};

function menu_fan_forge() {

  return overlib('\
  <table border="0" cellpadding="5" cellspacing="0" width="100%">\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="fan_fiction.html">Fan Fiction</a></td></tr>\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="fan_art.html">Fan-Made Art</a></td></tr>\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="fan_wallpapers.html">Fan-Made Wallpapers</a></td></tr>\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="http://www.waiting4oblivion.com/forums/">W4O Forums</a></td></tr>\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="tes_board_and_chat.html">TES Board & Chat</a></td></tr>\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="other_oblivion_sites.html">Other Oblivion Sites</a></td></tr>\
  </table>\
  ',
    CELLPAD,0,0, BGCOLOR, '#000000', FGCOLOR, '#999999', FIXX, 383, FIXY, 140, STICKY, MOUSEOFF, OPACITY, 90);
};

function menu_mods() {

  return overlib('\
  <table border="0" cellpadding="5" cellspacing="0" width="100%">\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="mod_ideas.html">Mod Projects</a></td></tr>\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="artist_database.html">DB: 3D Artists</a></td></tr>\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="artist_database.html">DB: Voice Artists</a></td></tr>\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="artist_database.html">DB: Texture Artists</a></td></tr>\
  </table>\
  ',
    CELLPAD,0,0, BGCOLOR, '#000000', FGCOLOR, '#999999', FIXX, 522, FIXY, 140, STICKY, MOUSEOFF, OPACITY, 90);
};

function menu_links() {

  return overlib('\
  <table border="0" cellpadding="5" cellspacing="0" width="100%">\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="interviews_and_articles.html">Interviews & Articles</a></td></tr>\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="other_tes_games.html">Other TES Games</a></td></tr>\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="oblivion_faqs.html">Oblivion FAQs</a></td></tr>\
    <tr><td align="left" onMouseOver="mo(this);" onMouseOut="mx(this);" \
	valign="center" width="100%" id="menu_table2"><a id="menu_font" href="misc_links.html">Miscellaneous Links</a></td></tr>\
  </table>\
  ',
    CELLPAD,0,0, BGCOLOR, '#000000', FGCOLOR, '#999999', FIXX, 660, FIXY, 140, STICKY, MOUSEOFF, OPACITY, 90);
};


///////////////////////////////////////////////////////////////////////
////  Some picture description thingies!                           ////
///////////////////////////////////////////////////////////////////////

function describe_picture(picture) 
{
  pic_desc = "No description available for this picture";
  pic_dim  = "Unknown";
  pic_size = "Unknown";
  pic_date =" Unknown";

  if(picture == "9") {
    pic_desc = "Ruin";
    pic_dim  = "1024x768";
    pic_size = "143 Kb";
    pic_date = "2004-12-29"
  }
  else if(picture == "8") {
    pic_desc = "Weapons Table";
    pic_dim  = "1024x768";
    pic_size = "151 Kb";
    pic_date = "2004-12-29"
  }
  else if(picture == "7") {
    pic_desc = "A house";
    pic_dim  = "1024x768";
    pic_size = "284 Kb";
    pic_date = "2004-12-29"
  }
  else if(picture == "6") {
    pic_desc = "Imperial Dungeon cell";
    pic_dim  = "1024x768";
    pic_size = "171 Kb";
    pic_date = "2004-12-29"
  }
  else if(picture == "5") {
    pic_desc = "Cathedral interior";
    pic_dim  = "1024x768";
    pic_size = "157 Kb";
    pic_date = "2004-12-29"
  }
  else if(picture == "4") {
    pic_desc = "Player Character";
    pic_dim  = "1024x768";
    pic_size = "157 Kb";
    pic_date = "2004-12-29"
  }
  else if(picture == "3") {
    pic_desc = "Knight on Horseback";
    pic_dim  = "1024x768";
    pic_size = "199 Kb";
    pic_date = "2004-12-29"
  }
  else if(picture == "2") {
    pic_desc = "Cathedral exterior";
    pic_dim  = "1024x768";
    pic_size = "258 Kb";
    pic_date = "2004-12-29"
  }
  else if(picture == "1") {
    pic_desc = "The Forest";
    pic_dim  = "1024x768";
    pic_size = "267 Kb";
    pic_date = "2004-12-29"
  }
  else if(picture == "10") {
    pic_desc = "A daedroth";
    pic_dim  = "1024x768";
    pic_size = "204 Kb";
    pic_date = "2005-01-07"
  }
  else if(picture == "11") {
    pic_desc = "First person view of a dungeon";
    pic_dim  = "1024x768";
    pic_size = "144 Kb";
    pic_date = "2005-01-07"
  }
  else if(picture == "12") {
    pic_desc = "Table with food";
    pic_dim  = "1024x768";
    pic_size = "130 Kb";
    pic_date = "2005-01-07"
  }
  else if(picture == "13") {
    pic_desc = "A dark dungeon";
    pic_dim  = "1024x768";
    pic_size = "136 Kb";
    pic_date = "2005-01-21"
  }
  else if(picture == "14") {
    pic_desc = "A minotaur";
    pic_dim  = "1024x768";
    pic_size = "244 Kb";
    pic_date = "2005-01-21"
  }
  else if(picture == "15") {
    pic_desc = "Outside view of a cathedral";
    pic_dim  = "1024x768";
    pic_size = "213 Kb";
    pic_date = "2005-01-21"
  }
  else if(picture == "16") {
    pic_desc = "Knight in Elven Armour";
    pic_dim  = "1280x960";
    pic_size = "1366 Kb";
    pic_date = "2005-01-30"
  }
  else if(picture == "17") {
    pic_desc = "NPC woman, aged";
    pic_dim  = "1024x768";
    pic_size = "322 Kb";
    pic_date = "2005-01-30"
  }
  else if(picture == "18") {
    pic_desc = "NPC woman, young";
    pic_dim  = "1024x768";
    pic_size = "290 Kb";
    pic_date = "2005-01-30"
  }
  else if(picture == "19") {
    pic_desc = "An ogre in a cave.";
    pic_dim  = "1024x768";
    pic_size = "113 Kb";
    pic_date = "2005-02-19"
  }
  else if(picture == "20") {
    pic_desc = "Upper class section of the town of Chorrol.";
    pic_dim  = "1024x768";
    pic_size = "146 Kb";
    pic_date = "2005-02-19"
  }
  else if(picture == "21") {
    pic_desc = "Deer in a forest.";
    pic_dim  = "1024x768";
    pic_size = "166 Kb";
    pic_date = "2005-02-19"
  }

  else if(picture == "22") {
    pic_desc = "Three-Eyed Troll in Ayleidic Ruin";
    pic_dim  = "1024x768";
    pic_size = "107 Kb";
    pic_date = "2005-03-19"
  }
  else if(picture == "23") {
    pic_desc = "Chorrol City Gate";
    pic_dim  = "640x480";
    pic_size = "64 Kb";
    pic_date = "2005-03-11"
  }
  else if(picture == "24") {
    pic_desc = "Another deer shot";
    pic_dim  = "640x480";
    pic_size = "94 Kb";
    pic_date = "2005-03-11"
  }
  else if(picture == "25") {
    pic_desc = "A disgruntled Dunmer smith";
    pic_dim  = "640x480";
    pic_size = "48 Kb";
    pic_date = "2005-03-11"
  }
  else if(picture == "26") {
    pic_desc = "NPC targeting player with bow";
    pic_dim  = "640x480";
    pic_size = "42 Kb";
    pic_date = "2005-03-11"
  }
  else if(picture == "27") {
    pic_desc = "Olavs Tavern in Bruma";
    pic_dim  = "640x480";
    pic_size = "65 Kb";
    pic_date = "2005-03-11"
  }
  else if(picture == "28") {
    pic_desc = "Eventide in Chorrol";
    pic_dim  = "640x480";
    pic_size = "62 Kb";
    pic_date = "2005-03-11"
  }
  else if(picture == "29") {
    pic_desc = "Forest details";
    pic_dim  = "1024x768";
    pic_size = "121 Kb";
    pic_date = "2005-03-19"
  }
  else if(picture == "30") {
    pic_desc = "A 'nordic town'";
    pic_dim  = "1024x768";
    pic_size = "190 Kb";
    pic_date = "2005-03-19"
  }
  else if(picture == "31") {
    pic_desc = "Interior of a cave";
    pic_dim  = "1024x768";
    pic_size = "121 Kb";
    pic_date = "2005-04-10"
  }
  else if(picture == "32") {
    pic_desc = "City gate of Chorrol";
    pic_dim  = "1024x768";
    pic_size = "157 Kb";
    pic_date = "2005-04-10"
  }


  else if(picture == "33") {
    pic_desc = "Goblins in a cave, attacking the player";
    pic_dim  = "1280x720";
    pic_size = "671 Kb";
    pic_date = "2005-07-24"
  }
  else if(picture == "34") {
    pic_desc = "An NPC in elven armour in a nordic looking house";
    pic_dim  = "1280x720";
    pic_size = "610 Kb";
    pic_date = "2005-07-24"
  }
  else if(picture == "35") {
    pic_desc = "A well-decayed zombie attacking the player";
    pic_dim  = "1280x720";
    pic_size = "586 Kb";
    pic_date = "2005-07-24"
  }

  else if(picture == "36") {
    pic_desc = "The goblin cave from the E3 demo";
    pic_dim  = "1280x720";
    pic_size = "475 Kb";
    pic_date = "2005-07-24"
  }
  else if(picture == "37") {
    pic_desc = "A warrior in steel armour in the woods";
    pic_dim  = "1280x720";
    pic_size = "811 Kb";
    pic_date = "2005-07-24"
  }
  else if(picture == "38") {
    pic_desc = "The town of Kvatch after a Daedric attack";
    pic_dim  = "1280x720";
    pic_size = "581 Kb";
    pic_date = "2005-07-24"
  }
  else if(picture == "39") {
    pic_desc = "A Lich with a gnarled staff";
    pic_dim  = "1280x720";
    pic_size = "392 Kb";
    pic_date = "2005-07-24"
  }

  else if(picture == "40") {
    pic_desc = "Combat between the player and an NPC";
    pic_dim  = "1024x576";
    pic_size = "238 Kb";
    pic_date = "2005-07-24"
  }
  else if(picture == "41") {
    pic_desc = "A Dremora (Lord?) standing in front of a gateway to Oblivion";
    pic_dim  = "1024x576";
    pic_size = "136 Kb";
    pic_date = "2005-07-24"
  }
  else if(picture == "42") {
    pic_desc = "Imperial legion soldiers bringing the fight to a group of Clannfear";
    pic_dim  = "1024x576";
    pic_size = "190 Kb";
    pic_date = "2005-07-24"
  }

  else if(picture == "43") {
    pic_desc = "A landscape picture: grassy hills, trees, and mountains in the background";
    pic_dim  = "1280x720";
    pic_size = "776 Kb";
    pic_date = "2005-07-24"
  }

  else if(picture == "44") {
    pic_desc = "A statue next to ruins, as seen in the official Elder Scrolls: Oblivion trailer";
    pic_dim  = "1024x576";
    pic_size = "204 Kb";
    pic_date = "2005-08-28"
  }
  else if(picture == "45") {
    pic_desc = "A Daedroth attacking the player in a city ruined by an attack from Oblivion";
    pic_dim  = "1024x576";
    pic_size = "103 Kb";
    pic_date = "2005-08-28"
  }

  else if(picture == "46") {
    pic_desc = "The interior of a bookstore with a woman in it, possibly the owner";
    pic_dim  = "1024x576";
    pic_size = "126 Kb";
    pic_date = "2005-09-17"
  }
  else if(picture == "47") {
    pic_desc = "The city of Kvatch after a devastating attack. Note the horse and (hooded?) rider to the right.";
    pic_dim  = "1024x576";
    pic_size = "90 Kb";
    pic_date = "2005-09-17"
  }
  else if(picture == "48") {
    pic_desc = "A cute deer in a not so dense forest looking innocently in our direction.";
    pic_dim  = "1024x576";
    pic_size = "214 Kb";
    pic_date = "2005-09-17"
  }

  else if(picture == "49") {
    pic_desc = "An old elvish ruin, situated either in a colder (nordic) region or in the time of winter ";
    pic_dim  = "1024x576";
    pic_size = "192 Kb";
    pic_date = "2005-10-10"
  }
  else if(picture == "50") {
    pic_desc = "An Argonian citizen in a town mostly consisting of wooden houses, possibly Bravil";
    pic_dim  = "1024x576";
    pic_size = "164 Kb";
    pic_date = "2005-10-10"
  }
  else if(picture == "51") {
    pic_desc = "Skeletons emerging from what looks like a castle ruin to attack the player.";
    pic_dim  = "1024x576";
    pic_size = "126 Kb";
    pic_date = "2005-10-10"
  }
  else if(picture == "52") {
    pic_desc = "An inventory screenshot, displaying both large parts of the user interface as well as a full set of Daedric armor.";
    pic_dim  = "1024x576";
    pic_size = "197 Kb";
    pic_date = "2005-10-10"
  }
  else if(picture == "53") {
    pic_desc = "A ghost or wraith in a tomb with a sarcophagus in the background";
    pic_dim  = "1024x576";
    pic_size = "84 Kb";
    pic_date = "2005-10-10"
  }
  else if(picture == "54") {
    pic_desc = "An 'Oblivion Gate', from the looks of the surrounding area most likely located in one of the planes of Oblivion itself. Also features an attacking Clannfear.";
    pic_dim  = "1024x576";
    pic_size = "161 Kb";
    pic_date = "2005-10-10"
  }


  else if(picture == "55") {
    pic_desc = "A look at a cathedral from a nearby forest.";
    pic_dim  = "1024x576";
    pic_size = "158 Kb";
    pic_date = "2005-12-07"
  }
  else if(picture == "56") {
    pic_desc = "A hut in a snowy landscape, probably in the north of Cyrodiil.";
    pic_dim  = "1024x576";
    pic_size = "259 Kb";
    pic_date = "2005-12-07"
  }
  else if(picture == "57") {
    pic_desc = "A look at ebony armor, as well as the stats screen with a few skills.";
    pic_dim  = "1024x576";
    pic_size = "241 Kb";
    pic_date = "2005-12-07"
  }
  else if(picture == "58") {
    pic_desc = "Another glimpse of a stats screen with a few skills, over some atmospheric background scenery and a character with some nice-looking dwemer armour and axe in the foreground.";
    pic_dim  = "1024x576";
    pic_size = "370 Kb";
    pic_date = "2005-12-16"
  }
  else if(picture == "59") {
    pic_desc = "A wondrous statue of old stands in the gloom of lush forestry.";
    pic_dim  = "1024x576";
    pic_size = "164 Kb";
    pic_date = "2005-12-16"
  }
  else if(picture == "60") {
    pic_desc = "A second look at a port, with a khajiit paying close attention to the person beholding the sights of the location, which include a sea-fort, a few ships and an inn/tavern.";
    pic_dim  = "1024x576";
    pic_size = "231 Kb";
    pic_date = "2005-12-16"
  }
  else if(picture == "61") {
    pic_desc = "A pleasantly illuminated scenery of a township and it's outlying wilderness.";
    pic_dim  = "1024x576";
    pic_size = "126 Kb";
    pic_date = "2006-03-14"
  }
    else if(picture == "62") {
    pic_desc = "A dialogue screenshot of interaction in a Fighters Guild environment.";
    pic_dim  = "1024x576";
    pic_size = "121 Kb";
    pic_date = "2006-03-14"
  }
    else if(picture == "63") {
    pic_desc = "A ruin near the shore of a stream flourishing with surfaced flora.";
    pic_dim  = "1024x576";
    pic_size = "203 Kb";
    pic_date = "2006-03-14"
  }
      else if(picture == "64") {
    pic_desc = "Forest panorama.";
    pic_dim  = "2560x960";
    pic_size = "1413 Kb";
    pic_date = "2006-03-14"
  }
      else if(picture == "65") {
    pic_desc = "Behold, a second panorama of the wondrous Cyrodiilic outdoors.";
    pic_dim  = "2000x901";
    pic_size = "721 Kb";
    pic_date = "2006-03-14"
  }
      else if(picture == "66") {
    pic_desc = "An interesting scene near the Imperial city, with a lady on horseback in the eye of a well-armed player character.";
    pic_dim  = "1024x576";
    pic_size = "184 Kb";
    pic_date = "2006-03-14"
  }
        else if(picture == "67") {
    pic_desc = "Great indoor shot displaying some interesting architecture.";
    pic_dim  = "1024x576";
    pic_size = "105 Kb";
    pic_date = "2006-03-14"
  }
        else if(picture == "68") {
    pic_desc = "The player faces a Frost Antronach in battle.";
    pic_dim  = "1024x576";
    pic_size = "180 Kb";
    pic_date = "2006-03-14"
  }
        else if(picture == "69") {
    pic_desc = "Character in combat with a headless zombie.";
    pic_dim  = "1024x576";
    pic_size = "143 Kb";
    pic_date = "2006-03-14"
  }
        else if(picture == "70") {
    pic_desc = "A brilliant view of the outer bounds of the Imperial city and it's surroundings.";
    pic_dim  = "1024x576";
    pic_size = "178 Kb";
    pic_date = "2006-03-14"
  }
        else if(picture == "71") {
    pic_desc = "Combat scene in a corridor: character with axe; orc with glass sword standing in a drench of blood.";
    pic_dim  = "1024x576";
    pic_size = "119 Kb";
    pic_date = "2006-03-14"
  }




  // Concept art starts at 1001...
  else if(picture == "1001") {
    pic_desc = "Mithril Helmet";
    pic_dim  = "1024x768";
    pic_size = "122 Kb";
    pic_date = "2004-12-29"
  }
  else if(picture == "1002") {
    pic_desc = "Mithril Cuirass";
    pic_dim  = "1024x768";
    pic_size = "106 Kb";
    pic_date = "2004-12-29"
  }
  else if(picture == "1003") {
    pic_desc = "Town Guard";
    pic_dim  = "1024x768";
    pic_size = "213 Kb";
    pic_date = "2005-01-07"
  }
  else if(picture == "1004") {
    pic_desc = "Fighter's Guild";
    pic_dim  = "1024x768";
    pic_size = "248 Kb";
    pic_date = "2005-11-08"
  }
  else if(picture == "1005") {
    pic_desc = "Plants: Blood Grass, Spiddal and Harrada";
    pic_dim  = "1024x768";
    pic_size = "204 Kb";
    pic_date = "2005-11-08"
  }
  else if(picture == "1006") {
    pic_desc = "Map of Leyawiin";
    pic_dim  = "1024x768";
    pic_size = "228 Kb";
    pic_date = "2005-11-08"
  }
  else if(picture == "1007") {
    pic_desc = "Arena Clutter";
    pic_dim  = "1024x768";
    pic_size = "272 Kb";
    pic_date = "2005-11-08"
  }
  else if(picture == "1008") {
    pic_desc = "Elven Long Sword and Elven Long Bow";
    pic_dim  = "1024x768";
    pic_size = "216 Kb";
    pic_date = "2005-11-08"
  }
  else if(picture == "1009") {
    pic_desc = "Targets and Dummies";
    pic_dim  = "1024x768";
    pic_size = "220 Kb";
    pic_date = "2005-11-08"
  }
  else if(picture == "1010") {
    pic_desc = "Creatures: Troll and Dreugh";
    pic_dim  = "1024x768";
    pic_size = "272 Kb";
    pic_date = "2005-11-08"
  }
  else if(picture == "1011") {
    pic_desc = "Creatures: Spriggan and Imp";
    pic_dim  = "1024x768";
    pic_size = "208 Kb";
    pic_date = "2005-11-08"
  }
  else if(picture == "1012") {
    pic_desc = "Creatures: Minotaur, Scampr and Clannfear";
    pic_dim  = "1024x768";
    pic_size = "232 Kb";
    pic_date = "2005-11-08"
  }
  else if(picture == "1013") {
    pic_desc = "Mithril Armor";
    pic_dim  = "1024x768";
    pic_size = "268 Kb";
    pic_date = "2005-11-08"
  }
  else if(picture == "1014") {
    pic_desc = "Dark Brotherhood Armor";
    pic_dim  = "1024x768";
    pic_size = "200 Kb";
    pic_date = "2005-11-08"
  }
  else if(picture == "1015") {
    pic_desc = "Daedric Armor";
    pic_dim  = "1024x768";
    pic_size = "264 Kb";
    pic_date = "2005-11-08"
  }









  // Fan Art starts at 2000...
  else if(picture == "2001") {
    pic_desc = "Kajiro's 'Creature'";
    pic_dim  = "944x553";
    pic_size = "105 Kb";
    pic_date = "2005-01-05"
  }

  else if(picture == "2002") {
    pic_desc = "Darkwing's 'Centipede'";
    pic_dim  = "640x480";
    pic_size = "70 Kb";
    pic_date = "2005-01-05"
  }

  else if(picture == "2003") {
    pic_desc = "Darkwing's 'Group Photo'";
    pic_dim  = "800x600";
    pic_size = "55 Kb";
    pic_date = "2005-01-05"
  }

  else if(picture == "2004") {
    pic_desc = "Darkwing's 'Amulet'";
    pic_dim  = "1280x1024";
    pic_size = "211 Kb";
    pic_date = "2005-01-11"
  }
  else if(picture == "2005") {
    pic_desc = "Darkwing's 'Battlemage'";
    pic_dim  = "640x437";
    pic_size = "41 Kb";
    pic_date = "2005-01-13"
  }
  else if(picture == "2006") {
    pic_desc = "Darkwing's 'Dagi'";
    pic_dim  = "640x480";
    pic_size = "84 Kb";
    pic_date = "2005-01-13"
  }
  else if(picture == "2007") {
    pic_desc = "Ambberfox's 'Khajiit in Solstheim'";
    pic_dim  = "829x1200";
    pic_size = "177 Kb";
    pic_date = "2005-01-17"
  }
  else if(picture == "2008") {
    pic_desc = "Darkwing's 'Daedra Seducer'";
    pic_dim  = "640x480";
    pic_size = "55 Kb";
    pic_date = "2005-01-18"
  }
  else if(picture == "2009") {
    pic_desc = "Darkwing's 'Dremora'";
    pic_dim  = "1024x768";
    pic_size = "81 Kb";
    pic_date = "2005-01-30"
  }
  else if(picture == "2010") {
    pic_desc = "Darkwing's 'Zombie'";
    pic_dim  = "1024x768";
    pic_size = "163 Kb";
    pic_date = "2005-02-15"
  }
  else if(picture == "2011") {
    pic_desc = "Milanius' 'Blade of Akatosh'";
    pic_dim  = "1024x768";
    pic_size = "229 Kb";
    pic_date = "2005-02-22"
  }
  else if(picture == "2012") {
    pic_desc = "Milanius' 'Stormcleaver'";
    pic_dim  = "1024x768";
    pic_size = "183 Kb";
    pic_date = "2005-02-26"
  }
  else if(picture == "2013") {
    pic_desc = "Fuzzy Knight's 'Imperial Dragon'";
    pic_dim  = "1000x800";
    pic_size = "246 Kb";
    pic_date = "2005-03-25"
  }
  else if(picture == "2014") {
    pic_desc = "Screaming Dude in Vegas' 'Daedric Mount'";
    pic_dim  = "600x509";
    pic_size = "26 Kb";
    pic_date = "2005-04-10"
  }
  else if(picture == "2015") {
    pic_desc = "Darkwing's 'Crusader'";
    pic_dim  = "1280x1024";
    pic_size = "103 Kb";
    pic_date = "2005-04-10"
  }
  else if(picture == "2016") {
    pic_desc = "Ambberfox's 'Mask'";
    pic_dim  = "600x600";
    pic_size = "60 Kb";
    pic_date = "2005-04-10"
  }

  else if(picture == "2017") {
    pic_desc = "Reika's 'Dunmer'";
    pic_dim  = "450x801";
    pic_size = "225 Kb";
    pic_date = "2005-09-15"
  }
  else if(picture == "2018") {
    pic_desc = "Reika's 'Jiub'";
    pic_dim  = "838x774";
    pic_size = "27 Kb";
    pic_date = "2005-09-15"
  }
  else if(picture == "2019") {
    pic_desc = "Reika's 'Thief'";
    pic_dim  = "806x898";
    pic_size = "41 Kb";
    pic_date = "2005-09-15"
  }

  else if(picture == "2020") {
    pic_desc = "Annie's 'Nerevarine'";
    pic_dim  = "770x544";
    pic_size = "61 Kb";
    pic_date = "2005-12-04"
  }
  else if(picture == "2021") {
    pic_desc = "Harbadakus' 'Nord Sketch'";
    pic_dim  = "622x800";
    pic_size = "137 Kb";
    pic_date = "2005-12-04"
  }
  else if(picture == "2022") {
    pic_desc = "Milanius' '8ball crusher'";
    pic_dim  = "640x480";
    pic_size = "13 Kb";
    pic_date = "2005-12-04"
  }
  else if(picture == "2023") {
    pic_desc = "Shags' 'Ordinator'";
    pic_dim  = "792x1348";
    pic_size = "120 Kb";
    pic_date = "2005-12-04"
  }

  else if(picture == "2024") {
    pic_desc = "Annie's 'Dwemer'";
    pic_dim  = "841x517";
    pic_size = "99 Kb";
    pic_date = "2005-12-09"
  }
  else if(picture == "2025") {
    pic_desc = "Annie's 'Mana of Tamriel'";
    pic_dim  = "838x595";
    pic_size = "132 Kb";
    pic_date = "2005-12-09"
  }
  else if(picture == "2026") {
    pic_desc = "Annie's 'Seles'";
    pic_dim  = "545x772";
    pic_size = "121 Kb";
    pic_date = "2005-12-09"
  }
  else if(picture == "2027") {
    pic_desc = "SnowSkadi's 'Morrowind Days', with friendly permission by ElderScrolls.net";
    pic_dim  = "1600x1200";
    pic_size = "697 Kb";
    pic_date = "2005-12-09"
  }




  // Fan wallpapers start at 3000...
  else if(picture == "3001") {
    pic_desc = "Darkwing's 'Amulet of Kings' wallpaper";
    pic_dim  = "1280x1024";
    pic_size = "211 Kb";
    pic_date = "2005-01-11"
  }
  else if(picture == "3002") {
    pic_desc = "Lennart Hillen's 'Daedroth King' wallpaper";
    pic_dim  = "1024x768";
    pic_size = "612 Kb";
    pic_date = "2005-01-30"
  }
  else if(picture == "3003") {
    pic_desc = "Lennart Hillen's 'Daedroth Brother' wallpaper";
    pic_dim  = "1024x768";
    pic_size = "252 Kb";
    pic_date = "2005-01-30"
  }
  else if(picture == "3004") {
    pic_desc = "Lennart Hillen's 'Headless Harry' wallpaper";
    pic_dim  = "1024x768";
    pic_size = "390 Kb";
    pic_date = "2005-01-30"
  }
  else if(picture == "3005") {
    pic_desc = "Lennart Hillen's 'Bodyless Bob' wallpaper";
    pic_dim  = "1024x768";
    pic_size = "364 Kb";
    pic_date = "2005-01-30"
  }
  else if(picture == "3006") {
    pic_desc = "Santus' 'Oblivion World' wallpaper";
    pic_dim  = "1422x1011";
    pic_size = "493 Kb";
    pic_date = "2005-02-02"
  }
  else if(picture == "3007") {
    pic_desc = "Ktulu's 'Death Of An Empire";
    pic_dim  = "1024x768";
    pic_size = "75 Kb";
    pic_date = "2005-03-25"
  }
  else if(picture == "3008") {
    pic_desc = "Astion's Impression of Oblivion";
    pic_dim  = "1024x1024";
    pic_size = "431 Kb";
    pic_date = "2005-07-03"
  }
  else if(picture == "3009") {
    pic_desc = "Kyoushu's 'Oblivion'";
    pic_dim  = "1024x768";
    pic_size = "147 Kb";
    pic_date = "2005-08-06"
  }
  else if(picture == "3010") {
    pic_desc = "Runi's 'Oblivion'";
    pic_dim  = "1280x1024";
    pic_size = "117 Kb";
    pic_date = "2005-08-06"
  }

  else if(picture == "3011") {
    pic_desc = "Kyoushu's Oblivion Wallpaper 2";
    pic_dim  = "1024x768";
    pic_size = "139 Kb";
    pic_date = "2005-09-17";
  }
  else if(picture == "3012") {
    pic_desc = "Zurin Arctu$'s Oblivion Wallpaper 1";
    pic_dim  = "1280x1024";
    pic_size = "796 Kb";
    pic_date = "2005-09-17";
  }
  else if(picture == "3013") {
    pic_desc = "Zurin Arctu$'s Oblivion Wallpaper 2";
    pic_dim  = "1280x1024";
    pic_size = "923 Kb";
    pic_date = "2005-09-17";
  }
  else if(picture == "3014") {
    pic_desc = "Zurin Arctu$'s Oblivion Wallpaper 3";
    pic_dim  = "1280x1024";
    pic_size = "552 Kb";
    pic_date = "2005-09-17";
  }

  else if(picture == "3015") {
    pic_desc = "Adam's races wallpaper (black)";
    pic_dim  = "1024x768";
    pic_size = "110 kb";
    pic_date = "2005-12-04";
  }
  else if(picture == "3016") {
    pic_desc = "Adam's races wallpaper (white)";
    pic_dim  = "1024x768";
    pic_size = "109 kb";
    pic_date = "2005-12-04";
  }
  else if(picture == "3017") {
    pic_desc = "Demongrace's 'Ignious Oblivion'";
    pic_dim  = "1600x1200";
    pic_size = "651 kb";
    pic_date = "2005-12-04";
  }
  else if(picture == "3018") {
    pic_desc = "Demongrace's 'Iron Sky'";
    pic_dim  = "1600x1200";
    pic_size = "783 kb";
    pic_date = "2005-12-04";
  }
  else if(picture == "3019") {
    pic_desc = "Milanius' 'Eye of Mehrunes'";
    pic_dim  = "1280x1024";
    pic_size = "188 kb";
    pic_date = "2005-12-04";
  }
  else if(picture == "3020") {
    pic_desc = "Milanius' Dwemer Cog";
    pic_dim  = "1024x768";
    pic_size = "164 kb";
    pic_date = "2005-12-04";
  }
  else if(picture == "3021") {
    pic_desc = "ooL's Skeletal Attack";
    pic_dim  = "1024x768";
    pic_size = "130 kb";
    pic_date = "2005-12-04";
  }
  else if(picture == "3022") {
    pic_desc = "RL101's Oblivion Wallpaper";
    pic_dim  = "1024x768";
    pic_size = "491 kb";
    pic_date = "2005-12-04";
  }
  else if(picture == "3023") {
    pic_desc = "Vixon's Cyrodiil Map Wallpaper";
    pic_dim  = "1024x768";
    pic_size = "496 kb";
    pic_date = "2005-12-04";
  }
  else if(picture == "3024") {
    pic_desc = "Vixon's Cyrodiil Map Wallpaper, alternate version";
    pic_dim  = "1024x768";
    pic_size = "510 kb";
    pic_date = "2005-12-04";
  }
  else if(picture == "3025") {
    pic_desc = "Z ball's 'Oblivion Helm'";
    pic_dim  = "1280x1024";
    pic_size = "479 kb";
    pic_date = "2005-12-04";
  }
  else if(picture == "3026") {
    pic_desc = "Zynthar's Oblivion Wallpaper";
    pic_dim  = "1280x1024";
    pic_size = "159 kb";
    pic_date = "2005-12-04";
  }




  // Library stuff starts at 4000...
  else if(picture == "4001") {
    pic_desc = "Sheogorath, Daedric Prince of Madness, Darkwing's version";
    pic_dim  = "1280x1024";
    pic_size = "183 Kb";
    pic_date = "2005-02-07"
  }
  else if(picture == "4002") {
    pic_desc = "Sheogorath, Daedric Prince of Madness, Daggerfall version";
    pic_dim  = "320x200";
    pic_size = "29 Kb";
    pic_date = "2005-02-07"
  }
  else if(picture == "4003") {
    pic_desc = "Peryite, Daedric Prince of Pestilence, Darkwing's version";
    pic_dim  = "1280x1024";
    pic_size = "168 Kb";
    pic_date = "2005-02-14"
  }
  else if(picture == "4004") {
    pic_desc = "Peryite, Daedric Prince of Pestilence, Daggerfall version";
    pic_dim  = "320x200";
    pic_size = "29 Kb";
    pic_date = "2005-02-14"
  }
  else if(picture == "4005") {
    pic_desc = "Hircine, Daedric Prince of Hircine, Darkwing's version";
    pic_dim  = "1280x1024";
    pic_size = "176 Kb";
    pic_date = "2005-02-21"
  }
  else if(picture == "4006") {
    pic_desc = "Hircine, Daedric Prince of the Hunt, Daggerfall version";
    pic_dim  = "320x200";
    pic_size = "16 Kb";
    pic_date = "2005-02-21"
  }
  else if(picture == "4007") {
    pic_desc = "Mehrunes Dagon, Daedric Prince of Destruction, Darkwing's version";
    pic_dim  = "1280x1024";
    pic_size = "153 Kb";
    pic_date = "2005-02-28"
  }
  else if(picture == "4008") {
    pic_desc = "Mehrunes Dagon, Daedric Prince of Destruction, Daggerfall version";
    pic_dim  = "320x200";
    pic_size = "23 Kb";
    pic_date = "2005-02-28"
  }
  else if(picture == "4009") {
    pic_desc = "Meridia, Daedric Princess of Life Force, Darkwing's version";
    pic_dim  = "1280x1024";
    pic_size = "152 Kb";
    pic_date = "2005-03-21"
  }
  else if(picture == "4010") {
    pic_desc = "Meridia, Daedric Princess of Life Force, Daggerfall version";
    pic_dim  = "320x200";
    pic_size = "29 Kb";
    pic_date = "2005-03-21"
  }
  else if(picture == "4011") {
    pic_desc = "Vaernima, Daedric Princess of Dreams and Nightmares, Darkwing's version";
    pic_dim  = "1280x1024";
    pic_size = "137 Kb";
    pic_date = "2005-04-04"
  }
  else if(picture == "4012") {
    pic_desc = "Vaernima, Daedric Princess of Dreams and Nightmares, Daggerfall version";
    pic_dim  = "320x200";
    pic_size = "22 Kb";
    pic_date = "2005-04-04"
  }
  else if(picture == "4013") {
    pic_desc = "Boethiah, Daedric Prince/ss of Plots, Darkwing's version";
    pic_dim  = "1280x1024";
    pic_size = "106 Kb";
    pic_date = "2005-04-11"
  }
  else if(picture == "4014") {
    pic_desc = "Boethiah, Daedric Prince/ss of Plots, Daggerfall version";
    pic_dim  = "320x200";
    pic_size = "23 Kb";
    pic_date = "2005-04-11"
  }
  else if(picture == "4015") {
    pic_desc = "Azura, Daedric Princess of Dusk and Dawn, Darkwing's version";
    pic_dim  = "1280x1024";
    pic_size = "201 Kb";
    pic_date = "2005-04-18"
  }
  else if(picture == "4016") {
    pic_desc = "Azura, Daedric Princess of Dusk and Dawn, Daggerfall version";
    pic_dim  = "320x200";
    pic_size = "19 Kb";
    pic_date = "2005-04-18"
  }
  else if(picture == "4017") {
    pic_desc = "Sanguine, Daedric Prince of Depravity, Darkwing's version";
    pic_dim  = "1280x1024";
    pic_size = "142 Kb";
    pic_date = "2005-05-03"
  }
  else if(picture == "4018") {
    pic_desc = "Sanguine, Daedric Prince of Depravity, Daggerfall version";
    pic_dim  = "320x200";
    pic_size = "30 Kb";
    pic_date = "2005-05-03"
  }
  else if(picture == "4019") {
    pic_desc = "Mephala, Daedric Prince of Murder, Darkwing's version";
    pic_dim  = "1280x1024";
    pic_size = "242 Kb";
    pic_date = "2005-05-11"
  }
  else if(picture == "4020") {
    pic_desc = "Mephala, Daedric Prince of Murder, Daggerfall version";
    pic_dim  = "320x200";
    pic_size = "23 Kb";
    pic_date = "2005-05-11"
  }
  else if(picture == "4021") {
    pic_desc = "Molag Bal, Daedric Prince of Schemes, Rape and Troubles, Darkwing's version";
    pic_dim  = "1280x1024";
    pic_size = "304 Kb";
    pic_date = "2005-06-14"
  }
  else if(picture == "4022") {
    pic_desc = "Molag Bal, Daedric Prince of Schemes, Rape and Troubles, Daggerfall version";
    pic_dim  = "320x200";
    pic_size = "17 Kb";
    pic_date = "2005-06-14"
  }
  else if(picture == "4023") {
    pic_desc = "Namira, Daedric Prince of Ancient Darkness, Darkwing's version";
    pic_dim  = "1280x1024";
    pic_size = "250 Kb";
    pic_date = "2005-07-07"
  }
  else if(picture == "4024") {
    pic_desc = "Namira, Daedric Prince of Ancient Darkness, Daggerfall version";
    pic_dim  = "320x200";
    pic_size = "2 Kb";
    pic_date = "2005-07-07"
  }
  else if(picture == "4025") {
    pic_desc = "Clavicus Vile, Daedric Prince of the Granting of Power and Wishes, Darkwing's version";
    pic_dim  = "1280x1024";
    pic_size = "261 Kb";
    pic_date = "2005-07-19"
  }
  else if(picture == "4026") {
    pic_desc = "Clavicus Vile, Daedric Prince of the Granting of Power and Wishes, Daggerfall version";
    pic_dim  = "320x200";
    pic_size = "22 Kb";
    pic_date = "2005-07-19"
  }
  else if(picture == "4027") {
    pic_desc = "Nocturnal, Daedric Prince of Night and Darkness, Darkwing's version";
    pic_dim  = "1280x1024";
    pic_size = "284 Kb";
    pic_date = "2005-08-25"
  }
  else if(picture == "4028") {
    pic_desc = "Nocturnal, Daedric Prince of Night and Darkness, Daggerfall version";
    pic_dim  = "320x200";
    pic_size = "23 Kb";
    pic_date = "2005-08-25"
  }


  else if(picture == "4100") {
    pic_desc = "Silann, Daedric Princess of Prolixity";
    pic_dim  = "1280x1024";
    pic_size = "531 Kb";
    pic_date = "2005-04-01"
  }




  // Beastiary stuff starts at 4200...
  else if(picture == "4200") {
    pic_desc = "The Giant Rat by Ambberfox";
    pic_dim  = "1024x768";
    pic_size = "96 Kb";
    pic_date = "2005-05-05"
  }
  else if(picture == "4201") {
    pic_desc = "The Troll by Ambberfox";
    pic_dim  = "684x1100";
    pic_size = "97 Kb";
    pic_date = "2005-05-12"
  }
  else if(picture == "4202") {
    pic_desc = "The Minotaur by Ambberfox";
    pic_dim  = "664x900";
    pic_size = "97 Kb";
    pic_date = "2005-06-05"
  }
  else if(picture == "4203") {
    pic_desc = "The Dremora by Ambberfox";
    pic_dim  = "834x1000";
    pic_size = "108 Kb";
    pic_date = "2005-06-16"
  }
  else if(picture == "4204") {
    pic_desc = "The Giant Spider by Ambberfox";
    pic_dim  = "1100x660";
    pic_size = "97 Kb";
    pic_date = "2005-06-23"
  }
  else if(picture == "4205") {
    pic_desc = "The Frost Atronach by Ambberfox";
    pic_dim  = "929x1000";
    pic_size = "120 Kb";
    pic_date = "2005-08-28"
  }
  else if(picture == "4206") {
    pic_desc = "The Nymph by Reika";
    pic_dim  = "990x1485";
    pic_size = "153 Kb";
    pic_date = "2005-12-06"
  }



  return overlib('<table border="0" cellpadding="2" cellspacing="0" width="100%">\
    <tr><td colspan="2" align="center" id="thumb_description">' + pic_desc + '</td></tr>\
    <tr><td id="thumb_description">Dimensions:</td><td id="thumb_description">' + pic_dim + '</td></tr>\
    <tr><td id="thumb_description">File Size:</td><td id="thumb_description">' + pic_size + '</td></tr>\
    <tr><td id="thumb_description">Date Added:</td><td id="thumb_description">' + pic_date + '</td></tr>\
    <tr><td colspan="2" align="center" id="thumb_description">Click to download</td></tr>\
  </table>\
  ',
    CELLPAD,0,0, BGCOLOR, '#000000', FGCOLOR, '#CCCCCC', ABOVE, MOUSEOFF, OPACITY, 90);
};



///////////////////////////////////////////////////////////////////////
////  Legal disclaimer box for offsite links                       ////
///////////////////////////////////////////////////////////////////////

function offsitelink()
{
  return overlib('<table border="0" cellpadding="5" cellspacing="0"><tr><td>\
    <p id="legalese">This link will take you to another site not under the control of Stargelman Productions.</p>\
    <p id="legalese">The content presented on the remote site is not under the control of Stargelman Productions, nor do we endorse it in any way.</p>\
    </td></tr></table>\
  ',
    CELLPAD,0,0, BGCOLOR, '#000000', FGCOLOR, '#CCCCCC', ABOVE, MOUSEOFF, OPACITY, 90, CAPTION, "Legal Disclaimer:");

};

///////////////////////////////////////////////////////////////////////
////  Bethesda Softworks Employee Information Box                  ////
///////////////////////////////////////////////////////////////////////

function devdesc(dev)
{
  
  devname = "Unknown";
  alias   = "";

  if(dev == 1) {
    devname = "Gavin Carter (Associate Producer)";
    alias   = "Kathode";
  }
  else if(dev == 2) {
    devname = "Pete Hines (Marketing Director)";
    alias   = "Pete";
  }
  else if(dev == 3) {
    devname = "Ashley Cheng (Senior Producer)";
    alias   = "";
  }
  else if(dev == 4) {
    devname = "Todd Howard (Executive Producer)";
    alias   = "todd@bethesda";
  }
  else if(dev == 5) {
    devname = "Emil Pagliarulo (Developer)";
    alias   = "emilpags";
  }

  if(alias != "")
     return overlib('<table border="0" cellpadding="2" cellspacing="0" width="100%">\
    <tr><td align="left" id="thumb_description">' + devname + ', also known as ' + alias + '</td></tr>\
  </table>\
  ',
    CELLPAD,0,0, BGCOLOR, '#000000', FGCOLOR, '#CCCCCC', ABOVE, MOUSEOFF, OPACITY, 90, WRAP);
  else
     return overlib('<table border="0" cellpadding="2" cellspacing="0" width="100%">\
    <tr><td align="left" id="thumb_description">' + devname + '</td></tr>\
  </table>\
  ',
    CELLPAD,0,0, BGCOLOR, '#000000', FGCOLOR, '#CCCCCC', ABOVE, MOUSEOFF, OPACITY, 90, WRAP);

 
};



///////////////////////////////////////////////////////////////////////
////  Mouseover menu color changer; would have been so much nicer with
////  CSS, but *of course* IE doesn't do it; braindead POS :<
///////////////////////////////////////////////////////////////////////

function mo(self)
{
 return self.bgColor = "#666666";
}

function mx(self)
{
 return self.bgColor = "#999999";
}