//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 AdvMOv() {	var p = document.getElementById("AP");	p.style.visibility = "visible";}function AdvMOu() {	var p = document.getElementById("AP");	p.style.visibility = "hidden";}//Project Resource Managementfunction SouMOv() {	var p = document.getElementById("SP");	p.style.visibility = "visible";}function SouMOu() {	var p = document.getElementById("SP");	p.style.visibility = "hidden";}//Supply Chain Planningfunction DisLeaMOv() {	var p = document.getElementById("DLM");	p.style.visibility = "visible";}function DisLeaMOu() {	var p = document.getElementById("DLM");	p.style.visibility = "hidden";}//Project Procurementfunction QuaAssMOv() {	var p = document.getElementById("QAM");	p.style.visibility = "visible";}function QuaAssMOu() {	var p = document.getElementById("QAM");	p.style.visibility = "hidden";}//Project Manufacturingfunction OrdMOv() {	var p = document.getElementById("OF");	p.style.visibility = "visible";}function OrdMOu() {	var p = document.getElementById("OF");	p.style.visibility = "hidden";}//Project Collaboration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;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 AdvPla(){	strPrice2 = '<DIV id=\"AP\"  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=\"AdvMOv();\" onMouseOut=\"AdvMOu();\" >';	strPrice2 += '<table width=225 style="line-height:9pt; ">';	strPrice2 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Advanced Planning</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">Collect Sales and Order Forecast Data</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">Generate Forecast</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">Collect Supply and Demand Variability</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">Optimize Safety Stock Levels</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">Run and Analyze Production Plan</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">Publish Supply Commitments</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 Schedule</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">Evaluate Performance</td></tr>';	strPrice2 += '</table>';	strPrice2 += '</DIV>';	return strPrice2;}function DrawAdvPla(){  document.write( AdvPla() );  document.close();}function SouPro(){	strPrice3 = '<DIV id=\"SP\"  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=\"SouMOv();\" onMouseOut=\"SouMOu();\" >';	strPrice3 += '<table width=225 style="line-height:9pt; ">';	strPrice3 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Sourcing & Procurement</th></tr>';	strPrice3 += '<tr><td colspan=2 background="Images/line_dotted.gif"></td></tr>';	strPrice3 += '<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>';	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 Requisition and Purchase 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">Receiving, Inspect and Verification</td></tr>';	strPrice3 += '</table>';	strPrice3 += '</DIV>';	return strPrice3;}function DrawSouPro(){  document.write( SouPro() );  document.close();}function DisLeaMan(){	strPrice4 = '<DIV id=\"DLM\"  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=\"DisLeaMOv();\" onMouseOut=\"DisLeaMOu();\" >';	strPrice4 += '<table width=225 style="line-height:9pt; ">';	strPrice4 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Discrete / Lean Manufacturing</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">Schedule to Build – Flow Manufacturing</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">Line Design to Balance Flow Line</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">Schedule Shop Floor</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">Issue Work 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">Issue Material</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">Record Completions</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">Inspect Goods and Move to Stock</td></tr>';	strPrice4 += '</table>';	strPrice4 += '</DIV>';	return strPrice4;}function DrawDisLeaMan(){  document.write( DisLeaMan() );  document.close();}function QuaAssMan(){	strPrice5 = '<DIV id=\"QAM\"  style=\"position:absolute;visibility:hidden;z-index:3000; margin-top: 42px; 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=\"QuaAssMOv();\" onMouseOut=\"QuaAssMOu();\" >';	strPrice5 += '<table width=225 border=\"0\" style="line-height:9pt;">';	strPrice5 += '<tr><th colspan=2 align=Center style="font-size:12px; font-weight: bold;">Quality Assurance & Management</th></tr>';	strPrice5 += '<tr><td colspan=2 background="Images/line_dotted.gif"></td></tr>';	strPrice5 += '<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, Review and Analyze Non-Conformance</td></tr>';	strPrice5 += '<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">Recommend, Approve and Complete Disposition</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">Review Quality Reports</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">Initiate Corrective Action</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">Analyze, Approve and Implement Request</td></tr>';	strPrice5 += '<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">ID Full Product Exposure and Shipped Items</td></tr>';	strPrice5 += '</table>';	strPrice5 += '</DIV>';	return strPrice5;}function DrawQuaAssMan(){  document.write( QuaAssMan() );  document.close();}function OrdFul(){	strPrice6 = '<DIV id=\"OF\"  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=\"OrdMOv();\" onMouseOut=\"OrdMOu();\" >';	strPrice6 += '<table width=225 border=\"0\" style="line-height:9pt;">';	strPrice6 += '<tr><th colspan=2 align=Center style="font-size:12px; font-weight: bold;">Order Fulfillment</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">Manage Customer Order</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">Check ATP and Schedule Ship Date</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">Send Sales Order Notification</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">Manage Sales Order Holds</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">Pick, Prepare and Ship Material</td></tr>';	strPrice6 += '</table>';	strPrice6 += '</DIV>';	return strPrice6;}function DrawOrdFul(){  document.write( OrdFul() );  document.close();}function CosRevMan(){	strPrice7 = '<DIV id=\"CRM\"  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=\"CosRevMOv();\" onMouseOut=\"CosRevMOu();\" >';	strPrice7 += '<table width=225 style="line-height:9pt; ">';	strPrice7 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Cost & Revenue Management</th></tr>';	strPrice7 += '<tr><td colspan=2 background="Images/line_dotted.gif"></td></tr>';	strPrice7 += '<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>';	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">Supplier Invoice to Payment</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">Period Close Management</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">Financial Reporting</td></tr>';	strPrice7 += '</table>';	strPrice7 += '</DIV>';	return strPrice7;}function DrawCosRevMan(){  document.write( CosRevMan() );  document.close();}