MasterOrderSwitch = true;
ImageFolder = 'ImagesGallery';

function slideInformation(filter) {
SlideName = ['BlackHole', 'Confederation', 'DarkWater', 'DemonsOfTheFire', 'EyesOfEternity', 'Ferraro', 'FireRelic', 'FirstColony', 'GuardianSymbol', 'Hexagram', 'LightAbove', 'LoneWorld', 'Map', 'MyriadForest', 'Nemesis', 'OrbitalDetonation', 'Rust', 'ScarletGlass', 'SelfPortrait', 'SpaceSeed', 'Spark', 'Supernova', 'Valentine', 'Wave', 'AlienCity', 'AllenSchezar', 'JenHoover', 'LordDilandau', 'MillernaAston', 'NataliePortman', 'Cheops', 'NINHeresy', 'NINLast', 'NINTerribleLie', 'NINTheWretched', 'NineInchNails', 'Starfire', 'CRAP', 'ImHatinIt', 'Riven', 'EVNova-Title', 'EVNova-ATMOS', 'EV-RebelDestroyer', 'EV-ConfedFrigate', 'EV-Corvette', 'EV-Argosy', 'EV-Courier', 'EV-Lightning', 'CalgaryFlames', 'TuvokTea'];
SlideType = ['jpg', 'gif', 'png', 'bmp'];
SlideWidthTh = [100, 111, 68, 95, 78, 64, 103, 49, 111, 114, 84, 95, 63, 123, 66];
SlideHeightTh = [40, 14, 16, 27, 88, 64, 89, 100, 50, 82, 54, 118, 76, 107, 79];
SlideWidth = [300, 333, 134, 283, 310, 128, 307, 167, 333, 454, 250, 283, 185, 490, 285];
SlideHeight = [120, 40, 29, 81, 350, 128, 266, 340, 148, 328, 162, 353, 228, 427, 351];
SlideCaption = ['Black Hole', 'Confederation', 'Dark Water', 'Demons of the Fire', 'Eyes of Eternity', 'Ferraro', 'Fire Relic', 'First Colony', 'Guardian Symbol', 'Hexagram', 'Light Above', 'Lone World', 'Map', 'Myriad Forest', 'Nemesis', 'Orbital Detonation', 'Rust', 'Scarlet Glass', 'Self Portrait', 'Space Seed', 'Spark', 'Supernova', 'Valentine', 'Wave', 'Alien City', 'Allen Schezar', 'Jen Hoover', 'Lord Dilandau', 'Millerna Aston', 'Natalie Portman', 'Cheops', 'Nine Inch Nails - Heresy', 'Nine Inch Nails - Last', 'Nine Inch Nails - Terrible Lie', 'Nine Inch Nails - The Wretched', 'Nine Inch Nails', 'Starfire', 'CRAP', 'I&#39;m Hatin&#39; It', 'Riven', 'Escape Velocity: Nova', 'Escape Velocity: Nova - ATMOS', 'Escape Velocity - Rebel Destroyer', 'Escape Velocity - Confed Frigate', 'Escape Velocity - Corvette', 'Escape Velocity - Argosy', 'Escape Velocity - Courier', 'Escape Velocity - Lightning', 'Calgary Flames', 'Tuvok and Tea'];
SlideMax = SlideName.length - 1;
PageMax = 3;
if (MasterOrderSwitch == true) {
SlideOrder = 'Forward';
SlideJump = 0;
SlideNew = 0;
MasterOrderSwitch = false;
}
}

SwitchOrder = false;
SwitchFilter = false;
UniformImageTypes = false;
UniformDimensions = true;

function determineNames(slide) {
if (SlideName[slide] == 'Cheops' || SlideName[slide] == 'NINHeresy' || SlideName[slide] == 'NINLast' || SlideName[slide] == 'NINTerribleLie' || SlideName[slide] == 'NINTheWretched' || SlideName[slide] == 'NineInchNails' || SlideName[slide] == 'Starfire') {
SlideNameDefined = SlideName[slide] + '-Sh';
}
else if (SlideName[slide] == 'CRAP' || SlideName[slide] == 'ImHatinIt' || SlideName[slide] == 'Riven' || SlideName[slide] == 'EVNova-Title' || SlideName[slide] == 'EVNova-ATMOS' || SlideName[slide] == 'EV-RebelDestroyer' || SlideName[slide] == 'EV-ConfedFrigate' || SlideName[slide] == 'EV-Corvette' || SlideName[slide] == 'EV-Argosy' || SlideName[slide] == 'EV-Courier' || SlideName[slide] == 'EV-Lightning' || SlideName[slide] == 'CalgaryFlames' || SlideName[slide] == 'TuvokTea') {
SlideNameDefined = 'AIM-' + SlideName[slide];
}
else {SlideNameDefined = SlideName[slide];}
}

