function insertFlashPlayer(elemID,flashSource,flashWidth,flashHeight,flashMast,flashSect,flashCat,flashHead,ssFolder){

	var html;

	html = "<OBJECT type='application/x-shockwave-flash' ";

	html += "data = '"+flashSource+"' ";

	html += "width='"+flashWidth+"' height='"+flashHeight+"' id='flash_module'> ";

	html += "<PARAM name='movie' value='"+flashSource+"' >";

	html += "<PARAM name='align' value='middle'>";

	html += "<PARAM name='wmode' value='transparent'>";

	html += "<PARAM name='quality' value='high'>";

	html += "<PARAM name='allowScriptAccess' value='always'>";

	html += "<PARAM name=FlashVars value='flashMast="+flashMast+"&flashSect="+flashSect+"&flashCat="+flashCat+"&flashHead="+flashHead+"&ssFolder="+ssFolder+"'>";




	html += "</OBJECT>";

	document.getElementById(elemID).innerHTML = html;

}
