//********************************************************
//Copyright © 2005-2007 Harbinger Knowledge Products
//all rights reserved
//********************************************************
   
function PassVarId_maze_greetings()
{
   window.document.Id_maze_greetings.SetVariable("xmlPath","maze greetings.xml");
   window.document.Id_maze_greetings.SetVariable("picPath","");
   window.document.Id_maze_greetings.SetVariable("soundPath","");
   window.document.Id_maze_greetings.SetVariable("videoPath","");
}
function Id_maze_greetings_DoFSCommand(command, args) 
{
if(command=="getvar")
{
   PassVarId_maze_greetings();
}
}

