//Opportunity Managementfunction OppMOv() {	var p = document.getElementById("OM");	p.style.visibility = "visible";}function OppMOu() {	var p = document.getElementById("OM");	p.style.visibility = "hidden";}//Proposal & Contract Managementfunction OrdSalMOv() {	var p = document.getElementById("OSM");	p.style.visibility = "visible";}function OrdSalMOu() {	var p = document.getElementById("OSM");	p.style.visibility = "hidden";}//Project Planningfunction TraMOv() {	var p = document.getElementById("TP");	p.style.visibility = "visible";}function TraMOu() {	var p = document.getElementById("TP");	p.style.visibility = "hidden";}//Project Resource Managementfunction AdvMOv() {	var p = document.getElementById("AP");	p.style.visibility = "visible";}function AdvMOu() {	var p = document.getElementById("AP");	p.style.visibility = "hidden";}//Supply Chain Planningfunction SorMOv() {	var p = document.getElementById("SP");	p.style.visibility = "visible";}function SorMOu() {	var p = document.getElementById("SP");	p.style.visibility = "hidden";}//Project Procurementfunction DisLeaMOv() {	var p = document.getElementById("DLM");	p.style.visibility = "visible";}function DisLeaMOu() {	var p = document.getElementById("DLM");	p.style.visibility = "hidden";}//Project Manufacturingfunction QuaAssMOv() {	var p = document.getElementById("QAM");	p.style.visibility = "visible";}function QuaAssMOu() {	var p = document.getElementById("QAM");	p.style.visibility = "hidden";}//Project Collaborationfunction OrdFullMOv() {	var p = document.getElementById("OF");	p.style.visibility = "visible";}function OrdFullMOu() {	var p = document.getElementById("OF");	p.style.visibility = "hidden";}//Cost and Revenue Managementfunction CosRevMOv() {	var p = document.getElementById("CRM");	p.style.visibility = "visible";}function CosRevMOu() {	var p = document.getElementById("CRM");	p.style.visibility = "hidden";}var strPrice;var strPrice1;var strPrice2;var strPrice3;var strPrice4;var strPrice5;var strPrice6;var strPrice7;var strPrice8;function OppMan(){	strPrice = '<DIV id=\"OM\"  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=\"OppMOv();\" onMouseOut=\"OppMOu();\" >';	strPrice += '<table width=225 border=\"0\" style="line-height:9pt;">';	strPrice += '<tr><th colspan=2 align=Center style="font-size:12px; font-weight: bold;">Opportunity Management</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">Generate, Review and Assign Leads</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">Determine product interests</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">Qualify Leads and Convert to Opportunity</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">Assign Opportunity</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 Opportunity</td></tr>';	strPrice += '</table>';	strPrice += '</DIV>';	return strPrice;}function DrawOppMan(){  document.write( OppMan() );  document.close();}function OrdSalMan(){	strPrice1 = '<DIV id=\"OSM\"  style=\"position:absolute;visibility:hidden;z-index:2000;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=\"OrdSalMOv();\" onMouseOut=\"OrdSalMOu();\" >';	strPrice1 += '<table width=225 style="line-height:9pt; ">';	strPrice1 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Order & Sales Management</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 width=190 align=left style="font-size:11px">Opportunity to Quote</td></tr>';	strPrice1 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width=190 align=left style="font-size:11px">Manage Quote</td></tr>';	strPrice1 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width=190 align=left style="font-size:11px">Present and Negotiate Quote</td></tr>';	strPrice1 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width=190 align=left style="font-size:11px">Determine Order Details</td></tr>';	strPrice1 += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width=190 align=left style="font-size:11px">Convert Quote to Order</td></tr>';	strPrice1 += '</table>';	strPrice1 += '</DIV>';	return strPrice1;}function DrawOrdSalMan(){  document.write( OrdSalMan() );  document.close();}function TraPro(){	strPrice2 = '<DIV id=\"TP\"  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=\"TraMOv();\" onMouseOut=\"TraMOu();\" >';	strPrice2 += '<table width=225 style="line-height:9pt; ">';	strPrice2 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Collaborative Planning - VMI</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">Plan and Track Inventory Status</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">Create Replenishment Request</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">Pick and Ship 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">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">Create Consumption Advice</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">Release Sales Order</td></tr>';	strPrice2 += '</table>';	strPrice2 += '</DIV>';	return strPrice2;}function DrawTraPro(){  document.write( TraPro() );  document.close();}function AdvPla(){	strPrice3 = '<DIV id=\"AP\"  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=\"AdvMOv();\" onMouseOut=\"AdvMOu();\" >';	strPrice3 += '<table width=225 style="line-height:9pt; ">';	strPrice3 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Advanced Planning</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 width=240 align=left style="font-size:11px">Collect Sales and Order Forecast Data</td></tr>';	strPrice3 += '<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">Generate Forecast</td></tr>';	strPrice3 += '<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">Collect Supply and Demand Variability</td></tr>';	strPrice3 += '<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">Optimize Safety Stock Levels</td></tr>';	strPrice3 += '<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">Run and Analyze Production Plan</td></tr>';	strPrice3 += '<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">Publish Supply Commitments</td></tr>';	strPrice3 += '<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">Release Schedule</td></tr>';	strPrice3 += '<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">Evaluate Performance</td></tr>';	strPrice3 += '</table>';	strPrice3 += '</DIV>';	return strPrice3;}function DrawAdvPla(){  document.write( AdvPla() );  document.close();}function SorPro(){	strPrice4 = '<DIV id=\"SP\"  style=\"position:absolute;visibility:hidden;z-index:2000;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=\"SorMOv();\" onMouseOut=\"SorMOu();\" >';	strPrice4 += '<table width=225 style="line-height:9pt; ">';	strPrice4 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Sourcing & Procurement</th></tr>';	strPrice4 += '<tr><td colspan=2 background="Images/line_dotted.gif"></td></tr>';	strPrice4 += '<tr><td width=10 align=right valign=top><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT="" vspace="5"></td><td align=left style="font-size:11px">Initiate Requests and Define Sourcing Requirements</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">Manage Requisition and Purchase 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">Receiving, Inspect and Verification</td></tr>';	strPrice4 += '</table>';	strPrice4 += '</DIV>';	return strPrice4;}function DrawSorPro(){  document.write( SorPro() );  document.close();}function DisLeaMan(){	strPrice5 = '<DIV id=\"DLM\"  style=\"position:absolute;visibility:hidden;z-index:3000; margin-top: 29px; 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=\"DisLeaMOv();\" onMouseOut=\"DisLeaMOu();\" >';	strPrice5 += '<table width=225 border=\"0\" style="line-height:9pt;">';	strPrice5 += '<tr><th colspan=2 align=Center style="font-size:12px; font-weight: bold;">Discrete / Lean Manufacturing</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">Schedule to Build – Flow Manufacturing</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">Line Design to Balance Flow Line</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">Schedule Shop Floor</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">Issue Work Orders</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">Issue Material</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">Record Completions</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">Inspect Goods and Move to Stock</td></tr>';	strPrice5 += '</table>';	strPrice5 += '</DIV>';	return strPrice5;}function DrawDisLeaMan(){  document.write( DisLeaMan() );  document.close();}function QuaAssMai(){	strPrice6 = '<DIV id=\"QAM\"  style=\"position:absolute;visibility:hidden;z-index:1000; margin-top: 43px; 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=\"QuaAssMOv();\" onMouseOut=\"QuaAssMOu();\" >';	strPrice6 += '<table width=225 border=\"0\" style="line-height:9pt;">';	strPrice6 += '<tr><th colspan=2 align=Center style="font-size:12px; font-weight: bold;">Quality Assurance & Management</th></tr>';	strPrice6 += '<tr><td colspan=2 background="Images/line_dotted.gif"></td></tr>';	strPrice6 += '<tr><td width=10 align=right valign=top><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT="" vspace="5"></td><td align=left style="font-size:11px; font-color:#000000">Initiate, Review and Analyze Non-Conformance</td></tr>';	strPrice6 += '<tr><td width=10 align=right valign=top><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT="" vspace="5"></td><td align=left style="font-size:11px; font-color:#000000">Recommend, Approve and Complete Disposition</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 Quality Reports</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">Initiate Corrective Action</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">Analyze, Approve and Implement Request</td></tr>';	strPrice6 += '<tr><td width=10 align=right valign=top><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT="" vspace="5"></td><td align=left style="font-size:11px; font-color:#000000">ID Full Product Exposure and Shipped Items</td></tr>';	strPrice6 += '</table>';	strPrice6 += '</DIV>';	return strPrice6;}function DrawQuaAssMai(){  document.write( QuaAssMai() );  document.close();}function OrdFul(){	strPrice7 = '<DIV id=\"OF\"  style=\"position:absolute;visibility:hidden;z-index:2000;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=\"OrdFullMOv();\" onMouseOut=\"OrdFullMOu();\" >';	strPrice7 += '<table width=225 style="line-height:9pt; ">';	strPrice7 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Order Fulfillment</th></tr>';	strPrice7 += '<tr><td colspan=2 background="Images/line_dotted.gif"></td></tr>';	strPrice7 += '<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 Order</td></tr>';	strPrice7 += '<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 and Schedule Ship Date</td></tr>';	strPrice7 += '<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">Send Sales Order Notification</td></tr>';	strPrice7 += '<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 Sales Order Holds</td></tr>';	strPrice7 += '<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">Pick, Prepare and Ship Material</td></tr>';	strPrice7 += '</table>';	strPrice7 += '</DIV>';	return strPrice7;}function DrawOrdFul(){  document.write( OrdFul() );  document.close();}function CosRevMan(){	strPrice8 = '<DIV id=\"CRM\"  style=\"position:absolute;visibility:hidden;z-index:3000; margin-top: 29px; 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=\"CosRevMOv();\" onMouseOut=\"CosRevMOu();\" >';	strPrice8 += '<table width=225 style="line-height:9pt; ">';	strPrice8 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Cost & Revenue Management</th></tr>';	strPrice8 += '<tr><td colspan=2 background="Images/line_dotted.gif"></td></tr>';	strPrice8 += '<tr><td width=10 align=right valign=top><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT="" vspace="5"></td><td align=left style="font-size:11px">Define, Generate, Maintain and Approve Budgets</td></tr>';	strPrice8 += '<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">Supplier Invoice to Payment</td></tr>';	strPrice8 += '<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">Period Close Management</td></tr>';	strPrice8 += '<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">Financial Reporting</td></tr>';	strPrice8 += '</table>';	strPrice8 += '</DIV>';	return strPrice8;}function DrawCosRevMan(){  document.write( CosRevMan() );  document.close();}