function secondaryMenu() {

	document.write ('<p class="left_nav_blue">');

	document.write ('<a href="/proofpro/index.html" name="link8" id="link8">');
	document.write ('Matchprint ProofPro Home' + '</a>');

	document.write ('<a href="/proofpro/proofpro4p/index.html" name="4plink" id="4plink">');
	document.write ('Matchprint Proofpro 4P' + '</a>');

	document.write ('<a href="/proofpro/mp_proofpro_rip.html" name="link5" id="link5" onMouseOver="MM_showMenu(window.rip_menu,125,0,null,\'link5\')" onMouseOut="MM_startTimeout();">');
	document.write ('Matchprint ProofPro RIP' + '</a>');

	document.write ('<a href="/proofpro/mp_media.html" name="link14" id="link9">');
	document.write ('Matchprint Media' + '</a>');

	document.write ('<a href="/proofpro/epson.html" name="link10" id="link10">');
	document.write ('Epson Systems' + '</a>');

	document.write ('<a href="/proofpro/5542-60.html" name="link4" id="link1">');
	document.write ('Matchprint 5542/5560 Systems' + '</a>');

	document.write ('<a href="/proofpro/canon.html" name="link2" id="link3" >');
	document.write ('Canon Systems' + '</a>');

	document.write ('<a href="/service_support/online/color_proofing/mp_inkjet/mpij_proofpro.html">');
	document.write ('Profiles' + '</a>');

} //SecondaryMenu()


function mmLoadMenus() {
  if (window.rip_menu) return;

  window.rip_menu = new Menu("root",200,20,"Arial, Helvetica, sans-serif",10,"#000000","#000000","#FFFFFF","#99ccff","left","middle",5,0,2000,-5,7,true,true,true,0,false,false);
  rip_menu.addMenuItem("Using ProofPro&nbsp;RIP&nbsp;&amp;&nbsp;Media",		"location='/proofpro/rip/use.html'");
  rip_menu.addMenuItem("Matchprint&nbsp;Color&nbsp;Accuracy",					"location='/proofpro/rip/color_accuracy.html'");
  rip_menu.addMenuItem("Matchprint&nbsp;Colorlink",								"location='/proofpro/rip/mp_colorlink.html'");
  rip_menu.addMenuItem("Matchprint&nbsp;Color&nbsp;Calibrator",				"location='/proofpro/rip/color_calibrator.html'");
  rip_menu.addMenuItem("Compatible&nbsp;File&nbsp;Formats",						"location='/proofpro/rip/comp_file_formats.html'");
  rip_menu.addMenuItem("System&nbsp;Requirements",									"location='/proofpro/rip/sys_req.html'");
  rip_menu.addMenuItem("Compatibility&nbsp;Chart",									"location='/proofpro/rip/comp_chart.html'");
   rip_menu.hideOnMouseOut=true;
   rip_menu.bgColor='#CCCCCC';
   rip_menu.menuBorder=1;
   rip_menu.menuLiteBgColor='';
   rip_menu.menuBorderBgColor='#CCCCCC';


rip_menu.writeMenus();
} // mmLoadMenus()


