function getPic(n) {
 var choice = new Array();
 var prattPath = "http://pratt.edu/%7Eiromendi/";
 var flikrPath = "http://www.flickr.com/photos/voidit/";
 var prodigyPath = "http://pages.prodigy.net/iabeda/";
 var nyuPath = "http://stage.itp.tsoa.nyu.edu/%7Eir306/";
 
 choice[1]= [prattPath + "slides/old%20pictures/index.html", 720, 480];
 choice[2]= ["slides/Watercolors/index.html", 720, 480];
 choice[3]= [prattPath + "slides/photo/index.html", 720, 480];
 choice[4]= [prattPath + "slides/DPS/index.html", 720, 480];
 choice[5]= [prattPath + "slides/fox/index.html", 720, 480];
 choice[6]= [flikrPath + "sets/408060/show/", 800, 754];
 choice[7]= [flikrPath + "sets/128736/show/", 800, 754];
 choice[8]= [flikrPath + "sets/408104/show/", 800, 754];
 choice[9]= ["slides/9%20birds/index.html", 720, 480];
 
 for(var i=10; i<=19; i++){
 	choice[i]= [prattPath + "slides/old%20pictures/index.html", 720, 480];
 }
 
 choice[20]= [prodigyPath + "ZhenyaPRATT/index.html", 720, 480];
 
 choice[21]= [prattPath + "htmls/kiss.htm", 480, 480];
 choice[22]= [prattPath + "slides/jacob/index.html", 720, 480];
 
 choice[23]= ["Bio3D/terrain.htm", 960, 700];
 choice[24]= ["Bio3D/Myself.htm", 480, 480];
 choice[25]= [prattPath + "htmls/3danim.html", 640, 480];
 
 choice[26]= [prattPath + "slides/crow/index.html", 720, 480];
 
 choice[27]= ["media/muybridge_clock/applet/index.html", 640, 240];

 choice[28]= ["media/circle10/index.html", 800, 800];
 choice[29]= ["media/chaotic_05/index.html", 480, 480];
 choice[30]= ["media/chaotic_07/applet/index.html", 480, 480];
 choice[31]= ["media/chaotic_02/applet/index.html", 480, 480];
 choice[32]= ["media/circle14/index.html", 800, 800];
 choice[33]= ["media/sketch_irena01/applet/index.html", 480, 480];
 choice[34]= ["media/sonia-chaotic02/index.html", 600, 480];
 choice[35]= ["media/it01.swf", 720, 480];
 choice[36]= ["media/thing.swf", 720, 480];
 choice[37]= ["htmls/loveMeNot.htm", 480, 480];
 choice[38]= [prattPath + "gamesframe.htm", 320, 240];
 
 choice[39]= ["http://www.artbymobile.com/", 800, 600];
 choice[40]= [prattPath + "slides/alice/index.html", 720, 480];
 choice[41]= [prattPath + "slides/mozart/index.html", 720, 480];
 
 choice[42]= ["slides/morphs/index.html", 720, 640];
 choice[43]= ["links.html", 720, 480];
 choice[44]= [nyuPath + "index.html", 720, 480];
 
 choice[45]= ["Bio3D/Myself.htm", 480, 480];

 show(choice[n][0], choice[n][1], choice[n][2]);
 document.getElementById("lnk"+n).style.textDecoration ='line-through';
 //alert(document.getElementById("lnk"+n).style.length);
}