function myHrWriteFile(someSubSectionParam)
{
		if(someSubSectionParam == '1')
		{
			//document.location.href = 'hr.htm';
			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 = '';			
			}
			else
			{
				var theDiv = document.getElementById('contentDiv');
				theDiv.innerHTML = '';
			}			
			
			var theDiv2 = document.getElementById('contentDiv2');
			theDiv2.innerHTML = '';

			var theDiv3 = document.getElementById('extraDetails');
			theDiv3.innerHTML = '';			
			
			var theDiv4 = document.getElementById('extraDetails2');
			theDiv4.innerHTML = '';
			
			var someVarStart3 = '';
			var someVarMiddle3 = '';
			var someVarEnd3 = '';
			var someVarAll3 = '';			

someVarStart3 += '<table id="hrModule1Image1" class="hrModule1Image1" border="0" cellpadding="0" cellspacing="0">';
someVarStart3 += '<tr><td valign="top">';
someVarStart3 += '<img src="global_images/intern.jpg"alt="Interns" width="800px" border="0"><br></td></tr></table>';

loadXMLDoc('xml/intern.xml');
var logovar=xmlDoc.getElementsByTagName('logo');
var headingvar=xmlDoc.getElementsByTagName('heading');
var contentvar=xmlDoc.getElementsByTagName('content');

someVarStart3 += '<div id="divContainer">';
if(navigator.appName == 'Microsoft Internet Explorer')
{
	someVarStart3 += '<div id="divContent" style="position: absolute; top: 40px;">';
}
else
{
	someVarStart3 += '<div id="divContent" style="position: absolute; top: -240px;">';	
}
someVarStart3 += headingvar[0].childNodes[0].nodeValue;

for (i=0;i<contentvar.length;i++)
  {
  if (contentvar[i].nodeType==1)
    {  
		  someVarMiddle3 += '<p class="pscoll">';
	  someVarMiddle3 += contentvar[i].childNodes[0].nodeValue;
	  someVarMiddle3 += '</p>';
	 }
  }

someVarEnd3 += '</div>';
someVarEnd3 += '</div>';  

  someVarAll3 = someVarStart3 + someVarMiddle3 + someVarEnd3;
  theDiv.innerHTML = someVarAll3;
    		//	myDynamicSpaceFunction('hr_2');
			myFooterFunction('hr_1');			
/* 			alert('aboutus,1'); just to test */
		}
		else if(someSubSectionParam == '2')
		{
			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 = '';
			
			var someVarStart3 = '';
			var someVarMiddle3 = '';
			var someVarEnd3 = '';
			var someVarAll3 = '';			

someVarStart3 += '<table id="hrModule1Image1" class="hrModule1Image1" border="0" cellpadding="0" cellspacing="0">';
someVarStart3 += '<tr><td valign="top">';
someVarStart3 += '<img src="global_images/intern.jpg"alt="Interns" width="0px" border="0">';
someVarStart3 += 'Please email resumes to <a href="mailto:humanresources@bunim-murray.com">humanresources@bunim-murray.com.</a>We are always accepting resumes for the following:</td></tr></table>';

someVarStart3 += '<div id="divContainer"> ';
someVarStart3 += '<div id="divContent"> ';
someVarStart3 += '<p class="pscoll">';
someVarStart3 += 'Day and Night Loggers<p>Job Description:<br>Entry-level day and night shift video tape loggers to watch video footage and type descriptions of the footage into a computer system. Great entry level position with lots of room for advancement. <p>Job Requirements:<br>Bachelor&rsquo;s Degree or equivalent work experience preferred. Basic understanding of video formats and equipment, type 50+ WPM, work well under pressure and having a good story sense are all helpful but will train the right person.  Ideal candidate will be interested in television Post Production/Editing.<p>In-House Production Assistant<p>Job Description:<br>In-House PA&rsquo;s are responsible for company runs to vendors, studios, networks, agencies, etc. Job duties also include office administrative duties, including but not limited to, light housekeeping duties, faxing, copying, reception desk coverage, etc.  Great entry level position with lots of room for advancement. <p>Job Requirements:<br>Candidates must have a car, valid driver&rsquo;s license and valid auto insurance.  Ideal candidates have previous demonstrated television production or entertainment experience.  Applicants must have strong written and verbal communication skills, be organized, work well under pressure, have the ability to anticipate and take initiative and be a quick thinker.  <p>Production Manager<br>Line Producer<br>Editor<br>Production Coordinator<br>Segment Producer<br>Associate Producer<br>Post Coordinator<br>Assistant Editor<br>Supervising Producer<br>Crew positions';
someVarStart3 += '</p>';
/*
someVarStart3 += '<p class="pscoll">';


someVarStart3 += '</p>';
someVarStart3 += '</div>';
someVarStart3 += '</div>';
*/
 // someVarAll3 = someVarStart3 + someVarMiddle3 + someVarEnd3;
  theDiv.innerHTML = someVarStart3;
    			myDynamicSpaceFunction('3');
			myFooterFunction('hr_2');					
		}
		else
		{

		}
}