//Opportunity Managementfunction CliMOv() {	var p = document.getElementById("CD");	p.style.visibility = "visible";}function CliMOu() {	var p = document.getElementById("CD");	p.style.visibility = "hidden";}//Proposal & Contract Managementfunction OptSupMOv() {	var p = document.getElementById("OSC");	p.style.visibility = "visible";}function OptSupMOu() {	var p = document.getElementById("OSC");	p.style.visibility = "hidden";}//Project Planningfunction DelExeMOv() {	var p = document.getElementById("DES");	p.style.visibility = "visible";}function DelExeMOu() {	var p = document.getElementById("DES");	p.style.visibility = "hidden";}//Project Resource Managementfunction SucManMOv() {	var p = document.getElementById("SMM");	p.style.visibility = "visible";}function SucManMOu() {	var p = document.getElementById("SMM");	p.style.visibility = "hidden";}//Supply Chain Planningfunction DelWorMOv() {	var p = document.getElementById("DWP");	p.style.visibility = "visible";}function DelWorMOu() {	var p = document.getElementById("DWP");	p.style.visibility = "hidden";}var strPrice;var strPrice1;var strPrice2;var strPrice3;var strPrice4;var strPrice5;function CliDea(){	strPrice = '<DIV id=\"CD\"  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=\"CliMOv();\" onMouseOut=\"CliMOu();\" >';	strPrice += '<table width=225 border=\"0\" style="line-height:9pt;">';	strPrice += '<tr><th colspan=2 align=Center style="font-size:12px; font-weight: bold;">Clinching Deal</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">Convert Opportunity to Quote</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 Quote</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">Negotiate and Determine Order Details</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">Maintain Customer information</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">Convert Quote to Order</td></tr>';	strPrice += '</table>';	strPrice += '</DIV>';	return strPrice;}function DrawCliDea(){  document.write( CliDea() );  document.close();}function OptSupCha(){	strPrice1 = '<DIV id=\"OSC\"  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=\"OptSupMOv();\" onMouseOut=\"OptSupMOu();\" >';	strPrice1 += '<table width=225 style="line-height:9pt; ">';	strPrice1 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Optimize Supply Chain</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">Manage and Authorize Requisitions</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">Issue Purchase Orders</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">Receive Materials</td></tr>';	strPrice1 += '</table>';	strPrice1 += '</DIV>';	return strPrice1;}function DrawOptSupCha(){  document.write( OptSupCha() );  document.close();}function DelExeServ(){	strPrice2 = '<DIV id=\"DES\"  style=\"position:absolute;visibility:hidden;z-index:3000; margin-top: 44px; 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=\"DelExeMOv();\" onMouseOut=\"DelExeMOu();\" >';	strPrice2 += '<table width=225 style="line-height:9pt; ">';	strPrice2 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Delivering Exceptional Service</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">Receive Service Contact</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">Validate Customer Records</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">Verify and Enter Service 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">Identify Potential Solution</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">Resolve Service 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">Create Charge Order</td></tr>';	strPrice2 += '</table>';	strPrice2 += '</DIV>';	return strPrice2;}function DrawDelExeServ(){  document.write( DelExeServ() );  document.close();}function SucManMai(){	strPrice3 = '<DIV id=\"SMM\"  style=\"position:absolute;visibility:hidden;z-index:1000; 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=\"SucManMOv();\" onMouseOut=\"SucManMOu();\" >';	strPrice3 += '<table width=225 style="line-height:9pt; ">';	strPrice3 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Successfully Managing Maintenance</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">Create Assets</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 Assets</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">Create and Schedule Preventative Maintenance Activity</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">Generate Preventative Maintenance Work Order</td></tr>';	strPrice3 += '</table>';	strPrice3 += '</DIV>';	return strPrice3;}function DrawSucManMai(){  document.write( SucManMai() );  document.close();}function DelWorPro(){	strPrice4 = '<DIV id=\"DWP\"  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=\"DelWorMOv();\" onMouseOut=\"DelWorMOu();\" >';	strPrice4 += '<table width=225 border=\"0\" style="line-height:9pt;">';	strPrice4 += '<tr><th colspan=2 align=Center style="font-size:12px; font-weight: bold;">Deliver World-Class Projects</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 width="215" align=left style="font-size:11px">Define Policy</td></tr>';	strPrice4 += '<tr><td width=10 align="right"><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width="215" align=left style="font-size:11px">Process Expenditures</td></tr>';	strPrice4 += '<tr><td width=10 align="right"><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width="215" align=left style="font-size:11px">Review Costs</td></tr>';	strPrice4 += '<tr><td width=10 align="right"><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width="215" align=left style="font-size:11px">Process Adjustments</td></tr>';	strPrice4 += '<tr><td width=10 align="right"><IMG SRC="Images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width="215" align=left style="font-size:11px">Revenue Recognition</td></tr>';	strPrice4 += '</table>';	strPrice4 += '</DIV>';	return strPrice4;}function DrawDelWorPro(){  document.write( DelWorPro() );  document.close();}