function showRallyMap(url)
{
	window.open('showRallyMap.asp?picFile=' + url,'popup','height=100,width=100,resizable=no,scrollbars=no,status=no,toolbar=no,left=1,top=1');
}