function wjlyPicLink(whichLink){
	var windowName = whichLink;
	var thePath = "../images/wjly/";
	var theFile;
	var theCap;
	var theW;
	var theH;
	
	switch(whichLink) {
	case "portaPak":
			theTitle = "The Sony Portapak System";
			theFile = "msm43.jpg";
			theCap = "The original Sony Portapak system. Ours was a bit more beat-up.";
			theW = 300;
			theH = 300;
			break;
	case "sandyLoftWall":
			theTitle = "Sandy In the WJLY Loft";
			theFile = "sandy-loft-wall-full.jpg";
			theCap = "Dancer Sandy Dunn, key WJLY collaborator and friend, in a posed Polaroid portrait in the loft";
			theW = 800;
			theH = 531;
			break;
	case "publicity":
			theTitle = "WJLY Publicity Shot";
			theFile = "wjly-publicity-full.jpg";
			theCap = "The five founding members of We're Just Like You in a publicity shot done on the third floor of Eden House:<br />Michael Binder, Fred Wild, Steve Cosgrove, Fran Slater, Mike Enright";
			theW = 800;
			theH = 668;
			break;
	case "IHOP":
			theTitle = "Fred and Mike at IHOP";
			theFile = "ihop-fred-and-binder-full.jpg";
			theCap = "Fred Wild and Michael Binder at the International House of Pancakes. In 1977-78, IHOP was one of the<br />few places downtown where one could get breakfast on the weekends; we could walk there from the loft.";
			theW = 800;
			theH = 541;
			break;
	case "1stVar":
			theTitle = "Postcard from the First Variation";
			theFile = "alternate-pieta-card-full.jpg";
			theCap = "The First Variation on the Alternate Pieta was a fake/not-fake photo shoot with video documentation, with the proceedings disrupted by art terrorist Bill Pritz.";
			theW = 487;
			theH = 800;
			break;
	case "eden":
			theTitle = "Eden House";
			theFile = "eden-house-full.jpg";
			theCap = "A three-story house in the university district was the site of the WJLY<br />&#8220;commune,&#8221; nightly parties, and early video pieces.";
			theW = 536;
			theH = 800;
			break;
	case "costumes":
			theTitle = "Third Variation Costume Sketches";
			theFile = "3rd-var-costumes-full.jpg";
			theCap = "Costume sketches by Fred Wild for the Third Variation, a large-scale performance piece.";
			theW = 800;
			theH = 667;
			break;
	case "stagePlan":
			theTitle = "Media Ziggaraut Design";
			theFile = "3rd-vari-zig-sketch-full.jpg";
			theCap = "Blueprints by the builders of the Ziggaraut";
			theW = 800;
			theH = 645;
			break;
	case "stageModel":
			theTitle = "Third Variation Stage Model";
			theFile = "3rd-var-zig-model-full.jpg";
			theCap = "Stage model for the &#8220;Media Ziggaraut&#8221;, centerpiece of the Third Variation, site of the ceremony and subsequent assassination.";
			theW = 800;
			theH = 625;
			break;
	case "poster":
			theTitle = "Third Variation Poster 1977";
			theFile = "3rd-variation-poster-full.jpg";
			theCap = "Poster designed by Fred Wild for the Third Variation";
			theW = 474;
			theH = 800;
			break;;
	case "franFinger":
			theTitle = "Ann, Fran, and Fred 1987";
			theFile = "wjly-picnic10.jpg";
			theCap = "WJLY reunion after Enright and Fran had moved to NYC: friend Ann Cotter, Fran Slater, Fred Wild";
			theW = 800;
			theH = 534;
			break;
	case "franLoft":
			theTitle = "Fran in the Loft 1988";
			theFile = "fran-loft3-full.jpg";
			theCap = "Fran Slater in the WJLY loft";
			theW = 1000;
			theH = 670;
			break;
	case "bill":
			theTitle = "Bill Pritz";
			theFile = "bill-and-barbara-full.jpg";
			theCap = "Bill Pritz and his wife Barbara in the right foreground, somewhere outside of Cincinnati. Bill was another Cincinnati<br />friend who moved to NYC; he ran a pizza joint/bakery in Harlem for a few years. At some point he and Barbara moved back to Cincy.";
			theW = 1000;
			theH = 655;
			break;
	case "fogarty":
			theTitle = "Mike Fogarty";
			theFile = "fogarty-full.jpg";
			theCap = "Mike Fogarty in his VW van";
			theW = 593;
			theH = 881;
			break;
	case "bob":
			theTitle = "Bob Cotter";
			theFile = "bob-full.jpg";
			theCap = "An early 70s picture of Bob Cotter in the back of Mike Fogarty's van in Columbus, Ohio";
			theW = 1000;
			theH = 677;
			break;
	case "loft":
			theTitle = "WJLY Loft";
			theFile = "cincy-loft-interiors33-fs.jpg";
			theCap = "Back end of the WJLY loft before the stage was built, shot while a major snowstorm raged outside; Cincinnati, 1978";
			theW = 1000;
			theH = 673;
			break;
	case "portaPak2":
			theTitle = "The Sony Portapak System";
			theFile = "portaPakModel-fs.gif";
			theCap = "The Sony Portapak System. WJLY used a wide-angle Bolex lens from our 16mm setup.";
			theW = 500;
			theH = 656;
			break;
	case "thirdVariation":
			theTitle = "Third Variation on the Alternate Pieta";
			theFile = "3rd-variation-fs.jpg";
			theCap = "A frame from a bad VHS dub of the edited three-camera Portapak video <strong>Third Variation on the <br />Alternate Pieta</strong>. The masked celebrants are carrying the Jesus and Virgin Mary volunteers who were <br />assembled into the Alternate Pieta atop the Media Ziggaraut. They are chanting &#8220;Art-tra-rat, alter-nat.&#8221;";
			theW = 624;
			theH = 458;
			break;
	}
	thePath = thePath + theFile;
	writeToPicWindow(windowName,theTitle,thePath,theCap,theW,theH);
}