document.write("<script type='text/javascript' src='js/flashdetect.js'></script>\n");
function RunFix2()
{
	if(ControlVersion() >0){		
     document.write(' <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="195" height="274" id="menu_shiny" name="menu_shiny" />\n');
	 document.write(' <param name="movie" value="menu_shiny.swf" />\n');
	 document.write(' <param name="play" value="true" />\n');
	 document.write(' <param name="quality" value="high" />\n');
	}
	 document.write(' <!--[if !IE]>-->\n');
	 document.write(' <object type="application/x-shockwave-flash" data="menu_shiny.swf" width="195" height="274" />\n');
	 document.write(' <!--<![endif]-->\n');
	 document.write(' <table style="width:155px;height:175px;" border="0" cellspacing="0" cellpadding="0" />\n');
	 document.write(' <tr />\n');
	 document.write(' <td style="text-align:right;vertical-align:top;height:35px;" />\n');
	 document.write(' <p class="padtop" style="margin-right:5px;" />\n');
	 document.write(' <a class="menunoflash" href="pcs_collections.php" />Collections</a>\n');
	 document.write(' </p>\n');
	 document.write(' </td>\n');
	 document.write(' </tr>\n');
	 document.write(' <tr />\n');
	 document.write(' <td style="text-align:right;vertical-align:top;height:35px;" />\n');
	 document.write(' <p class="padtop" style="margin-right:15px;" />\n');
	 document.write(' <a class="menunoflash" href="pcs_legal.php" />Legal Collections</a>\n');
	 document.write(' </p>\n');
	 document.write(' </td>\n');
	 document.write(' </tr>\n');
	 document.write(' <tr />\n'); 
	 document.write(' <td style="text-align:right;vertical-align:top;height:35px;" />\n');
	 document.write(' <p class="padtop" style="margin-right:25px;" />\n');
	 document.write(' <a class="menunoflash" href="pcs_consulting.php" />Revenue Consulting</a>\n');
	 document.write(' </p>\n');
	 document.write(' </td>\n');
	 document.write(' </tr>\n');
	 document.write(' <tr />\n');
	 document.write(' <td style="text-align:right;vertical-align:top;height:35px;" />\n');
	 document.write(' <p class="padtop" style="margin-right:22px;" />\n');
	 document.write('  <a class="menunoflash" href="pcs_rec_pur.php" />Receivables Purchasing</a>\n');
	 document.write(' </p>\n');
	 document.write(' </td>\n');
	 document.write(' </tr>\n');
	 document.write(' <tr />\n');
	 document.write(' <td style="text-align:right;vertical-align:top;height:35px;" />\n');
	 document.write(' <p class="padtop" style="margin-right:15px;" />\n');
	 document.write(' <a class="menunoflash" href="pcs_rec_man.php" />Receivables Mgmnt.</a>\n');
	 document.write(' </p>\n');
	 document.write(' </td>\n');
	 document.write(' </tr>\n');
	 document.write(' </table>\n');
	 document.write(' <!--[if !IE]>-->\n');
	 document.write(' </object>\n');
	 document.write(' <!--<![endif]-->\n');
	  if(ControlVersion() >0){
	 document.write('  </object>\n');
}				
}