function Go(link)
{
    try
    {
    if (self.parent.frames.length != 0)
        self.parent.location=link
    else
        self.location=link    
    }    
    catch (Exception) {}
}

