function popup ( id ) {
	s = "top=100,left=100,width=578,height=130,resizeable,scrollbars=no,status=no";
	window.open ( "", id, s );
}




