
var htm;
function load(whi) {
//for(i=0;i<8;i++) v('i'+i,(whi=='mail'));
htm = "<table width=440 cellpadding=5 cellspacing=1 border=0 bgcolor=#61B2FF><tr><td bgcolor=white>";
 if(whi=='info') htm += "&nbsp;<font face=verdana size=1><img src=me.jpg border=0  align=right  alt=\"me\"><br><b>About me :</b><br>I'm <a href="+"ma"+"ilto:hu"+"gh@ick"+"lepix.com?subject=[icklepix]>Hugh</a>, I live in Dublin in Ireland. Born in 1984. <br><p><b>About icklepix :</b><br>This is my personal web page I\'ve had for a good while as a hobby. It is also my portfolio. You can see my art stuffs in the Portfolio section. Although it hasn't been updated in quite a while.</p> <p>icklepix is just a name I thought up while bored one day, some time ago, the meaning(if you could call it that) is that web pages are usually made up from lots of \"little pictures\" hence icklepix, its also the only word that rhymes with \"sticklebricks\".<P>To make this site I used <a href=http://www.editpadlite.com target=_blank>EditPad</a>(a simple text editor) for the Code, and Photoshop 7 for the images, and in places my Wacom Intuos 12x12 tablet.<P><p><b>My Machine:</b><br><table cellpadding=0 cellspacing=0 border=0><tr><td valign=top width=290><font face=arial size=1 ><br>866Mhz Pentium III<br>+256mb SDRAM 100mhz<br>+20gb EIDE Hard Disk<br>+17 \" Dell Monitor 1280x1024<br>+DVD ROM<br>+6x4x16 Yamaha CD-RW<br>+12x12 Wacom Intuos<br>+Yoda on Monitor<p> &nbsp; &nbsp; .. and some other stuff.</td><td width=100><img src=com.jpg></td></tr></table><P> "; 
 else if(whi=='stuff') htm += "&nbsp;<br><center><img src=gal2.gif usemap=#gallery border=0><P>&nbsp;<br>";
 else if(whi=='mail') { htm += "<table align=center cellspacing=0 cellpadding=0 border=0 background=wasp.jpg width=325 height=239><tr><td><font face=verdana size=1><center><a href=mai"+"lt"+"o:hugh"+"@"+"icklepix.com?subject=icklepix>hugh"+"@"+"icklepix.com</center></td></tr></table>";}
 else if(whi=='links') htm += getlinks();
 else if(whi=='home') htm +="<p>&nbsp;<p>&nbsp;<p><center><img src=home.jpg><br></center><P>";
 else htm += "Section unfinished like chimps.";

htm+="</td></tr></table>";


w('content',htm);
resizer();
mY('content',minY);

htm = 0;
}

var linksA = new Array();
var namesA = new Array();
function getlinks() {
namesA[0] = "D e s i g n  &nbsp; S i t e s ";
  linksA[0] = new Array("Ozones.com","This site is quite unique, among other things like a forum, an image library and tutorials, this site has millions of interfaces and designs to look at.","http://www.ozones.com",
			"OzoneAsylum","A Forum run by the Dr.Ozone, who owns the site above. Its the best forum Ive come across, has everything photoshop and webmaster related you can think of.","http://www.ozoneasylum.com",
			"Creative Ireland","A site of all types of Design with a forum. Its more for Irish designers, it has listings of available jobs, and a list of designers.","http://www.creativeireland.com",
			"Slimeland","The personal site of Slime, has great dhtml.","http://www.slimeland.com",
			"Bugimus","Another personal site, again with really nice design with DHTML","http://www.bugimus.com");
namesA[1] = "A r t &nbsp;  S i t e s";
  linksA[1] = new Array("Eat Poo","Dont let the name fool you, this is a great forum, mostly digital art like in my gallery.","http://www.eatpoo.com",
			"Sijun","This site doesnt get updated much but there is a forum which stays quite alive that has many amazing artists who post regularly.","http://www.sijun.com",
			"Shane Caudle","This is the Artwork of Shane Caudle, he does mostly 3D stuff, level design, characters and textures., there all really good.","http://www.planetshane.com/");

namesA[2] = "M i s c e l l a n e o u s ";
  linksA[2] = new Array("EditPad","This is the homepage of a program called EditPad which I use everyday, other people should too. Its a simple text editor.","www.editpadlite.com",
			"Boards.ie","Boards is a huge site of forums of different topics, there something for everyone here.","http://www.boards.ie");

namesA[3] = "V i s i t o r s  &nbsp;  S i t e s";
  linksA[3] = new Array("Sashadesign","This is a personal site, of Sasha, she signed my guestbook, real nice design it has a cool css , feature which changes the whole look completely.","http://www.sashadesign.com/",
"arlechinus","The owner of this site, left an entry in the guestbook, so I put it here, its kinda under construction now, but so far nice design.","http://www.chez.com/arlechinu/",
			"Rap Mad","A friend of a friends site, about Rap, especially D12 and Eminem.","http://www.rapmad.com",
			"Cokane.com","Conor O Kane's personal site complete with CV and lots of information about himself, but best of all a Gallery of his own art work.","http://www.cokane.com");

var links = "&nbsp;<br><table cellpadding=1 cellspacing=1 border=0 width='380'>";
for(i=0;i<linksA.length;i++) {
  links+="<tr><td colspan=2><font face=verdana size=2><b>"+namesA[i]+"</td></tr>";
  for(c=0;c<linksA[i].length;c+=3) {
    links+="<tr><td valign=top><font face=verdana size=1><a href='"+linksA[i][c+2]+"' target=_blank>"+linksA[i][c]+"</a></td><td valign=top><font face=verdana size=1>"+linksA[i][c+1]+"</td></tr>";
  }
  links+="<p>";
}
links +="</table><P>";
return links;
}


