function openTellfriend() {
  window.open('/website/content/home/sendtofriend.asp?link=www.nedbank.co.za/website/content/showcase/index.asp', 'tella friend', 'width=600,height=430,resizable=0scrollbars=1,statusbar=0');
}
function openTarget (form, features, windowName) {
  if (!windowName)
    windowName = 'formTarget' + (new Date().getTime());
  form.target = windowName;
  open ('', windowName, features);
}

