<!--
    var From=location.host;
    var Protocol;
    var Ref;
    Protocol="http://";
    Partition="PRD";
    
function LoginLansa(Connect)
{  

if (Connect == 1) 
 {
Ref =
Protocol+From+"/CGI-BIN/LANSAWEB?PROCFUN+JDE_BUILD+LOGIN1+"+Partition;
    location=Ref;	
 }
else
 {
Ref = Protocol+From+"/unavailable.asp"
   location=Ref;
 }
}
function ProductCatalog(Connect)
{
if (Connect == 1) 
 {
    Ref =
Protocol+From+"/CGI-BIN/LANSAWEB?PROCFUN+JDE_BUILD+PRDCAT1+"+Partition;
    location=Ref;
}
else
 {
Ref = Protocol+From+"/unavailable.asp"
   location=Ref;
 }

}
function HandleEvent(Proc,Func,Connect)
{
if (Connect == 1) 
 {
    Ref =
Protocol+From+"/CGI-BIN/LANSAWEB?PROCFUN+"+Proc+"+"+Func+"+"+Partition;
    location=Ref;
}
else
 {
Ref = Protocol+From+"/unavailable.asp"
   location=Ref;
 }

}