function determineImageTypes(slide) {
if (UniformImageTypes == false) {
if (SlideName[slide] == 'CalgaryFlames' || SlideName[slide] == 'TuvokTea') {
SlideTypeDefined = SlideType[1];
}
else {SlideTypeDefined = SlideType[0];}
}
else {SlideTypeDefined = SlideType[0];}
}

function uniformDimensions(slide) {
if (SlideName[slide] == 'BlackHole') {
SlideWidthDefined = SlideWidth[0]; SlideHeightDefined = SlideHeight[0];
SlideWidthThDefined = SlideWidthTh[0]; SlideHeightThDefined = SlideHeightTh[0];
}
else if (SlideName[slide] == 'Confederation') {
SlideWidthDefined = SlideWidth[1]; SlideHeightDefined = SlideHeight[1];
SlideWidthThDefined = SlideWidthTh[1]; SlideHeightThDefined = SlideHeightTh[1];
}
else if (SlideName[slide] == 'EyesOfEternity') {
SlideWidthDefined = SlideWidth[2]; SlideHeightDefined = SlideHeight[2];
SlideWidthThDefined = SlideWidthTh[2]; SlideHeightThDefined = SlideHeightTh[2];
}
else if (SlideName[slide] == 'Ferraro') {
SlideWidthDefined = SlideWidth[3]; SlideHeightDefined = SlideHeight[3];
SlideWidthThDefined = SlideWidthTh[3]; SlideHeightThDefined = SlideHeightTh[3];
}
else if (SlideName[slide] == 'FireRelic') {
SlideWidthDefined = SlideWidth[4]; SlideHeightDefined = SlideHeight[4];
SlideWidthThDefined = SlideWidthTh[4]; SlideHeightThDefined = SlideHeightTh[4];
}
else if (SlideName[slide] == 'FirstColony') {
SlideWidthDefined = SlideWidth[5]; SlideHeightDefined = SlideHeight[5];
SlideWidthThDefined = SlideWidthTh[5]; SlideHeightThDefined = SlideHeightTh[5];
}
else if (SlideName[slide] == 'LoneWorld') {
SlideWidthDefined = SlideWidth[6]; SlideHeightDefined = SlideHeight[6];
SlideWidthThDefined = SlideWidthTh[6]; SlideHeightThDefined = SlideHeightTh[6];
}
else if (SlideName[slide] == 'SelfPortrait') {
SlideWidthDefined = SlideWidth[7]; SlideHeightDefined = SlideHeight[7];
SlideWidthThDefined = SlideWidthTh[7]; SlideHeightThDefined = SlideHeightTh[7];
}
else if (SlideName[slide] == 'Wave') {
SlideWidthDefined = SlideWidth[8]; SlideHeightDefined = SlideHeight[8];
SlideWidthThDefined = SlideWidthTh[8]; SlideHeightThDefined = SlideHeightTh[8];
}
else if (SlideName[slide] == 'AlienCity') {
SlideWidthDefined = SlideWidth[9]; SlideHeightDefined = SlideHeight[9];
SlideWidthThDefined = SlideWidthTh[9]; SlideHeightThDefined = SlideHeightTh[9];
}
else if (SlideName[slide] == 'AllenSchezar') {
SlideWidthDefined = SlideWidth[10]; SlideHeightDefined = SlideHeight[10];
SlideWidthThDefined = SlideWidthTh[10]; SlideHeightThDefined = SlideHeightTh[10];
}
else if (SlideName[slide] == 'JenHoover') {
SlideWidthDefined = SlideWidth[11]; SlideHeightDefined = SlideHeight[11];
SlideWidthThDefined = SlideWidthTh[11]; SlideHeightThDefined = SlideHeightTh[11];
}
else if (SlideName[slide] == 'LordDilandau') {
SlideWidthDefined = SlideWidth[12]; SlideHeightDefined = SlideHeight[12];
SlideWidthThDefined = SlideWidthTh[12]; SlideHeightThDefined = SlideHeightTh[12];
}
else if (SlideName[slide] == 'MillernaAston') {
SlideWidthDefined = SlideWidth[13]; SlideHeightDefined = SlideHeight[13];
SlideWidthThDefined = SlideWidthTh[13]; SlideHeightThDefined = SlideHeightTh[13];
}
else if (SlideName[slide] == 'NataliePortman') {
SlideWidthDefined = SlideWidth[14]; SlideHeightDefined = SlideHeight[14];
SlideWidthThDefined = SlideWidthTh[14]; SlideHeightThDefined = SlideHeightTh[14];
}
else if (SlideName[slide] == 'Cheops' || SlideName[slide] == 'NINHeresy' || SlideName[slide] == 'NINLast' || SlideName[slide] == 'NINTerribleLie' || SlideName[slide] == 'NINTheWretched' || SlideName[slide] == 'NineInchNails' || SlideName[slide] == 'Starfire') {
SlideWidthDefined = 300;
SlideHeightDefined = 225;
SlideWidthThDefined = 100;
SlideHeightThDefined = 75;
}
else if (SlideName[slide] == 'CRAP' || SlideName[slide] == 'ImHatinIt' || SlideName[slide] == 'Riven' || SlideName[slide] == 'EVNova-Title' || SlideName[slide] == 'EVNova-ATMOS' || SlideName[slide] == 'EV-RebelDestroyer' || SlideName[slide] == 'EV-ConfedFrigate' || SlideName[slide] == 'EV-Corvette' || SlideName[slide] == 'EV-Argosy' || SlideName[slide] == 'EV-Courier' || SlideName[slide] == 'EV-Lightning' || SlideName[slide] == 'CalgaryFlames' || SlideName[slide] == 'TuvokTea') {
SlideWidthDefined = 48;
SlideHeightDefined = 48;
}
else {
SlideWidthDefined = 300;
SlideHeightDefined = 300;
SlideWidthThDefined = 100;
SlideHeightThDefined = 100;
}
}

