var marker_image = new Array();
for(j=0;j<40;j++)
{
	marker_image[j] = JSIMAGES+'/img/markers/map_marker_'+j+'.gif';
}