function aff_madits(id1, id2, id3) {
	window.open ("madits.php?id1=" + id1 + "&id2=" + id2 + "&id3=" + id3, "", "toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=1, copyhistory=1, menubar=0, width=" + screen.availWidth + ", height=" + screen.availHeight + ", left=0, top=0");
}


