function showArt(a, w, h){
	artWindow = "images/fullArt/"+a;
	dimensions = "width="+w+",height="+h;
	window.open(artWindow,'artWin',dimensions);
}