//Opportunity Managementfunction SalMOv() {	var p = document.getElementById("SL");	p.style.visibility = "visible";}function SalMOu() {	var p = document.getElementById("SL");	p.style.visibility = "hidden";}//Proposal & Contract Managementfunction InvMOv() {	var p = document.getElementById("IM");	p.style.visibility = "visible";}function InvMOu() {	var p = document.getElementById("IM");	p.style.visibility = "hidden";}//Project Planningfunction ProMOv() {	var p = document.getElementById("PR");	p.style.visibility = "visible";}function ProMOu() {	var p = document.getElementById("PR");	p.style.visibility = "hidden";}//Project Resource Managementfunction OrdMOv() {	var p = document.getElementById("OM");	p.style.visibility = "visible";}function OrdMOu() {	var p = document.getElementById("OM");	p.style.visibility = "hidden";}//Supply Chain Planningfunction TraMOv() {	var p = document.getElementById("TM");	p.style.visibility = "visible";}function TraMOu() {	var p = document.getElementById("TM");	p.style.visibility = "hidden";}//Project Procurementfunction SerMOv() {	var p = document.getElementById("SR");	p.style.visibility = "visible";}function SerMOu() {	var p = document.getElementById("SR");	p.style.visibility = "hidden";}//Project Manufacturingfunction FinMOv() {	var p = document.getElementById("FM");	p.style.visibility = "visible";}function FinMOu() {	var p = document.getElementById("FM");	p.style.visibility = "hidden";}var strPrice;var strPrice1;var strPrice2;var strPrice3;var strPrice4;var strPrice5;var strPrice6;function Sale(){	strPrice = '<DIV id=\"SL\"  style=\"position:absolute;visibility:hidden;z-index:1000; margin-top: 28px; margin-left: 8px;  BORDER-RIGHT: #9b9b9b 2px solid;BORDER-TOP: #9b9b9b 2px solid;  BORDER-LEFT: #9b9b9b 2px solid; PADDING-TOP: 5px; PADDING-BOTTOM: 8px;BORDER-BOTTOM: #9b9b9b 2px solid; BACKGROUND-COLOR: #f8f7f7;\" onMouseOver=\"SalMOv();\" onMouseOut=\"SalMOu();\" >';	strPrice += '<table width=225 border=\"0\" style="line-height:9pt;">';	strPrice += '<tr><th colspan=2 align=Center style="font-size:12px; font-weight: bold;">Sales</th></tr>';	strPrice += '<tr><td colspan=2 background="Images/line_dotted.gif"></td></tr>';	strPrice += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Promotion Planning</td></tr>';	strPrice += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Create and Extend Promotion Offer</td></tr>';	strPrice += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Manage Customer Orders for Promotions</td></tr>';	strPrice += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Evaluate Promotion Effectiveness</td></tr>';	strPrice += '</table>';	strPrice += '</DIV>';	return strPrice;}function DrawSale(){  document.write( Sale() );  document.close();}function InvMan(){	strPrice1 = '<DIV id=\"IM\"  style=\"position:absolute;visibility:hidden;z-index:2000;margin-top: 42px; margin-left: 8px;   BORDER-RIGHT: #9b9b9b 2px solid;BORDER-TOP: #9b9b9b 2px solid;  BORDER-LEFT: #9b9b9b 2px solid; PADDING-TOP: 5px;PADDING-BOTTOM: 8px;BORDER-BOTTOM: #9b9b9b 2px solid; BACKGROUND-COLOR: #f8f7f7;\" onMouseOver=\"InvMOv();\" onMouseOut=\"InvMOu();\" >';	strPrice1 += '<table width=225 style="line-height:9pt;">';	strPrice1 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold; line-height:12pt;">Inventory Management & Advanced Planning</th></tr>';	strPrice1 += '<tr><td colspan=2 background="Images/line_dotted.gif"></td></tr>';	strPrice1 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Merchandise and Collaborative Planning</td></tr>';	strPrice1 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Collect Sales and Order Forecast Data</td></tr>';	strPrice1 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Generate Forecast and assortment</td></tr>';	strPrice1 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Optimize Safety Stock Levels</td></tr>';	strPrice1 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Run and Analyze Replenishment Plan</td></tr>';	strPrice1 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Publish Vendor Commitments</td></tr>';	strPrice1 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Release Schedule</td></tr>';	strPrice1 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Replenishment and allocation</td></tr>';	strPrice1 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Evaluate Performance</td></tr>';	strPrice1 += '</table>';	strPrice1 += '</DIV>';	return strPrice1;}function DrawInvMan(){  document.write( InvMan() );  document.close();}function Proc(){	strPrice2 = '<DIV id=\"PR\"  style=\"position:absolute;visibility:hidden;z-index:3000; margin-top: 28px; margin-left: -52px; BORDER-RIGHT: #9b9b9b 2px solid;BORDER-TOP: #9b9b9b 2px solid;  BORDER-LEFT: #9b9b9b 2px solid; PADDING-TOP: 5px;PADDING-BOTTOM: 9px;BORDER-BOTTOM: #9b9b9b 2px solid; BACKGROUND-COLOR: #f8f7f7;\" onMouseOver=\"ProMOv();\" onMouseOut=\"ProMOu();\" >';	strPrice2 += '<table width=225 style="line-height:9pt; ">';	strPrice2 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Procurement</th></tr>';	strPrice2 += '<tr><td colspan=2 background="Images/line_dotted.gif"></td></tr>';	strPrice2 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width=240 align=left style="font-size:11px">Manage Product Requisitions</td></tr>';	strPrice2 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width=240 align=left style="font-size:11px">Issue & Authorize Purchase Order</td></tr>';	strPrice2 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width=240 align=left style="font-size:11px">Manage Transportation</td></tr>';	strPrice2 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width=240 align=left style="font-size:11px">Receive Material</td></tr>';	strPrice2 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width=240 align=left style="font-size:11px">Supplier Returns</td></tr>';	strPrice2 += '</table>';	strPrice2 += '</DIV>';	return strPrice2;}function DrawProc(){  document.write( Proc() );  document.close();}function OrdMan(){	strPrice3 = '<DIV id=\"OM\"  style=\"position:absolute;visibility:hidden;z-index:1000; margin-top: 28px; margin-left: 8px;  BORDER-RIGHT: #9b9b9b 2px solid;BORDER-TOP: #9b9b9b 2px solid;  BORDER-LEFT: #9b9b9b 2px solid; PADDING-TOP: 5px; PADDING-BOTTOM: 8px;BORDER-BOTTOM: #9b9b9b 2px solid; BACKGROUND-COLOR: #f8f7f7;\" onMouseOver=\"OrdMOv();\" onMouseOut=\"OrdMOu();\" >';	strPrice3 += '<table width=225 style="line-height:9pt; ">';	strPrice3 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Order Management</th></tr>';	strPrice3 += '<tr><td colspan=2 background="Images/line_dotted.gif"></td></tr>';	strPrice3 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Manage Store Replenishment Orders</td></tr>';	strPrice3 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Check ATP</td></tr>';	strPrice3 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Order to Delivery</td></tr>';	strPrice3 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Customer Returns</td></tr>';	strPrice3 += '</table>';	strPrice3 += '</DIV>';	return strPrice3;}function DrawOrdMan(){  document.write( OrdMan() );  document.close();}function TraMan(){	strPrice4 = '<DIV id=\"TM\"  style=\"position:absolute;visibility:hidden;z-index:2000;margin-top: 28px; margin-left: 8px;   BORDER-RIGHT: #9b9b9b 2px solid;BORDER-TOP: #9b9b9b 2px solid;  BORDER-LEFT: #9b9b9b 2px solid; PADDING-TOP: 5px;PADDING-BOTTOM: 8px;BORDER-BOTTOM: #9b9b9b 2px solid; BACKGROUND-COLOR: #f8f7f7;\" onMouseOver=\"TraMOv();\" onMouseOut=\"TraMOu();\" >';	strPrice4 += '<table width=225 style="line-height:9pt; ">';	strPrice4 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Transportation Management</th></tr>';	strPrice4 += '<tr><td colspan=2 background="Images/line_dotted.gif"></td></tr>';	strPrice4 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Optimize and Consolidate Orders</td></tr>';	strPrice4 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Build Shipments</td></tr>';	strPrice4 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Rate Inquiry & Carrier Selection</td></tr>';	strPrice4 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Delivery Tracking</td></tr>';	strPrice4 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Freight Invoice to Approval</td></tr>';	strPrice4 += '</table>';	strPrice4 += '</DIV>';	return strPrice4;}function DrawTraMan(){  document.write( TraMan() );  document.close();}function Serv(){	strPrice5 = '<DIV id=\"SR\"  style=\"position:absolute;visibility:hidden;z-index:3000; margin-top: 28px; margin-left: -52px; BORDER-RIGHT: #9b9b9b 2px solid;BORDER-TOP: #9b9b9b 2px solid;  BORDER-LEFT: #9b9b9b 2px solid; PADDING-TOP: 5px;PADDING-BOTTOM: 9px;BORDER-BOTTOM: #9b9b9b 2px solid; BACKGROUND-COLOR: #f8f7f7;\" onMouseOver=\"SerMOv();\" onMouseOut=\"SerMOu();\" >';	strPrice5 += '<table width=225 border=\"0\" style="line-height:9pt;">';	strPrice5 += '<tr><th colspan=2 align=Center style="font-size:12px; font-weight: bold;">Service</th></tr>';	strPrice5 += '<tr><td colspan=2 background="Images/line_dotted.gif"></td></tr>';	strPrice5 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px">Service Request to Problem Resolution</td></tr>';	strPrice5 += '</table>';	strPrice5 += '</DIV>';	return strPrice5;}function DrawServ(){  document.write( Serv() );  document.close();}function FinMan(){	strPrice6 = '<DIV id=\"FM\"  style=\"position:absolute;visibility:hidden;z-index:1000; margin-top: 29px; margin-left: 8px;  BORDER-RIGHT: #9b9b9b 2px solid;BORDER-TOP: #9b9b9b 2px solid;  BORDER-LEFT: #9b9b9b 2px solid; PADDING-TOP: 5px; PADDING-BOTTOM: 8px;BORDER-BOTTOM: #9b9b9b 2px solid; BACKGROUND-COLOR: #f8f7f7;\" onMouseOver=\"FinMOv();\" onMouseOut=\"FinMOu();\" >';	strPrice6 += '<table width=225 border=\"0\" style="line-height:9pt;">';	strPrice6 += '<tr><th colspan=2 align=Center style="font-size:12px; font-weight: bold;">Financials Management</th></tr>';	strPrice6 += '<tr><td colspan=2 background="Images/line_dotted.gif"></td></tr>';	strPrice6 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px; font-color:#000000">Customer Invoice to Receipt</td></tr>';	strPrice6 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px; font-color:#000000">Supplier Invoice to Payment</td></tr>';	strPrice6 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px; font-color:#000000">Reconcile Bank Statements</td></tr>';	strPrice6 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px; font-color:#000000">Period End Close</td></tr>';	strPrice6 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td align=left style="font-size:11px; font-color:#000000">Review Business Intelligence Reports</td></tr>';	strPrice6 += '</table>';	strPrice6 += '</DIV>';	return strPrice6;}function DrawFinMan(){  document.write( FinMan() );  document.close();}