// JavaScript Document


function newProMOv() {
	var p = document.getElementById("newPro");
	p.style.visibility = "visible";
}

function newProMOu() {
	var p = document.getElementById("newPro");
	p.style.visibility = "hidden";
}

function advPlanMOv() {
	var p = document.getElementById("advPlan");
	p.style.visibility = "visible";
}

function advPlanMOu() {
	var p = document.getElementById("advPlan");
	p.style.visibility = "hidden";
}


function proMOv() {
	var p = document.getElementById("procure");
	p.style.visibility = "visible";
}

function proMOu() {
	var p = document.getElementById("procure");
	p.style.visibility = "hidden";
}

function manufacMOv() {
	var p = document.getElementById("manufac");
	p.style.visibility = "visible";
}

function manufacMOu() {
	var p = document.getElementById("manufac");
	p.style.visibility = "hidden";
}

function qualManMOv() {
	var p = document.getElementById("qualMan");
	p.style.visibility = "visible";
}

function qualManMOu() {
	var p = document.getElementById("qualMan");
	p.style.visibility = "hidden";
}

function shipmentMOv() {
	var p = document.getElementById("shipment");
	p.style.visibility = "visible";
}

function shipmentMOu() {
	var p = document.getElementById("shipment");
	p.style.visibility = "hidden";
}

function salesChanMOv() {
	var p = document.getElementById("saleschan");
	p.style.visibility = "visible";
}

function salesChanMOu() {
	var p = document.getElementById("saleschan");
	p.style.visibility = "hidden";
}

function finManMOv() {
	var p = document.getElementById("finman");
	p.style.visibility = "visible";
}

function finManMOu() {
	var p = document.getElementById("finman");
	p.style.visibility = "hidden";
}

var strPrice;
var strPrice1;
var strPrice2;
var strPrice3;
var strPrice4;
var strPrice5;
var strPrice6;

function chemNewProd()
{
	strPrice = '<DIV id=\"newPro\"  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=\"newProMOv();\" onMouseOut=\"newProMOu();\" >';
	strPrice += '<table width=225 border=\"0\" style="line-height:9pt;">';
	strPrice += '<tr><th colspan=2 align=Center style="font-size:12px; font-weight: bold;">Manage New Products</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=225 align=left style="font-size:11px">Develop and Formulate Product Prototype</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">Determine Product Quality Standards</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">Run and Test Pilot</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">Select Optimum Recipes</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">Define Product Costing</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">Release to Production</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">Assign Effective Date of Use</td></tr>';
	strPrice += '</table>';
	strPrice += '</DIV>';
	return strPrice;
}

function DrawchemNewProd()
{
  document.write(chemNewProd());
  document.close();
}


function advPlan()
{
	strPrice1 = '<DIV id=\"advPlan\"  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=\"advPlanMOv();\" onMouseOut=\"advPlanMOu();\" >';
	strPrice1 += '<table width=225 style="line-height:9pt; ">';
	strPrice1 += '<tr><th colspan=2 align=center style="font-size:12px; font-weight: bold;">Advanced Planning</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=200 align=left style="font-size:11px">Collaborative 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">Collect Sales and Order Forecast Data</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">Generate Forecast</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">Optimize Safety Stock Levels</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">Run and Analyze Production Plan</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">Publish Supply Commitments</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">Release Schedule</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">Replenishment</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">Evaluate Performance</td></tr>';
	strPrice1 += '</table>';
	strPrice1 += '</DIV>';
	return strPrice1;
}

function DrawadvPlan()
{
  document.write(advPlan());
  document.close();
}

