moneypower.com - information about domain
- Server Status: available
- Server IP: 68.142.213.151
- Server Response Time: 456ms
Site title
Moneypower International
Alexa information
Alexa rank: 10,342,803
Rank Trend

Bounce Trend

DNS Information
| Host: |
Class: |
Type: |
IP: |
TTL: |
Target: |
Other: |
| moneypower.com |
IN |
NS |
|
11025 |
yns1.yahoo.com |
|
| moneypower.com |
IN |
NS |
|
11025 |
yns2.yahoo.com |
|
Server Location
Site source
Show / hide source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Moneypower International</title>
<link href="css.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28660745-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
<!--
function dropdown(mySel)
{
var myWin, myVal;
myVal = mySel.options[mySel.selectedIndex].value;
if(myVal)
{
if(mySel.form.target)myWin = parent[mySel.form.target];
else myWin = window;
if (! myWin) return true;
myWin.location = myVal;
}
return false;
}
//-->
</script>
<style type="text/css">
.Link a:link, .Link a:visited{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #006;
padding-right: 10px;
padding-bottom: 50px;
text-align: right;
}
.FootLinks a:link, .FootLinks a:visited{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFF;
text-decoration: none;
}
</style>
<body><body bgcolor="#FFFFFF">
<!-- START of freefind onpage results html -->
<!-- position these div's right after your body tag -->
<!-- FreeFind on-page results divs -->
<div id="ffresult_win" style=" z-index:1; padding: 20px 0 16px 0; margin:0px; width:538px; height:728px; border:none; display:none; position:absolute; top:0px; left:0px;">
<div id="ffresult_bar" onmousedown="ffresults.drag(event,false)" style="cursor: move; z-index:5; position:absolute; top:0px; left:0px; background-color:maroon; padding:0; text-align: right; width:100%; height:20px; display:block; border:solid; border-width: 1px; border-bottom: 0px; border-color:maroon;">
<a id="ffrclose" style="z-index:6; font-family: arial, verdana, sans-serif; font-size:8pt; color:white; " href="javascript:ffresults.hide()">Close window [X]</a>
</div>
<div id="ffresult_2" style="z-index:7; position: relative; height: 100%; background-color:white; display:block;">
<div id="ffresult_cvr" style="z-index:0; position:absolute; top:0px; left:0px; display:block; width:100%; height:100%;">
</div>
<iframe id="ffresult_ifr" name="ffresult_frame" style="z-index:1; position:absolute; top:0px; left:0px; border:solid; border-width: 0px 1px 0px 1px; border-color:gray;" src="" width="100%" height="100%" scrolling="auto" frameborder="0">
</iframe>
</div>
<div id="ffresult_btm" style=" position:absolute; bottom:-1; left:0px; border:solid; border-color:gray; border-width: 1px; border-top: 0px; display: block; z-index:18; background-color:#d0d0d0; width:100%; height:16px; " >
<div id="ffresult_sbx" onmousedown="ffresults.drag(event,true);" style="cursor: se-resize; float:right; border:none; border-color:gray; border-width: 0px; width:16px; height:16px; "><img style="" id="ffresult_szimg" height=16 width=16 border=0 src="" alt=""></div>
</div>
</div>
<!-- FreeFind on-page results handler -->
<script type="text/javascript">
var aImages = [ "images/m.banner1.jpg",
"images/m.banner2.jpg",
"images/m.banner3.jpg"];
var oImage = null;
var iIdx = 0;
function play(){
try{
//look only once in DOM and cache it
if(oImage===null){
oImage = window.document.getElementById("moneybanners");
}
oImage.src = aImages[(++iIdx)%(aImages.length)];
setTimeout('play()',5000);
}catch(oEx){
//some error handling here
}
} <!--
var ffresults = {
// copyright 2008 - 2012 FreeFind.com - authorized for use with the FreeFind service only
// Start of config settings
autoPos : true, // automatic initial window position / size.
// if autoPos if false, the following four numbers are used as initial window position and size
initialX : 78, // left position (pixels)
initialY : 66, // right position (pixels)
initialH : 395, // height of window
initialW : 622, // width of window
// choose a number for z-index that is high enough so the results window appears above other windows on your page
initialZ : 10000000, // initial z-index of the results window
// the following value controls the color of the window's drag bar (top area of window)
barColor : 'navy',
// end of config settings
element : undefined,
cover : undefined,
mouseDownX : 0,
mouseDownY : 0,
objectX : 0,
objectY : 0,
objectH : 0,
objectW : 0,
ipos : false,
resize : false,
sizeImageUrl : 'http://search.freefind.com/img/rsize.gif',
selectFunc : undefined,
selectState : undefined,
mozSelect : undefined,
noSelect : function()
{
var obj = document.body;
ffresults.selectFunc = obj.onselectstart;
ffresults.selectState = obj.unselectable;
ffresults.mozSelect = obj.style.MozUserSelect;
obj.onselectstart = function(){ return false; };
obj.unselectable = 'on';
obj.style.MozUserSelect = 'none';
},
restoreSelect : function()
{
var obj = document.body;
obj.onselectstart = ffresults.selectFunc;
obj.unselectable = ffresults.selectState;
obj.style.MozUserSelect = ffresults.mozSelect;
},
drag : function (e,size)
{
if(!document.getElementById) return;
if(!e) e = window.event;
var targ = e.target || e.srcElement;
ffresults.resize = size;
if(targ.id != 'ffresult_bar' && targ.id != 'ffresult_szimg') return true;
ffresults.noSelect();
ffresults.element = document.getElementById('ffresult_win');
ffresults.objectX = parseInt(ffresults.element.style.left,10);
ffresults.objectY = parseInt(ffresults.element.style.top,10);
ffresults.objectH = parseInt(ffresults.element.style.height,10);
ffresults.objectW = parseInt(ffresults.element.style.width,10);
ffresults.cover = document.getElementById('ffresult_cvr');
ffresults.cover.style.zIndex = '40';
ffresults.mouseDownX = e.clientX;
ffresults.mouseDownY = e.clientY;
if(e.preventDefault) e.preventDefault();
e.returnValue = false;
e.cancelBubble = true;
ffresults.attach(document,"mouseup",ffresults.drop);
ffresults.attach(document,"mousemove",ffresults.move);
},
attach : function(to,eventname,func)
{
if(to.addEventListener)
to.addEventListener(eventname,func,false);
else
to.attachEvent("on" + eventname,func);
},
detach : function(to,eventname,func)
{
if(to.removeEventListener)
to.removeEventListener(eventname,func,false);
else
to.detachEvent("on" + eventname,func);
},
drop : function(e)
{
ffresults.detach(document,"mouseup",ffresults.drop);
ffresults.detach(document,"mousemove",ffresults.move);
ffresults.cover.style.zIndex = 0;
ffresults.element = null;
ffresults.restoreSelect();
},
move: function(e)
{
if(!e) e = window.event;
e.returnValue = false;
e.cancelBubble = true;
if(e.preventDefault) e.preventDefault();
var x = e.clientX;
var y = e.clientY;
if(ffresults.resize)
{
var winW = ffresults.objectW + x - ffresults.mouseDownX;
var winH = ffresults.objectH + y - ffresults.mouseDownY;
if(winH < 128) winH = 128;
if(winW < 128) winW = 128;
ffresults.element.style.width = winW + "px";
ffresults.element.style.height = winH + "px";
}
else
{
var left = ffresults.objectX + x - ffresults.mouseDownX;
var top = ffresults.objectY + y - ffresults.mouseDownY;
ffresults.element.style.left = left + "px";
ffresults.element.style.top = top + "px";
}
},
hide : function()
{
var rStyle = document.getElementById('ffresult_win').style;
rStyle.display = "none";
rStyle.zIndex = 0;
var ifr = document.getElementById('ffresult_ifr');
if(ifr) ifr.src="";
var szImg = document.getElementById('ffresult_szimg');
if(szImg) szImg.src = "";
},
show : function(num)
{
if(!document.getElementById) return;
var searchForm = document.getElementById('ffresult_sbox'+num);
var idxLink = document.getElementById('ffresult_idx'+num);
var smpLink = document.getElementById('ffresult_smp'+num);
var advLink = document.getElementById('ffresult_adv'+num);
if(searchForm) searchForm.target = 'ffresult_frame';
if(idxLink) idxLink.target = 'ffresult_frame';
if(smpLink) smpLink.target = 'ffresult_frame';
if(advLink) advLink.target = 'ffresult_frame';
var rDiv = document.getElementById('ffresult_win');
if(!ffresults.ipos)
{
if(ffresults.autoPos)
{
ffresults.computePos(rDiv);
}
else
{
rDiv.style.top = ffresults.initialY + 'px';
rDiv.style.left = ffresults.initialX + 'px';
rDiv.style.width = ffresults.initialW + 'px';
rDiv.style.height = (ffresults.initialH - 36) + 'px';
}
ffresults.ipos = true;
}
var szImg = document.getElementById('ffresult_szimg');
if(szImg) szImg.src = ffresults.sizeImageUrl;
var dragBar = document.getElementById('ffresult_bar');
if(dragBar)
{
dragBar.style.backgroundColor = ffresults.barColor;
dragBar.style.borderColor = ffresults.barColor;
}
rDiv.style.zIndex = ffresults.initialZ;
rDiv.style.display = "block";
},
computePos : function(rDiv)
{
var view = ffresults.viewSize();
var w = parseInt(view.width * 0.75,10);
var h = parseInt(view.height * 0.75,10);
if(w < 220) w = 220;
if(h < 220) h = 220;
var left = parseInt((view.width - w ) / 2,10);
var top = parseInt((view.height - (h + 36)) / 2,10);
if(left < 0) left = 0;
if(top < 0) top = 0;
rDiv.style.top = (top + view.scrollY) + 'px';
rDiv.style.left = (left + view.scrollX) + 'px';
rDiv.style.width = w + 'px';
rDiv.style.height = h + 'px';
},
viewSize : function()
{
var w = 0;
var h = 0;
var sx = 0;
var sy = 0;
if(window.innerWidth)
{ // non-ie
w = window.innerWidth;
h = window.innerHeight;
sx = window.pageXOffset;
sy = window.pageYOffset;
}
else
{
var elem;
if(document.documentElement && document.documentElement.clientWidth != 0)
{ // ie strict
elem = document.documentElement;
}
else
{ // ie quirks
elem = document.body;
}
w = elem.clientWidth;
h = elem.clientHeight;
sx = elem.scrollLeft;
sy = elem.scrollTop;
}
return {width: w,height: h, scrollX: sx, scrollY: sy};
}
};
//-->
</script>
<!-- END of freefind onpage results html -->
<div id="Language">
<div id="Main">
<p>MONEYPOWER INTERNATIONAL</p>
</div>
<div id="Logo"><img src="images/logo.gif" width="165" height="84" /></div>
<div id="Flags"><FORM
ACTION="../cgi-bin/redirect.pl"
METHOD=POST onSubmit="return dropdown(this.gourl)">
<SELECT NAME="gourl">
<OPTION VALUE="">Select Language
<OPTION VALUE="index-ge.html" >Deutsch</OPTION>
<OPTION VALUE="index.html">English</OPTION>
<OPTION VALUE="index-sp.html">Español</OPTION>
<OPTION VALUE="index-fr.html">Français</OPTION>
<OPTION VALUE="index-it.html" >Italiano</OPTION>
<OPTION VALUE="index-por.html" >Português</OPTION>
</SELECT>
<INPUT TYPE=SUBMIT VALUE="Go"> <img src="images/uk.gif" /> <img src="images/us.gif" /> <img src="images/ca.gif" /></FORM></div>
<div id="Navigation">
<ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="index.html">Home</a></li>
<li><a class="MenuBarItemSubmenu" href="about.html">About</a>
<ul>
<li><a href="us.html">Executive Advisory Board</a></li>
<li><a href="us.html">Project Directors</a></li>
<li><a href="us.html">Practitioners</a></li>
<li><a href="careers.html">Careers</a></li>
</ul>
</li>
<li><a href="mission.html">Mission</a></li>
<li><a class="MenuBarItemSubmenu" href="services.html">Services</a>
<ul>
<li><a href="diagnostic.html">Diagnostic Review</a> </li>
<li><a href="benchmarking.html">Benchmarking</a></li>
<li><a href="implementation.html">Implementation and Educational Programs</a></li>
<li><a href="discontinuation.html">Business Discontinuation Services</a></li>
</ul>
</li>
<li><a href="credentials.html" class="MenuBarItemSubmenu">Credentials</a>
<ul>
<li><a href="endorsements.html">Client Endorsements</a></li>
<li><a href="clients.html">Partial Client List</a></li>
<li><a href="experience.html">Industrial and Territorial Experience</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a> </li>
</ul>
</div>
<br />
<div id="Search"><table border=0 align="right" cellpadding=0 cellspacing=0 >
<tr>
<td style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;" align=right>
<!-- start of freefind search box html -->
<table cellpadding=0 cellspacing=0 border=0 >
<tr>
<td style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;">
<center><table width="90%" cellpadding=0 cellspacing=0 border=0>
<tr style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;">
</tr>
</table></center>
<!-- start of freefind search box html -->
<form id="ffresult_sbox1" style="margin:0px; margin-top:4px;" action="http://search.freefind.com/find.html" method="get" accept-charset="utf-8" onsubmit="ffresults.show(1);">
<input type="hidden" name="si" value="79818820">
<input type="hidden" name="pid" value="r">
<input type="hidden" name="n" value="0">
<input type="hidden" name="_charset_" value="">
<input type="hidden" name="bcd" value="÷">
<input type="hidden" name="sbv" value="j1">
<input type="text" name="query" size="15">
<input type="submit" value="search">
</form>
</td>
</tr>
<tr>
</tr>
</table>
<!-- end of freefind search box html -->
<center><body onload="play()">
<img id="moneybanners"></center>
<br />
<table width="975" border="0" align="center">
<table width="975" border="0" align="center">
<tr>
<td width="200" bgcolor="#666666" height="25"><div align="center" class="FeatureHeader">FEATURED ARTICLE</div></td>
<td colspan="2" rowspan="2" valign=top><table width="769" height="195" border="0">
<tr>
<td width="378" valign="top"><center><img src="images/h.about.jpg" width="355" height="125" />
<p></p>
</center>
<p></p>
<p class="MainHeaders">ABOUT US</p>
<p class="MainBody">Moneypower International is a boutique consultancy specializing in helping Clients increase cash generation on a permanent and sustainable basis by focusing on working capital reduction... </p>
<div align="right"><span class="Link"><a href="about.html" class="Link">Learn More</a></span></div></td>
<td width="377"><center><img src="images/h.services.jpg" width="355" height="125" /></center>
<p class="MainHeaders">SERVICES</p>
<p class="MainBody">Our services flow through a time-tested approach developed and perfected over three decades. They normally begin with a diagnostic review of all aspects of the A/R & A/P operation. This review specifies and quantifies the cash generation available, what steps are required to achieve it, the specific time-frame and the degree to which the Client has the internal resources to make the necessary changes... </p>
<div align="right"><span class="Link"><a href="services.html" class="Link">Learn More</a></span></div></td>
</tr>
<tr>
<td>
<center><img src="images/h.cred.jpg" width="355" height="125" /></center>
</center>
<p class="MainHeaders">CREDENTIALS</p>
<p class="MainBody">Over more than three decades Moneypower has assisted some 700 Clients generate in excess of $35 Billion on a permanent and sustainable basis. In turn, this has optimized EBITA and enhanced the Clients' customer and supplier relationships. Optimum A/R & A/P management and performance increases sales and safeguards the Client's treasury...</p>
<div align="right"><span class="Link"><a href="credentials.html">Learn More</a></td>
<td> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td rowspan="3" bgcolor="#CCCCCC" valign=top><p class="TC1Header">Average Terms: <em>Knowing How Long it Takes Your Customers to Pay Is Not Enough</em></p>
<p align="right" class="Article">By Michael Van Luven <br />
Vice President and <br />
Senior Project Director </p>
<p class="TC1Body">While metrics such as EDSO, or even DSO, are useful gauges of receivables performance trends, they only present one aspect of a complex environment. Knowing how long, on average, customers are taking to settle their invoices is quite useful. However, this statistic is most relevant when it is compared with the average amount of time that they have been granted to pay. Clearly, for a comparison of credit period taken to credit period granted to be relevant identical data sources or samples must be compared. </p>
<div align="right">
<p class="Link"><a href="article.html" class="Link">Full Article</a></p>
</div></td>
</tr>
</table>
<table width="975" border="0" align="center">
<tr>
<td bgcolor="#272e64" class="Foot" align=right><span class="FootLinks"><a href="index.html" class="FootLinks">Home</a></span> | <span class="FootLinks"><a href="about.html">About</a></span> | <span class="FootLinks"><a href="mission.html">Mission</a></span> | <span class="FootLinks"><a href="services.html">Services</a></span> | <span class="FootLinks"><a href="credentials.html">Credentials</a></span> | <span class="FootLinks"><a href="contact.html">Contact</a></span></td>
</tr>
</table>
<tr>
<td bgcolor="#FFFFFF" class="Footer"><div class="BtmCop" id="Copy">Copyright © 2012 Moneypower International. All rights reserved. <span class="Link"><a href="usage.html">Terms of Use</a></span> | <span class="Link"><a href="privacy.html">Privacy Policy</a></span></div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
</html>
<!-- text below generated by server. PLEASE REMOVE --><!-- Counter/Statistics data collection code --><script language="JavaScript" src="http://l.yimg.com/d/lib/smb/js/hosting/cp/js_source/whv2_001.js"></script><script language="javascript">geovisit();</script><noscript><img src="http://visit.webhosting.yahoo.com/visit.gif?us1331892489" alt="setstats" border="0" width="1" height="1"></noscript>