//
//
//  Copyright NETSPACE, All rights reserved
//
// --------------------------------------------------------------------------
//
//  Author(s) :		      ACUNDEGER Erol
//  Creation date :   	      
//  Last Modification :
//
// --------------------------------------------------------------------------
//	
//  Purpose :                 Create Radio Buttons functions
//
// --------------------------------------------------------------------------
//
//

function rmMainTitles(Lang) {

   this['None'] = "#";

   if ( Lang == "fr" ) {
     this['News'] = "News";
     this['Guide'] = "Guide";
   } else {
     this['News'] = "News";
     this['Guide'] = "Guide";
   }

}