function moveup()       {
        if(self != parent)
                parent.location.href="index.shtml"
}
