Your rating: None Average: 5 (2 votes)

Motorola W181

If you can live with some minor imperfections, Motorola W181 is a good option.

Motorola W181 Price

 : Rs. 1,528
Motorola W181 Pictures » Tags : 
Get Dealers List
Motorola Mobile dealers in Bangalore Motorola Mobile dealers in Chennai Motorola Mobile dealers in Hyderabad Motorola Mobile dealers in Kolkata Motorola Mobile dealers in Lucknow Motorola Mobile dealers in Mumbai Motorola Mobile dealers in New Delhi Others
Write Review On Motorola W181

User Comments

Post new comment
The content of this field is kept private and will not be shown publicly.
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.
 
pt> function brandChange(id) { var brand_id=$(id).val(); jQuery.post("/mobiles/getcompareid",{brandid:brand_id}, function (data) { if(data!='ERROR') { var data1 = eval(data); jQuery('#edit-citydealer1')[0].options.length=0; jQuery.each(data1, function(i, item) { var opt = new Option(); opt.value = item.cityname; opt.text = item.cityname; jQuery('#edit-citydealer1')[0].options.add(opt); }); } }); }