self.name = "parentWin";
function openEmail(url,name) {
        popupWin = window.open(url,name,'scrollbars,width=500,height=600')
}

function addIEFavorite() {
  if (window.external) {
    external.AddFavorite('http://www.go2uti.com', 'UTi Worldwide Inc.')
	}
  else {
    alert("Sorry, your browser doesn't support this feature.\n" +
	"If you are using Netscape Navigator, click Bookmarks\n" +
	"and then Add Bookmark to add this site to your favorites.");
	}
}

// open new window
function openWindow(url, name, rs, w, h) {
  var resize = "";
  if (rs) {
    resize = "resizable,";
  }
  popupWin = window.open(url, name, 'scrollbars,' + resize +
'width=' + w + ',height=' + h);
  window.name = 'opener';
}

function getRandomImage()
{
image0 = '<a href="http://www.go2uti.com/ir/press%2Breleases/r-3q02.pdf"><img src="/pix/main_story_1.gif" width="366" height="266" border="0" alt="UTi reports fiscal 2002 third quarter results"></a>';
image1 = '<a href="http://www.go2uti.com/ir/press+releases/05+30+01_3.html"><img src="/pix/main_story_2.gif" width="366" height="266" border="0" alt="UTi forms strategic alliance with Integres Global Logistics"></a>';
nRnd = Math.random();
nRnd = parseInt(nRnd * 100) % 2;
document.write(eval("image"+nRnd));
}

function add_onclick()
{
myWindow = window.open("http://www.irconnect.com/uti/jpmorgconf/sld001.htm", "UTi",'scrollbars,resizable')
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function call_login() {
  document.forms[0].P_BUTTON.value ="Login";
  document.forms[0].submit();
}

function call_tracking() {
  document.forms[0].P_BUTTON.value ="Track";
  document.forms[0].submit();
}
//-->
