// JavaScript Document


function hppayMOv() {
	var p = document.getElementById("hppay");
	p.style.visibility = "visible";
}

function hppayMOu() {
	var p = document.getElementById("hppay");
	p.style.visibility = "hidden";
}

function supchamanMOv() {
	var p = document.getElementById("supchaman");
	p.style.visibility = "visible";
}

function supchamanMOu() {
	var p = document.getElementById("supchaman");
	p.style.visibility = "hidden";
}


function serdelMOv() {
	var p = document.getElementById("serdel");
	p.style.visibility = "visible";
}

function serdelMOu() {
	var p = document.getElementById("serdel");
	p.style.visibility = "hidden";
}

function projMOu() {
	var p = document.getElementById("proj");
	p.style.visibility = "hidden";
}

function projMOv() {
	var p = document.getElementById("proj");
	p.style.visibility = "visible";
}

function finMOu() {
	var p = document.getElementById("fin");
	p.style.visibility = "hidden";
}

function finMOv() {
	var p = document.getElementById("fin");
	p.style.visibility = "visible";
}

var strPrice;
var strPrice1;
var strPrice2;
var strPrice3;
var strPrice4;


function hp_pay()
{
	strPrice = '<DIV id=\"hppay\" 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=\"hppayMOv();\" onMouseOut=\"hppayMOu();\" >';
	strPrice += '<table width=225 border=\"0\" style="line-height:9pt;">';
	strPrice += '<tr><th colspan=2 align=Center style="font-size:12px; font-weight: bold;">HR and Payroll</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">Self-service Recruiting</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">Benefits 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 align=left style="font-size:11px">Remuneration and Compensation</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">Terminations</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">Time Monitor</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">Payroll Management</td></tr>';
	strPrice += '</table>';
	strPrice += '</DIV>';
	return strPrice;
}

function Drawhp_pay()
{
  document.write(hp_pay());
  document.close();
}


function sup_cha_man()
{
	strPrice1 = '<DIV id=\"supchaman\" 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=\"supchamanMOv();\" onMouseOut=\"supchamanMOu();\" >';
	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="215" align=left style="font-size:11px">Sourcing</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="215" align=left style="font-size:11px">Requisition Management</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="215" align=left style="font-size:11px">Purchasing</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="215" align=left style="font-size:11px">Vendor Management</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="215" align=left style="font-size:11px">Approvals and Receiving</td></tr>';
	strPrice1 += '</table>';
	strPrice1 += '</DIV>';
	return strPrice1;
}

function Drawsup_cha_man()
{
  document.write(sup_cha_man());
  document.close();
}

function ser_del()
{
	strPrice2 = '<DIV id=\"serdel\"  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=\"serdelMOv();\" onMouseOut=\"serdelMOu();\" >';
	strPrice2 += '<table width=225 border=\"0\" style=\"line-height:9pt; \">';
	strPrice2 += '<tr><th colspan=2 align=center style=\"font-size:12px; font-weight: bold;\">Service Delivery</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 align=left style="font-size:11px">Citizen Call Management</td></tr>';
	strPrice2 += '<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">Secure Citizen Web Access</td></tr>';
	strPrice2 += '<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">User Registration</td></tr>';
	strPrice2 += '<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 Transfers</td></tr>';
	strPrice2 += '</table>';
	strPrice2 += '</DIV>';
	return strPrice2;
}

function Drawser_del()
{
  document.write(ser_del());
  document.close();
}


function proj()
{
	strPrice3 = '<DIV id=\"proj\"  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=\"projMOv();\" onMouseOut=\"projMOu();\" >';
	strPrice3 += '<table width=225 border=\"0\" style=\"line-height:9pt; \">';
	strPrice3 += '<tr><th colspan=2 align=center style=\"font-size:12px; font-weight: bold;\">Projects</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">Project Management</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">Project Budgeting</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">Grants-based Project Funding</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">Resourcing</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">Time Collection</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">Review and Analysis</td></tr>';
	strPrice3 += '</table>';
	strPrice3 += '</DIV>';
	return strPrice3;
}

function Drawproj()
{
  document.write(proj());
  document.close();
}

function fin()
{
	strPrice4 = '<DIV id=\"fin\"  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=\"finMOv();\" onMouseOut=\"finMOu();\" >';
	strPrice4 += '<table width=225 border=\"0\" style=\"line-height:9pt; \">';
	strPrice4 += '<tr><th colspan=2 align=center style=\"font-size:12px; font-weight: bold;\">Financials</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">Accounting</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">Internet Expense Management</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">Financial Analysis and Reporting</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">Grant Management</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">Period End Close</td></tr>';
	strPrice4 += '</table>';
	strPrice4 += '</DIV>';
	return strPrice4;
}

function Drawfin()
{
  document.write(fin());
  document.close();
}
