function bollywoodPicLink(whichLink){
	var windowName = whichLink;
	var thePath = "../images/bollywood/";
	var theFile;
	var theCap;
	var theW;
	var theH;
	
	switch(whichLink) {
	case "aamir-lagaan":
			theTitle = "Aamir Khan";
			theFile = "list/aamir-full.jpg";
			theCap = "The smartest actor in Bollywood, Aamir Khan, in the 2001 classic &#8220;Lagaan: Once Upon a Time in India&#8221;";
			theW = 1000;
			theH = 417;
			break;
	case "salman-hahk":
			theTitle = "Salman Khan";
			theFile = "list/salman-full.jpg";
			theCap = "Salman Khan at his charming best in the 1994 smash &#8220;Hum Aapke Hain Koun...!&#8221; (What Am I to You)";
			theW = 839;
			theH = 357;
			break;
	case "madhuri-hahk":
			theTitle = "Madhuri Dixit";
			theFile = "list/madhuri-hahk-fs.jpg";
			theCap = "The divine Madhuri Dixit in &#8220;Hum Aapke Hain Koun...!&#8221; (What Am I to You - 1994)";
			theW = 841;
			theH = 348;
			break;
	case "ash-hddcs":
			theTitle = "Aishwarya Rai";
			theFile = "list/hum-dil-fs.jpg";
			theCap = "Aishwarya Rai in 1999's &#8220;Hum Dil De Chuke Sanam&#8221;. In 2007 she married Abishek Bachchan and became Amitabh's daughter-on-law.";
			theW = 710;
			theH = 385;
			break;
	case "dil-chata-hai":
			theTitle = "Dil Chahta Hai";
			theFile = "list/kohi-kahe-fs.jpg";
			theCap = "Saif Ali Khan, Aamir Khan, and Akshaye Khanna dancing to &#8220;Koi kahe kehta rahe&#8221; in 2001's &#8220;Dil Chahta Hai&#8221;.";
			theW = 852;
			theH = 379;
			break;
	case "madhubala-mughal":
			theTitle = "Madhubala";
			theFile = "list/madhubala-mughal-fs.jpg";
			theCap = "Madhubala had it all: innovative dancer, skilled actor, and one of the world screen's greatest beauties. &#8220;Mughal-e-Azam&#8221; (1960)";
			theW = 640;
			theH = 428;
			break;
	case "chaiya":
			theTitle = "Chaiya Chaiya";
			theFile = "list/shahrukh-dil-se-full.jpg";
			theCap = "The King of Bollywood, Shahrukh Khan, during one of the most famous musical sequences ever filmed: &#8220;Chaiya Chaiya&#8221 in Mani Ratnam's &#8220;Dil Se&#8221; (1998)";
			theW = 623;
			theH = 342;
			break;
	case "mainisha-dilSe":
			theTitle = "Manisha Koirala";
			theFile = "list/mainisha-dil-se-full.jpg";
			theCap = "De-glamourized Manisha Koirala in Mani Ratnam's &#8220;Dil Se&#8221; (1998)";
			theW = 629;
			theH = 343;
			break;
	case "aamir-raja":
			theTitle = "Aamir Khan";
			theFile = "list/aamir-pardesi-fs.jpg";
			theCap = "Aamir Khan during the Sergio Leone-style cross-cutting in the delerious &#8220;Pardesi&#8221; number from &#8220;Raja Hindustani&#8221; (1996)";
			theW = 638;
			theH = 332;
			break;
	case "devdas-water":
			theTitle = "Devdas";
			theFile = "bimal-roy/devdas-water-fs.jpg";
			theCap = "Suchitra Sen and Dilip Kumar in Bimal Roy&#8217;s &#8220;Devdas&#8221; (1955), the best of several filmic versions of this Bengali novel.";
			theW = 702;
			theH = 538;
			break;
	case "nutan-bandini":
			theTitle = "Nutan";
			theFile = "bimal-roy/banidini-fs.jpg";
			theCap = "One of the great beauties of Hindi cinema, and a terrfic actor to boot: Nutan in &#8220;Bandini&#8221; (1963)";
			theW = 708;
			theH = 526;
			break;
	case "vyjayantimala-madhumati":
			theTitle = "Vyjayantimala";
			theFile = "bimal-roy/madhumati-fs.jpg";
			theCap = "Vyjayantimala from a scary moment in Bimal Roy&#8217;s &#8220;Madhumati&#8221; (1958) ";
			theW = 708;
			theH = 536;
			break;
	case "dharmendra-bandini":
			theTitle = "Dharmendra";
			theFile = "bimal-roy/dharmendra-fs.jpg";
			theCap = "Dharmendra as the prison doctor in Bimal Roy&#8217;s &#8220;Madhumati&#8221; (1963) ";
			theW = 840;
			theH = 615;
			break;
	}
	thePath = thePath + theFile;
	writeToPicWindow(windowName,theTitle,thePath,theCap,theW,theH);
}

