//Opportunity Management

function SalMOv() {
	var p = document.getElementById("SA");
	p.style.visibility = "visible";
}

function SalMOu() {
	var p = document.getElementById("SA");
	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 ProcMOv() {
	var p = document.getElementById("PR");
	p.style.visibility = "visible";
}

function ProcMOu() {
	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 ServMOv() {
	var p = document.getElementById("SR");
	p.style.visibility = "visible";
}

function ServMOu() {
	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 Sales()
{
	strPrice = '<DIV id=\"SA\"  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">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">Present and Negotiate 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">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">Quote to Order</td></tr>';
	strPrice += '</table>';
	strPrice += '</DIV>';
	return strPrice;
}

function DrawSales()
{
  document.write( Sales() );
  document.close();
}


function InvMan()
{
	strPrice1 = '<DIV id=\"IM\"  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=\"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;">Inventory 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">Inventory Planning Policies</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">Min-Max 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 width=190 align=left style="font-size:11px">Inventory Recquisition</td></tr>';
	strPrice1 += '</table>';
	strPrice1 += '</DIV>';
	return strPrice1;
}

function DrawInvMan()
{
  document.write( InvMan() );
  document.close();
}

function Procurement()
{
	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=\"ProcMOv();\" onMouseOut=\"ProcMOu();\" >';
	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 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 DrawProcurement()
{
  document.write( Procurement() );
  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 width=240 align=left style="font-size:11px">Manage Customer 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 width=240 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 width=240 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 width=240 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 Service()
{
	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=\"ServMOv();\" onMouseOut=\"ServMOu();\" >';
	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 DrawService()
{
  document.write( Service() );
  document.close();
}

function FinMan()
{
	strPrice6 = '<DIV id=\"FM\"  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=\"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();
}
