if (document.images) {
todoup=new Image();
todoup.src="to_do_off.jpg";
tododown=new Image();
tododown.src="to_do_on.jpg";
todoclick=new Image();
}