function insertMenu(page) {
if (page == 1) {SubSection = 'Computer Generated Images';}
else if (page > 1 && page < 4) {SubSection = 'Computer Generated Images - Page ' + page;}
else if (page == 4) {SubSection = 'Drawn Images';}
else if (page == 5) {SubSection = 'Desktop Images';}
else if (page == 6) {SubSection = 'AOL Instant Messenger (AIM) Icons';}
else if (page == 0) {SubSection = 'Slideshow (View all / Jump to image)';}
MenuSelector = 'CellMenuTop';
document.getElementById(MenuSelector).innerHTML = '<h2>The Gallery</h2><h3>'+SubSection+'</h3><p>The gallery has pictures I have created with Adobe Photoshop as well as scanned images of works I have drawn.&nbsp; Some are based on what I have seen in my dreams, some are my own drawings of anime characters, and some are just the creations of my imagination.&nbsp; Go ahead and take a look, but please ask me for permission if you want to use one for your own purposes.</p><p>I have also made desktop images and AIM icons which you can download, so check them out!</p>' + menuBar(MenuSelector, page) + subMenuBar(MenuSelector, page);
MenuSelector = 'CellMenuBottom';
document.getElementById(MenuSelector).innerHTML = subMenuBar(MenuSelector, page) + menuBar(MenuSelector, page);
}

function menuBar(menuSelector, page) {
MenuButton1 = 'class="Button" id="'+menuSelector+'-ComputerGenerated" onmouseover="buttonOver(this.id)" onmouseout="buttonOut(this.id)"';
MenuButton4 = 'class="Button" id="'+menuSelector+'-Drawn" onmouseover="buttonOver(this.id)" onmouseout="buttonOut(this.id)"';
MenuButton5 = 'class="Button" id="'+menuSelector+'-Desktop" onmouseover="buttonOver(this.id)" onmouseout="buttonOut(this.id)"';
MenuButton6 = 'class="Button" id="'+menuSelector+'-Icon" onmouseover="buttonOver(this.id)" onmouseout="buttonOut(this.id)"';
MenuButton0 = 'class="Button" id="'+menuSelector+'-Slideshow" onmouseover="buttonOver(this.id)" onmouseout="buttonOut(this.id)"';
if (page == 4) {MenuButton4 = 'class="ButtonInverse"';}
else if (page == 5) {MenuButton5 = 'class="ButtonInverse"';}
else if (page == 6) {MenuButton6 = 'class="ButtonInverse"';}
else if (page == 0) {MenuButton0 = 'class="ButtonInverse"';}
else {MenuButton1 = 'class="ButtonInverse"';}
return('<table><tr><td '+MenuButton1+' onclick="pageContent(1, &#39;'+SlideFilter+'&#39;)">Computer Generated Images</td><td '+MenuButton4+' onclick="pageContent(4, &#39;'+SlideFilter+'&#39;)">Drawn Images</td><td '+MenuButton5+' onclick="pageContent(5, &#39;'+SlideFilter+'&#39;)">Desktop Images</td><td '+MenuButton6+' onclick="pageContent(6, &#39;'+SlideFilter+'&#39;)">AIM Icons</td><td '+MenuButton0+' onclick="pageContent(0, &#39;'+SlideFilter+'&#39;)">Slideshow</td>' + menuBarOrder(menuSelector, page) + menuBarFilter(menuSelector, page) + '</tr></table>');
}

