function MenuSelect( url )
{
     if( url != "" ){
           self.location = url;
     }
}
