function Mobotix( i, oras, localizare )
{
	this.i    = new String( i );
	this.oras = new String( oras );
	this.localizare = new String( localizare );
	return true;
}

var	IPs = new Array();
	IPs[ IPs.length ] = new Mobotix( "01" , "Sinaia"       , "Sinaia" );
	IPs[ IPs.length ] = new Mobotix( "02" , "Sinaia"       , "Cota 2000" );
	IPs[ IPs.length ] = new Mobotix( "03" , "Sinaia"       , "Valea Dorului" );
	IPs[ IPs.length ] = new Mobotix( "04" , "Sinaia"       , "Valea Soarelui" );
	IPs[ IPs.length ] = new Mobotix( "05" , "Busteni"      , "Kalinderu" );
	IPs[ IPs.length ] = new Mobotix( "06" , "Busteni"      , "Kalinderu" );
	IPs[ IPs.length ] = new Mobotix( "07" , "Busteni"      , "SnowPark" );
	IPs[ IPs.length ] = new Mobotix( "08" , "Azuga"        , "Sorica" );
	IPs[ IPs.length ] = new Mobotix( "09" , "Azuga"        , "Panorama" );
	IPs[ IPs.length ] = new Mobotix( "10" , "Predeal"      , "Clabucet" );
//	IPs[ IPs.length ] = new Mobotix( "11" , "Brasov"       , "Poiana Brasov" );
//	IPs[ IPs.length ] = new Mobotix( "12" , "Brasov"       , "Bran" );
//	IPs[ IPs.length ] = new Mobotix( "13" , "Maramures"    , "Cavnic" );
//	IPs[ IPs.length ] = new Mobotix( "14" , "Maramures"    , "Cavnic" );
//	IPs[ IPs.length ] = new Mobotix( "15" , "Maramures"    , "Cavnic" );
//	IPs[ IPs.length ] = new Mobotix( "16" , "Piatra-Neamt" , "Vatra Dornei" );
//	IPs[ IPs.length ] = new Mobotix( "17" , "Piatra-Neamt" , "Vatra Dornei" );
//	IPs[ IPs.length ] = new Mobotix( "18" , "Alba"         , "Arieseni" );
//	IPs[ IPs.length ] = new Mobotix( "19" , "Maramures"    , "Borsa" );
//	IPs[ IPs.length ] = new Mobotix( "20" , "Targu-Mures"  , "Pasul Tihuta" );
//	IPs[ IPs.length ] = new Mobotix( "21" , "Sibiu"        , "Transfagarasan" );
//	IPs[ IPs.length ] = new Mobotix( "22" , "Deva"         , "Hunedoara" );
//	IPs[ IPs.length ] = new Mobotix( "23" , "Campina"      , "Centru" );

