<!--
function mailpage()
{
mail_str = "mailto:?subject=ONE Outsource New Expertise"
mail_str += "&body=I highly recommend you visit the ONE Outsource New Expertise web site for information on their Marketing and Logistics services and solutions"
mail_str += " - the web site address is http://www.onemcs.com/"
location.href = mail_str;
}
//-->
<!--
var remote = null;
function rs(n,u,w,h) {
remote = window.open(u, n, 'width=' + w + ',height=' + h +',resizable=no,menubar=no,scrollbars=yes');
if (remote != null) {
if (remote.opener == null)
remote.opener = self;
window.name = 'ONERoot';
remote.location.href = u;
}
}
//-->