function procure()
{
	strPrice2 = '<DIV id=\"procure\"  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=\"proMOv();\" onMouseOut=\"proMOu();\" >';
	strPrice2 += '<table width=225 border=\"0\" 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=180 align=left style="font-size:11px; font-color:#000000">Analyze Sourcing Requirements</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=180 align=left style="font-size:11px; font-color:#000000">Determine Item Requirements</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=180 align=left style="font-size:11px; font-color:#000000">Select Suppliers and Define Rules</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=180 align=left style="font-size:11px; font-color:#000000">Publish Negotiations</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=180 align=left style="font-size:11px; font-color:#000000">Evaluate and Award Responses</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=180 align=left style="font-size:11px; font-color:#000000">Finalize Legal Contract</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=180 align=left style="font-size:11px; font-color:#000000">Requisition to Receipt</td></tr>';
	strPrice2 += '<tr><td width=10 align=right></td><td width=180><table width="200" border="0" cellpadding="0" cellspacing="0"><tr><td width="9" align=right><IMG SRC="Images/square_bullet_gray.gif" WIDTH="2" HEIGHT="2" BORDER="0"></td><td width="191" align=left style="font-size:10px; color:#333333;">&nbsp;Manage Requisition</td></tr>';
	strPrice2 += '<tr><td width="9" align=right><IMG SRC="Images/square_bullet_gray.gif" WIDTH="2" HEIGHT="2" BORDER="0"></td><td width="191" align=left style="font-size:10px; color:#333333;">&nbsp;Issue Purchase Orders</td></tr>';
	strPrice2 += '<tr><td width="9" align=right><IMG SRC="Images/square_bullet_gray.gif" WIDTH="2" HEIGHT="2" BORDER="0"></td><td width="191" align=left style="font-size:10px; color:#333333;">&nbsp;Receive Material</td></tr>';
	strPrice2 += '<tr><td width="9" align=right><IMG SRC="Images/square_bullet_gray.gif" WIDTH="2" HEIGHT="2" BORDER="0"></td><td width="191" align=left style="font-size:10px; color:#333333;">&nbsp;Inspect Material</td></tr>';
	strPrice2 += '</table></td></tr>';
	strPrice2 += '</table>';
	strPrice2 += '</DIV>';
	return strPrice2;
}

function Drawprocure()
{
  document.write(procure());
  document.close();
}


function manufact()
{
	strPrice3 = '<DIV id=\"manufac\"  style=\"position:absolute;visibility:hidden;z-index:3000; 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: 9px;BORDER-BOTTOM: #9b9b9b 2px solid; BACKGROUND-COLOR: #f8f7f7;\" onMouseOver=\"manufacMOv();\" onMouseOut=\"manufacMOu();\" >';
	strPrice3 += '<table width=225 border=\"0\" style=\"line-height:9pt; \">';
	strPrice3 += '<tr><th colspan=2 align=center style=\"font-size:12px; font-weight: bold;\">Manufacturing</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=210 align=left style="font-size:11px">Create Production Batch</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=210 align=left style="font-size:11px">Allocate Ingredients to Batches</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=210 align=left style="font-size:11px">Release Production Batch</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=210 align=left style="font-size:11px">Issue Ingredients to Production Batches</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=210 align=left style="font-size:11px">Manage Production Batches</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=210 align=left style="font-size:11px">Record Material Usage</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=210 align=left style="font-size:11px">Record Material Production</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=210 align=left style="font-size:11px">Record Resource Usage</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=210 align=left style="font-size:11px">Sample for QA</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=210 align=left style="font-size:11px">Complete Production Batch</td></tr>';
	strPrice3 += '</table>';
	strPrice3 += '</DIV>';
	return strPrice3;
}

function Drawmanufact()
{
  document.write(manufact());
  document.close();
}

function quaMan()
{
	strPrice4 = '<DIV id=\"qualMan\"  style=\"position:absolute;visibility:hidden;z-index:3000; 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: 9px;BORDER-BOTTOM: #9b9b9b 2px solid; BACKGROUND-COLOR: #f8f7f7;\" onMouseOver=\"qualManMOv();\" onMouseOut=\"qualManMOu();\" >';
	strPrice4 += '<table width=225 border=\"0\" style=\"line-height:9pt; \">';
	strPrice4 += '<tr><th colspan=2 align=center style=\"font-size:12px; font-weight: bold;\">Quality 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 width=220 align=left style="font-size:11px">Initiate, Review and Analyze Test Results</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=220 align=left style="font-size:11px">Take Disposition Action</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=220 align=left style="font-size:11px">Disposal of Lot or Batch</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=220 align=left style="font-size:11px">Perform Corrective Action</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=220 align=left style="font-size:11px">Report & Maintain Quality Results</td></tr>';
	strPrice4 += '</table>';
	strPrice4 += '</DIV>';
	return strPrice4;
}

