jQuery(document).ready(function(){
	// dla IE, ponieważ nie obsługuję atrybutu selektora :last-child (bo jest głupi)
	jQuery("td.trow1:last-child, td.trow2:last-child").css("border-right", "none");

	jQuery("#jsddm > li").bind("mouseover", jsddm_open);
	jQuery("#jsddm > li").bind("mouseout",  jsddm_timer);
});
document.onclick = jsddm_close;
