This is a new application I am developing for a very large organization new to Zoho.
Needless to say, this level of reliability and technical support from Zoho is not making a very good impression on them.
Help ... for what its worth here's the code for the function:
void User(int ID)
{
openUrl("#View:User_Information_Report?ID=" + input.ID, "Popup window", "height=500,width=500");
}