//------------------------------------------------------------------------------
// Project:       Structural Design of Stainless Steel
// Copyright:     © 2003-2004, The Steel Construction Institute
// File version:  1.00.026
// File name:     _Scripts/SteelBizLink.js
// Description:   Implementation of links through steelBiz site
// Developed by:  FreeSTYLE Software Ltd.
// Author:        Rezo Mesarkishvili
// Last revision: 09 September 2005
//------------------------------------------------------------------------------

function blindLoginLink_onclick() {
//   document.searchForm.LI.value = "1049430";
//   document.searchForm.LU.value = "UK StainlessSoft Corporate Login";
//   document.searchForm.LP.value = "UKStainlessSoft9685";
//   document.searchForm.DD.value = "31/03/2007";
//   document.searchForm.ID.value = "20802";
//   document.searchForm.submit();

//Next line, using Euro Inox Corporate login, revised by DCW on 14 May 2009 after agreeing different download location with NRB
//window.top.open ( 'http://www.steelbiz.org/Discovery/BackdoorViewer.aspx?ID=uwhKNhNYDl1QiuBcy/wCID3m07aMyRfV9TUH+lxo4RtoiVn7TjWJ5EWiNK5L4mbd' );
window.top.open ( 'http://www.stainlessconstruction.com/ss_info_cntr/pdfs/p291.pdf' );

   return false;
}

//---------------------------------------------/ DM - Opens Design Manual /-----
function DM ()
{
   if ( window.event.srcElement.SteelBiz != null )
   {
//      document.searchForm.LI.value = "1049430";
//      document.searchForm.LU.value = "UK StainlessSoft Corporate Login";
//      document.searchForm.LP.value = "UKStainlessSoft9685";
//      document.searchForm.DD.value = "31/03/2007";
//      document.searchForm.ID.value = "20802";
//      document.searchForm.submit();

window.top.open ( 'http://www.steelbiz.org/Discovery/BackdoorViewer.aspx?ID=uwhKNhNYDl1QiuBcy/wCID3m07aMyRfV9TUH+lxo4RtoiVn7TjWJ5EWiNK5L4mbd' );

      window.event.returnCode = false;
      return false;
   }
}

//-------------------------------------------------------------/ SCIGuide /-----
function SCIGuide ()
{
   if ( window.event.srcElement.SteelBiz != null )
   {
      var SteelBizLink = window.event.srcElement;
      SteelBizLink.href = "#";
      SteelBizLink.title = "SCI Design Guide for Structural Stainless Steel\nthrough Steelbiz: www.steelbiz.org";
   }
}

//------------------------------------------------------------/ Copyright /-----
function Copyright ()
{
   window.clipboardData.setData ( "Text", "Copyright 2003-2004, The Steel Construction Institute" );
   window.event.returnValue = false;
}
