//Sales and Contractsfunction SalMOv() {	var p = document.getElementById("SC");	p.style.visibility = "visible";}function SalMOu() {	var p = document.getElementById("SC");	p.style.visibility = "hidden";}//Supply Chain Management function SupChaMOv() {	var p = document.getElementById("SCM");	p.style.visibility = "visible";}function SupChaMOu() {	var p = document.getElementById("SCM");	p.style.visibility = "hidden";}//Service Operationsfunction SerMOv() {	var p = document.getElementById("SO");	p.style.visibility = "visible";}function SerMOu() {	var p = document.getElementById("SO");	p.style.visibility = "hidden";}//Maintenancefunction MaiMOv() {	var p = document.getElementById("MA");	p.style.visibility = "visible";}function MaiMOu() {	var p = document.getElementById("MA");	p.style.visibility = "hidden";}//Financialsfunction FinMOv() {	var p = document.getElementById("FI");	p.style.visibility = "visible";}function FinMOu() {	var p = document.getElementById("FI");	p.style.visibility = "hidden";}var strPrice;var strPrice1;var strPrice2;var strPrice3;var strPrice4;function SalCon(){	strPrice = '<DIV id=\"SC\"  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 & Contracts</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 width=180 align=left style="font-size:11px">Lead to Opportunity Management</td></tr>';	strPrice += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width=180 align=left style="font-size:11px">Opportunity to Contract Management</td></tr>';	strPrice += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width=180 align=left style="font-size:11px">Change or Terminate Contract</td></tr>';	strPrice += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width=180 align=left style="font-size:11px">Expiring Contract to Renewal</td></tr>';	strPrice += '<tr><td width=10 align=right><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width=180 align=left style="font-size:11px">Opportunity to Forecast Management</td></tr>';	strPrice += '</table>';	strPrice += '</DIV>';	return strPrice;}function DrawSalCon(){  document.write( SalCon() );  document.close();}function SupChaMan(){	strPrice1 = '<DIV id=\"SCM\"  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=\"SupChaMOv();\" onMouseOut=\"SupChaMOu();\" >';	strPrice1 += '<table width=225 style="line-height:9pt; ">';	strPrice1 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Supply Chain 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">Requisition to Receipt</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">Forecast To Plan</td></tr>';	strPrice1 += '</table>';	strPrice1 += '</DIV>';	return strPrice1;}function DrawSupChaMan(){  document.write( SupChaMan() );  document.close();}function SerOpe(){	strPrice2 = '<DIV id=\"SO\"  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();\" >';	strPrice2 += '<table width=225 style="line-height:9pt; ">';	strPrice2 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Service Operations</th></tr>';	strPrice2 += '<tr><td colspan=2 background="Images/line_dotted.gif"></td></tr>';	strPrice2 += '<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">Service Request to Resolution for Tele or Web Service</td></tr>';	strPrice2 += '<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 width=240 align=left style="font-size:11px">Registration to User Access for Self Support</td></tr>';	strPrice2 += '<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 width=240 align=left style="font-size:11px">Maintain Account to Personalize Home Page</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">Web Service Request to Escalation</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">Service Entitlement to Dispatch</td></tr>';	strPrice2 += '</table>';	strPrice2 += '</DIV>';	return strPrice2;}function DrawSerOpe(){  document.write( SerOpe() );  document.close();}function Mai(){	strPrice3 = '<DIV id=\"MA\"  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=\"MaiMOv();\" onMouseOut=\"MaiMOu();\" >';	strPrice3 += '<table width=225 style="line-height:9pt; ">';	strPrice3 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Maintenance</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">Unplanned or Planned Work to Maintain Asset</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">Asset Purchase to Maintenance Plan Management </td></tr>';	strPrice3 += '</table>';	strPrice3 += '</DIV>';	return strPrice3;}function DrawMai(){  document.write( Mai() );  document.close();}function Finance(){	strPrice4 = '<DIV id=\"FI\"  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=\"FinMOv();\" onMouseOut=\"FinMOu();\" >';	strPrice4 += '<table width=225 style="line-height:9pt; ">';	strPrice4 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold; line-height:12pt;">Financials - Costs & Revenue 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">Define and Allocate Budgets</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">Receive Payments from Customers</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">Self-service Expense to Invoice</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">Payments to Suppliers</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">Close Financial Period</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">Review Daily Business Intelligence Reports</td></tr>';	strPrice4 += '</table>';	strPrice4 += '</DIV>';	return strPrice4;}function DrawFinance(){  document.write( Finance() );  document.close();}