function insertContent(page, jump, filter) {
if (SlideOrder == 'Backward') {SlideJump = SlideMax; SlideNew = SlideMax;}
else {SlideJump = 0; SlideNew = 0;}
if (page > 0 && page < PageMax) {
if (page == 1) {
Image1 = 0; Image2 = 1; Image3 = 2; Image4 = 3; Image5 = 4; Image6 = 5; Image7 = 6; Image8 = 7; Image9 = 8; Image10 = 9;
}
else if (page == 2) {
Image1 = 10; Image2 = 11; Image3 = 12; Image4 = 13; Image5 = 14; Image6 = 15; Image7 = 16; Image8 = 17; Image9 = 18; Image10 = 19;
}
if (jump == true) {
return('<option>' + SlideCaption[Math.abs(SlideJump-Image1)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image2)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image3)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image4)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image5)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image6)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image7)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image8)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image9)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image10)]);
}
else {
return(insertStructure(Math.abs(SlideJump-Image1)) + insertStructure(Math.abs(SlideJump-Image2)) + insertStructure(Math.abs(SlideJump-Image3)) + insertStructure(Math.abs(SlideJump-Image4)) + insertStructure(Math.abs(SlideJump-Image5)) + insertStructure(Math.abs(SlideJump-Image6)) + insertStructure(Math.abs(SlideJump-Image7)) + insertStructure(Math.abs(SlideJump-Image8)) + insertStructure(Math.abs(SlideJump-Image9)) + insertStructure(Math.abs(SlideJump-Image10)));
}
}
else if (page == PageMax) {
Image1 = 20; Image2 = 21; Image3 = 22; Image4 = 23;
if (jump == true) {
return('<option>' + SlideCaption[Math.abs(SlideJump-Image1)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image2)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image3)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image4)]);
}
else {
return(insertStructure(Math.abs(SlideJump-Image1)) + insertStructure(Math.abs(SlideJump-Image2)) + insertStructure(Math.abs(SlideJump-Image3)) + insertStructure(Math.abs(SlideJump-Image4)));
}
}
else if (page == 4) {
Image1 = 24; Image2 = 25; Image3 = 26; Image4 = 27; Image5 = 28; Image6 = 29;
if (jump == true) {
return('<option>' + SlideCaption[Math.abs(SlideJump-Image1)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image2)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image3)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image4)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image5)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image6)]);
}
else {
return(insertStructure(Math.abs(SlideJump-Image1)) + insertStructure(Math.abs(SlideJump-Image2)) + insertStructure(Math.abs(SlideJump-Image3)) + insertStructure(Math.abs(SlideJump-Image4)) + insertStructure(Math.abs(SlideJump-Image5)) + insertStructure(Math.abs(SlideJump-Image6)));
}
}
else if (page == 5) {
Image1 = 30; Image2 = 31; Image3 = 32; Image4 = 33; Image5 = 34; Image6 = 35; Image7 = 36;
if (jump == true) {
return('<option>' + SlideCaption[Math.abs(SlideJump-Image1)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image2)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image3)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image4)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image5)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image6)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image7)]);
}
else {
return(insertDesktop(Math.abs(SlideJump-Image1), '800x600 and 1024x768') + insertDesktop(Math.abs(SlideJump-Image2), '800x600 and 1024x768') + insertDesktop(Math.abs(SlideJump-Image3), '800x600 and 1024x768') + insertDesktop(Math.abs(SlideJump-Image4), '800x600 and 1024x768') + insertDesktop(Math.abs(SlideJump-Image5), '800x600 and 1024x768') + insertDesktop(Math.abs(SlideJump-Image6), '800x600 and 1024x768') + insertDesktop(Math.abs(SlideJump-Image7), '800x600 and 1024x768'));
}
}
else if (page == 6) {
Image1 = 37; Image2 = 38; Image3 = 39; Image4 = 40; Image5 = 41; Image6 = 42; Image7 = 43; Image8 = 44; Image9 = 45; Image10 = 46; Image11 = 47; Image12 = 48; Image13 = 49;
if (jump == true) {
return('<option>' + SlideCaption[Math.abs(SlideJump-Image1)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image2)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image3)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image4)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image5)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image6)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image7)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image8)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image9)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image10)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image11)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image12)] + '<option>' + SlideCaption[Math.abs(SlideJump-Image13)]);
}
else {
return(insertIcon(Math.abs(SlideJump-Image1)) + insertIcon(Math.abs(SlideJump-Image2)) + insertIcon(Math.abs(SlideJump-Image3)) + insertIcon(Math.abs(SlideJump-Image4)) + insertIcon(Math.abs(SlideJump-Image5)) + insertIcon(Math.abs(SlideJump-Image6)) + insertIcon(Math.abs(SlideJump-Image7)) + insertIcon(Math.abs(SlideJump-Image8)) + insertIcon(Math.abs(SlideJump-Image9)) + insertIcon(Math.abs(SlideJump-Image10)) + insertIcon(Math.abs(SlideJump-Image11)) + insertIcon(Math.abs(SlideJump-Image12)) + insertIcon(Math.abs(SlideJump-Image13)));
}
}
else if (page == 0) {
return(insertSlideshow(SlideNew));
}
}

