/*--------------------------------------------------------------------------------------+
|
|     $Source: /cvs/dms-root/dms/web/bin/lite/templates/styles/index.js,v $
|    $RCSfile: index.js,v $
|   $Revision: 1.1.2.1 $
|       $Date: 2004/07/16 17:32:47 $
|     $Author: MarcusKellermann $
|
| Copyright (c) 2001;  Bentley Systems, Inc., 685 Stockton Drive,
|                      Exton PA, 19341-0678, USA.  All Rights Reserved.
|
| This program is confidential, proprietary and unpublished property of Bentley Systems
| Inc. It may NOT be copied in part or in whole on any medium, either electronic or
| printed, without the express written consent of Bentley Systems, Inc.
|
+--------------------------------------------------------------------------------------*/


function handleOnLoad()
{
    if(document.location.search != "")
    {
        url = "/WEL/servlet/LiteServlet" + document.location.search
        //while(document.frames.BOTTOMFRAME.frames.DOCFRAME.document.readyState != "loaded" && document.frames.BOTTOMFRAME.frames.DSFRAME.document.readyState != "loaded")
        //{alert("waiting");}
        if(url.indexOf("REQUEST_TYPE=Login") > 0)
            document.frames.BOTTOMFRAME.location.href = url
        else
            document.frames.BOTTOMFRAME.frames.DOCFRAME.location.href = url
    }
}


