function hlOn(name,img)
{
	document[name].src = img
}

function OpenClip(sImage, nWidth, nHeight)
{
	window.open("filmclip.html?image=" + sImage + "&width=" + nWidth + "&height=" + nHeight,"filmclip","width=" + (nWidth) + ",height=" + (nHeight + 30))
}

// To Change the links to the film strip pop-ups, simply change the file name and dimensions at the end of each line. "'filmshot001.jpg\', 360, 480)"
document.writeln('<map name="gcnav03">')
document.writeln('<area shape="rect" coords="73,15,124,55" href="javascript:OpenClip(\'filmshot001.jpg\', 360, 480)">')
document.writeln('<area shape="rect" coords="187,55,134,15" href="javascript:OpenClip(\'filmshot002.jpg\', 480, 360)" target="">')
document.writeln('<area shape="rect" coords="246,55,194,16" href="javascript:OpenClip(\'filmshot003.jpg\', 480, 360)" target="">')
document.writeln('<area shape="rect" coords="254,15,306,55" href="javascript:OpenClip(\'filmshot004.jpg\', 480, 360)" target="">')
document.writeln('<area shape="rect" coords="365,55,314,16" href="javascript:OpenClip(\'filmshot005.jpg\', 360, 480)" target="">')
document.writeln('<area shape="rect" coords="373,16,426,55" href="javascript:OpenClip(\'filmshot006.jpg\', 360, 480)" target="">')
document.writeln('<area shape="rect" coords="484,56,434,16" href="javascript:OpenClip(\'filmshot007.jpg\', 360, 480)" target="">')
document.writeln('<area shape="rect" coords="546,56,494,15" href="javascript:OpenClip(\'filmshot008.jpg\', 360, 480)" target="">')
document.writeln('<area shape="rect" coords="553,15,605,55" href="javascript:OpenClip(\'filmshot009.jpg\', 360, 480)" target="">')
document.writeln('<area shape="rect" coords="613,16,665,55" href="javascript:OpenClip(\'filmshot010.jpg\', 480, 360)" target="">')
document.writeln('<area shape="rect" coords="674,15,699,55" href="javascript:OpenClip(\'filmshot011.jpg\', 480, 360)" target="">')
document.writeln('</map>')