function myBMPFilmsWriteFile(someSubSectionParam)
{
		if(someSubSectionParam == '1')
		{
		if(navigator.appName == 'Microsoft Internet Explorer')
			{
			var theDiv = document.getElementById('contentDiv');
			theDiv.innerHTML = '';	
			var theDiv2 = document.getElementById('contentDiv2');
			theDiv2.innerHTML = '';
			
			var theDiv5 = document.getElementById('contentDiv3');
			theDiv5.innerHTML = '';			
			theDiv5.innerHTML += '';			
			}
		else
			{
			var theDiv = document.getElementById('contentDiv');
			theDiv.innerHTML = '';			
			theDiv.innerHTML += '';
			}
			
		var theDiv2 = document.getElementById('contentDiv2');
		theDiv2.innerHTML = '';
		var theDiv3 = document.getElementById('extraDetails');
		theDiv3.innerHTML = '';			
		var theDiv4 = document.getElementById('extraDetails2');
		theDiv4.innerHTML = '';

		document.body.style.backgroundImage = "url('global_images/invis.jpg')";

		var someVarStart3 = '';
		var someVarMiddle3 = '';
		var someVarEnd3 = '';
		var someVarAll3 = '';

		someVarStart3 += '<table id="showsMusicModule1Image1" class="showsMusicModule1Image1" border="1" cellpadding="0" cellspacing="0">';
		someVarStart3 += '<tr><td valign="top">';
		someVarStart3 += '</td></tr></table>';
		someVarStart3 += '<div id="divContainer">';
		someVarStart3 += '<div id="divContent">';
		
		someVarMiddle3 += '<img src="global_images/bmp_films_main.jpg" usemap="#bmp_films_main_Map" border="0" style="position: absolute; left: -125px; top: -100px; z-index: 1;">';
		//someVarMiddle3 += '<div id="myRWCharsDiv" class="myRWCharsDiv" style="position: absolute; left: 0px; top: 425px; z-index: 5;"><span></span></div>';
		
		someVarEnd3 += '</div>';
		someVarEnd3 += '</div>';

				//document.getElementById('myRWMenuDiv').style.top = eval(newTop + 2450) + 'px';
		/*+ someVarMiddle3 */

		someVarAll3 = someVarStart3 + someVarMiddle3 + someVarEnd3;
		theDiv.innerHTML = someVarAll3;
		myDynamicSpaceFunction('0');
		//myFooterFunction('rw20_show');
		myFooterFunction('bmpfilms_1');
		}
}