<!--

function popout(theURL,winName,features)
{
alert('As an extra security feature we will now open the order page in its own secure window!\nPlease make sure your browser will allow pop-ups!');
  window.open(theURL,winName,features);
}

//-->