function DrawquaMan()
{
  document.write(quaMan());
  document.close();
}


function shipment()
{
	strPrice4 = '<DIV id=\"shipment\"  style=\"position:absolute;visibility:hidden;z-index:3000; 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: 9px;BORDER-BOTTOM: #9b9b9b 2px solid; BACKGROUND-COLOR: #f8f7f7;\" onMouseOver=\"shipmentMOv();\" onMouseOut=\"shipmentMOu();\" >';
	strPrice4 += '<table width=225 border=\"0\" style=\"line-height:9pt; \">';
	strPrice4 += '<tr><th colspan=2 align=center style=\"font-size:12px; font-weight: bold;\">Shipments</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=190 align=left style="font-size:11px">Manage Customer Order</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=190 align=left style="font-size:11px">Check ATP and Schedule Ship Date</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=190 align=left style="font-size:11px">Send Sales Order Notification</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=190 align=left style="font-size:11px">Manage Sales Order Holds</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=190 align=left style="font-size:11px">Pick, Prepare and Ship Material</td></tr>';
	strPrice4 += '</table>';
	strPrice4 += '</DIV>';
	return strPrice4;
}

function Drawshipment()
{
  document.write(shipment());
  document.close();
}

function salesChan()
{
	strPrice5 = '<DIV id=\"saleschan\"  style=\"position:absolute;visibility:hidden;z-index:3000; 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: 9px;BORDER-BOTTOM: #9b9b9b 2px solid; BACKGROUND-COLOR: #f8f7f7;\" onMouseOver=\"salesChanMOv();\" onMouseOut=\"salesChanMOu();\" >';
	strPrice5 += '<table width=225 border=\"0\" style=\"line-height:9pt; \">';
	strPrice5 += '<tr><th colspan=2 align=center style=\"font-size:12px; font-weight: bold;\">Sales & Channel Management</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 width=225 align=left style="font-size:11px">Promotion Planning</td></tr>';
	strPrice5 += '<tr><td width=10 align=right><IMG SRC="images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width=225 align=left style="font-size:11px">Create and Extend Promotion Offer</td></tr>';
	strPrice5 += '<tr><td width=10 align=right><IMG SRC="images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width=225 align=left style="font-size:11px">Manage Customer Orders for Promotions</td></tr>';
	strPrice5 += '<tr><td width=10 align=right><IMG SRC="images/square_bullet.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></td><td width=225 align=left style="font-size:11px">Evaluate Promotion Effectiveness</td></tr>';
	strPrice5 += '</table>';
	strPrice5 += '</DIV>';
	return strPrice5;
}

function DrawsalesChan()
{
  document.write(salesChan());
  document.close();
}

function finMan()
{
	strPrice6 = '<DIV id=\"finman\"  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=\"finManMOv();\" onMouseOut=\"finManMOu();\" >';
	strPrice6 += '<table width=225 border=\"0\" style=\"line-height:9pt; \">';
	strPrice6 += '<tr><th colspan=2 align=center style=\"font-size:12px; font-weight: bold; line-height:12pt; \">Financials - Costs & Revenue 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">Define and Allocate Budgets</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">Receive Payments from Customers</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">Release Payments to Suppliers</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">Close Financial Period</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">Review Daily Business Intelligence Reports</td></tr>';
	strPrice6 += '</table>';
	strPrice6 += '</DIV>';
	return strPrice6;
}

function DrawfinMan()
{
  document.write(finMan());
  document.close();
}