function add(){
	newWindow = window.open("/manage/add.php?popup=true","newWindow","width=400,height=450,scrollbars=no,left=50,top=50");
	newWindow.focus()
}