function winHelp(id){
	win = window.open("help.php?hlp="+id, "", "width=400px, height=400px, top=25px, left=50px, resizable");
}