function insertDescription(name, cellDescription) {
if (name == 'BlackHole') {
document.getElementById(cellDescription).innerHTML = '<p>The black hole has been an enigma of science for a long time.&nbsp; Being the dead husk of a very large and heavy star after going supernova, its massive gravitational field pulls in all matter around it and doesn&#39;t even allow light to escape.&nbsp; Whether anything survives beyond the event horizon remains a mystery...</p><p>Anyways, here I have depicted a black hole feeding on a red giant star.</p>';
}
else if (name == 'Confederation') {
document.getElementById(cellDescription).innerHTML = '<p>I made this image while I was working on an Escape Velocity plug-in.&nbsp; In my opinion, the dark, bolded font certainly matches the shadowy and corrupt Confed military in the game.</p><p>In case you were wondering, <a href="http://www.ambrosiasw.com/games/ev/">Escape Velocity</a> is a fun game made by Ambrosia, but it&#39;s only available for Macs.&nbsp; However, the third and final installment of the series, <a href="http://www.ambrosiasw.com/games/evn/">Escape Velocity: Nova</a>, can run on Windows machines, so check it out if you like space-based games!</p>';
}
else if (name == 'DarkWater') {
document.getElementById(cellDescription).innerHTML = '<p>Dark water full of unknown power lies dormant in the night...<br>Until someone or something disturbs it from its silent slumber...</p>';
}
else if (name == 'DemonsOfTheFire') {
document.getElementById(cellDescription).innerHTML = '<p>Here&#39;s an image which gave me a shock once I started to take a closer look at it.</p><p>I had originally set out to create a picture of a firewall or something to that end.&nbsp; As I went about in trying to make the image look more like a real fire, I noticed the appearance of these dark creatures within the fire.&nbsp; That&#39;s the part which is kinda freaky.&nbsp; They just appeared.&nbsp; I didn&#39;t create them purposefully.</p><p>In any case, I suppose it only adds to the artwork.</p>';
}
else if (name == 'EyesOfEternity') {
document.getElementById(cellDescription).innerHTML = '<p>This image turned out looking somewhat like the face of Renamon from Digimon 03.</p>';
}
else if (name == 'Ferraro') {
document.getElementById(cellDescription).innerHTML = '<p>What a wicked way to display one&#39;s last name, huh?&nbsp; :D</p>';
}
else if (name == 'FireRelic') {
document.getElementById(cellDescription).innerHTML = '<p>I introduce to you the Fire Relic, an ancient artifact of great power whose source of energy is the fury of the earth itself.&nbsp; It masters the elements of fire, heat, and magma.&nbsp; Though unimaginably powerful, no mortal will ever be able to fully control it.</p><p>Or, if you&#39;re less imaginative, it&#39;s just a vivid picture created by a wacky mind.&nbsp; Either way, it makes for a cool piece of artwork.</p>';
}
else if (name == 'FirstColony') {
document.getElementById(cellDescription).innerHTML = '<p>I particulary like this picture.&nbsp; I have had many dreams of beautiful worlds floating in the void of space.&nbsp; I named this one First Colony because it would make an excellent settling spot for the people of Earth when we expand out into the stars.&nbsp; Perhaps it is Centauri (Alpha Centauri).&nbsp; ^_^</p><p>I wish I&#39;d made it bigger when I created it so many years ago, though, as it just doesn&#39;t have the same effect on screens with higher resolutions.</p>';
}
else if (name == 'GuardianSymbol') {
document.getElementById(cellDescription).innerHTML = '<p>The new and improved Guardian Symbol in celebration of the Guardian Archives&#39; first anniversary (March 15, 2003).&nbsp; ^_^</p>';
}
else if (name == 'Hexagram') {
document.getElementById(cellDescription).innerHTML = '<p>A cool little piece I made after experimenting with various shapes and symbols.</p>';
}
else if (name == 'LightAbove') {
document.getElementById(cellDescription).innerHTML = '<p>Another of my abstract pieces.</p>';
}
else if (name == 'LoneWorld') {
document.getElementById(cellDescription).innerHTML = '<p>Yet another lovely planet with a colourful nebula serving as the background, although this one seems rather quiet and lonely.</p>';
}
else if (name == 'Map') {
document.getElementById(cellDescription).innerHTML = '<p>Don&#39;t ask me why I called it Map.&nbsp; This is definitely one of my more abstract pieces, although I may have gotten the idea from the shape of Mainframe in Reboot.</p>';
}
else if (name == 'MyriadForest') {
document.getElementById(cellDescription).innerHTML = '<p>An abstract piece featuring shades of greens.&nbsp; Use your imagination and I&#39;m sure you&#39;ll see the boughs full of lush leaves and fallen timbers lying on the grassy forest floor.</p>';
}
else if (name == 'Nemesis') {
document.getElementById(cellDescription).innerHTML = '<p>For some reason, an old theory I&#39;d heard about long ago popped back into my head recently.&nbsp; Scientists had noticed there was a pattern to the killer asteroids impacting Earth every several million years.&nbsp; So it was thought that maybe there was a heavy stellar way out beyond the fringes of the solar system with a gravitational influence great enough to hurtle large chunks of ice and rock out of the distant Oort Cloud towards the inner planets.&nbsp; Over time, this mystery mass became known as Nemesis.</p><p>Personally, I believe this 80&#39;s theory may still hold merit.&nbsp; If Nemesis were a regular star, I think we would have spotted it by now because of how bright it would be.&nbsp; If it were a black hole or neutron star, it would probably cause too great a gravitational disturbance in our solar system.&nbsp; Thus, it would make sense that Nemesis might be a brown dwarf, a huge gas giant that almost reached the point of nuclear fusion to become a star, but didn&#39;t.&nbsp; Therefore it would have the necessary mass but still be dim enough to explain why it hasn&#39;t been found.</p><p>At any rate, such thoughts inspired me to create this piece of artwork.</p>';
}
else if (name == 'OrbitalDetonation') {
document.getElementById(cellDescription).innerHTML = '<p>At first glance, this may seem to be the image of a planet with the brilliant glare of its sun overhead.&nbsp; Now look closer and notice part of the atmosphere of the planet is pulled up towards the bright occurrence.</p><p>This picture is based on one of my more unsettling dreams.&nbsp; The glare is in fact not a sun, but the terrific explosion of a nuclear device.&nbsp; In my vision, a projectile was hurtled out of the planet&#39;s atmosphere, dragging some of the various gases with it.&nbsp; Then once in orbit, it detonated and illuminated everything in close proximity.</p>';
}
else if (name == 'Rust') {
document.getElementById(cellDescription).innerHTML = '<p>I named this abstract piece for its colours and bumpy texture.</p>';
}
else if (name == 'ScarletGlass') {
document.getElementById(cellDescription).innerHTML = '<p>More abstract work.&nbsp; In it, the red bits in the foreground looked like they were warping what was behind them like glass does.&nbsp; As a result, I named it Scarlet Glass.</p>';
}
else if (name == 'SelfPortrait') {
document.getElementById(cellDescription).innerHTML = '<p>I think I managed to turn this photograph into a pretty snazzy piece of art.&nbsp; :D</p>';
}
else if (name == 'SpaceSeed') {
document.getElementById(cellDescription).innerHTML = '<p>Some new scientific theories consider the possibility that life on Earth originally came from another planet or somewhere else in space.&nbsp; It would most likely have arrived here as microrganisms encased in the thick shell of a meteor, but for fun, I decided to draw a picture of an ancient form of life drifting through space in the form of a seed or a spore, ready to land on some distant world and create a diverse ecosystem there.</p>';
}
else if (name == 'Spark') {
document.getElementById(cellDescription).innerHTML = '<p>If you&#39;ve seen the Beast Wars Transformers series, you may know what this resembles.&nbsp; In the show, the robots&#39; souls were contained in essences of energy called sparks.&nbsp; Since this picture turned out looking much like they do, I named it as such.</p><p>Some would no doubt disagree with me on whether machines can have souls.&nbsp; I for one do believe they can.&nbsp; Life can take many different forms, so why would it be limited to being biological?</p>';
}
else if (name == 'Supernova') {
document.getElementById(cellDescription).innerHTML = '<p>Here&#39;s a much more simplistic picture of mine, yet it still seems to capture the beauty of an exploding star quite well.</p>';
}
else if (name == 'Valentine') {
document.getElementById(cellDescription).innerHTML = '<p>Love is not always the perfectly round, warm, soft, cuddly thing it&#39;s often made out to be.&nbsp; Thus, this heart is shattered, torn, sharp, and spikey.</p>';
}
else if (name == 'Wave') {
document.getElementById(cellDescription).innerHTML = '<p>Hey, it&#39;s a cross between more abstract work and a logo!&nbsp; :P</p>';
}
else if (name == 'AlienCity') {
document.getElementById(cellDescription).innerHTML = '<p>I drew this after having a dream where I was walking through an empty and abandoned alien city.&nbsp; In it, the buildings were made of a strong metal and most were varying shades of brown.&nbsp; The area below was a park just outside of what seemed to be "downtown".&nbsp; The section in the middle was a platform elevated above the park that went on for miles into the city.&nbsp; It is not a landing spaceship, as my art teacher had initially thought when viewing the picture.&nbsp; ^_^&#39;</p>';
}
else if (name == 'AllenSchezar') {
document.getElementById(cellDescription).innerHTML = '<p>Allen Schezar from the anime series Vision of Escaflowne.</p>';
}
else if (name == 'JenHoover') {
document.getElementById(cellDescription).innerHTML = '<p>A random anime-styled sketch I made from scratch one day.</p>';
}
else if (name == 'LordDilandau') {
document.getElementById(cellDescription).innerHTML = '<p>Lord Dilandau from the anime series Vision of Escaflowne.</p>';
}
else if (name == 'MillernaAston') {
document.getElementById(cellDescription).innerHTML = '<p>Millerna Aston from the anime series Vision of Escaflowne.</p>';
}
else if (name == 'NataliePortman') {
document.getElementById(cellDescription).innerHTML = '<p>A sketch of Natalie Portman I did in art class one time.</p>';
}
else if (name == 'Cheops') {
document.getElementById(cellDescription).innerHTML = '<p>Ah, the lovely Cheops battlecruiser, also known throughout Stargate SG-1 lore as the Goa&#39;uld mothership.&nbsp; I created this collage after searching the net for endless hours with the hope of finding a nice desktop background featuring the ship.&nbsp; Unfortunately, I found none.&nbsp; So I turned to the magic of Photoshop with a bundle of screen shots and forged my own.&nbsp; ^_^&#39;</p><p>Please note that all rights to the separate images used belong to the creators and respectful companies of the show.&nbsp; Also to be given credit is the site where I picked up the raw screen shots, <a href="http://www.stargater.co.uk">SciGate</a>.</p><span class="imageBold">Download:</span> <a href="../ImagesGallery/Cheops-800x600.jpg">800x600</a> <a href="../ImagesGallery/Cheops-1024x768.jpg">1024x768</a>';
}
else if (name == 'NINHeresy') {
document.getElementById(cellDescription).innerHTML = '<p>I&#39;ve made two versions of this Nine Inch Nails desktop - one for Windows users and one for Macs.&nbsp; The former has space for Windows&#39; task bar at the bottom while the latter has room for Apple&#39;s menu bar at the top.</p><span class="imageBold">Download Windows:</span> <a href="../ImagesGallery/NINHeresy-PC800x600.jpg">800x600</a> <a href="../ImagesGallery/NINHeresy-PC1024x768.jpg">1024x768</a><br><span class="imageBold">Download Apple:</span> <a href="../ImagesGallery/NINHeresy-Mac800x600.jpg">800x600</a> <a href="../ImagesGallery/NINHeresy-Mac1024x768.jpg">1024x768</a>';
}
else if (name == 'NINLast') {
document.getElementById(cellDescription).innerHTML = '<p>I&#39;ve made two versions of this Nine Inch Nails desktop - one for Windows users and one for Macs.&nbsp; The former has space for Windows&#39; task bar at the bottom while the latter has room for Apple&#39;s menu bar at the top.</p><span class="imageBold">Download Windows:</span> <a href="../ImagesGallery/NINLast-PC800x600.jpg">800x600</a> <a href="../ImagesGallery/NINLast-PC1024x768.jpg">1024x768</a><br><span class="imageBold">Download Apple:</span> <a href="../ImagesGallery/NINLast-Mac800x600.jpg">800x600</a> <a href="../ImagesGallery/NINLast-Mac1024x768.jpg">1024x768</a>';
}
else if (name == 'NINTerribleLie') {
document.getElementById(cellDescription).innerHTML = '<p>I&#39;ve made two versions of this Nine Inch Nails desktop - one for Windows users and one for Macs.&nbsp; The former has space for Windows&#39; task bar at the bottom while the latter has room for Apple&#39;s menu bar at the top.</p><span class="imageBold">Download Windows:</span> <a href="../ImagesGallery/NINTerribleLie-PC800x600.jpg">800x600</a> <a href="../ImagesGallery/NINTerribleLie-PC1024x768.jpg">1024x768</a><br><span class="imageBold">Download Apple:</span> <a href="../ImagesGallery/NINTerribleLie-Mac800x600.jpg">800x600</a> <a href="../ImagesGallery/NINTerribleLie-Mac1024x768.jpg">1024x768</a>';
}
else if (name == 'NINTheWretched') {
document.getElementById(cellDescription).innerHTML = '<p>I&#39;ve made two versions of this Nine Inch Nails desktop - one for Windows users and one for Macs.&nbsp; The former has space for Windows&#39; task bar at the bottom while the latter has room for Apple&#39;s menu bar at the top.</p><span class="imageBold">Download Windows:</span> <a href="../ImagesGallery/NINTheWretched-PC800x600.jpg">800x600</a> <a href="../ImagesGallery/NINTheWretched-PC1024x768.jpg">1024x768</a><br><span class="imageBold">Download Apple:</span> <a href="../ImagesGallery/NINTheWretched-Mac800x600.jpg">800x600</a> <a href="../ImagesGallery/NINTheWretched-Mac1024x768.jpg">1024x768</a>';
}
else if (name == 'NineInchNails') {
document.getElementById(cellDescription).innerHTML = '<p>Yet another NIN desktop I made after a moment of inspiration and couple hours&#39; work.</p><span class="imageBold">Download:</span> <a href="../ImagesGallery/NineInchNails-800x600.jpg">800x600</a> <a href="../ImagesGallery/NineInchNails-1024x768.jpg">1024x768</a>';
}
else if (name == 'Starfire') {
document.getElementById(cellDescription).innerHTML = '<p>Here&#39;s a collage I made of Starfire from the Teen Titans series.</p><span class="imageBold">Download:</span> <a href="../ImagesGallery/Starfire-800x600.jpg">800x600</a> <a href="../ImagesGallery/Starfire-1024x768.jpg">1024x768</a>';
}
else {
document.getElementById(cellDescription).innerHTML = '<p><i>None</i></p>';
}
}

function insertJumpList(filter) {
document.getElementById('JumpList').innerHTML = insertContent(1, true, filter) + insertContent(2, true, filter) + insertContent(3, true, filter) + insertContent(4, true, filter) + insertContent(5, true, filter) + insertContent(6, true, filter);
}

function applyFilter(page, filter) {}

function insertFilterList(filter) {}