
//scroll de pe home in engleza
var title_arr_en = new Array();
title_arr_en[0] = '100% Guarantee';
title_arr_en[1] = 'A rental apartment in a very good state';
title_arr_en[2] = 'Instant response to problems';
title_arr_en[3] = 'Flexible accommodation solutions';
title_arr_en[4] = 'Custom services';

var id_arr_en = new Array(); 
id_arr_en[0] = 'You can cancel your lease in the first 7 days, if you are dissatisfied with Rent Bucharest .net';
id_arr_en[1] = 'We will certify that you rent Bucharest apartment in very good initial quality condition';
id_arr_en[2] = 'We will have the service requests resolved in max 48 hours';
id_arr_en[3] = 'You get flexibility in adapting the lease to your own specific needs';
id_arr_en[4] = 'You can be sure that you will be treated in a personal, customized way';

//setari generale harta microsoft
var dashboard = true; //ustensilele hartii (zoom, tip vizualizare, etc): pot fi false (nu le arata) sau true (le arata)
var zoomLevel = 16; //zoom pt harta mica
var zoomLevelLarge = 15; //zoom pt harta mare
var shapeIcon = "pushpin.gif"; //icon

//setari harti "long term apartments"
var apartments = new Array();
/*
apartments[0] = new Array();
apartments[0]['id'] = 40; //id-ul exact ca si in BD
apartments[0]['title'] = 'Dorobanti 1';
apartments[0]['price'] = '699 eur/month';
apartments[0]['photo'] = "Dorobanti-map.jpg";
apartments[0]['lat'] = 44.45652868539827;
apartments[0]['lon'] = 26.097013950347915;
*/
